acorn-typescript
Version:
Alternative, TypeScript parser
422 lines (208 loc) โข 21 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.4.13](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.12...v1.4.13) (2024-01-03)
### โจ Features
* ๐support satisfies ([21baa52](https://github.com/TyrealHu/acorn-typescript/commit/21baa522732d93fb010b95622dd30f016f0ce814))
### [1.4.12](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.11...v1.4.12) (2023-12-05)
### ๐ Bug Fixes
* ๐the scope flag between type value and ident ([da26d27](https://github.com/TyrealHu/acorn-typescript/commit/da26d27a181d18ff615cd078459b0d4847c5faee))
### [1.4.11](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.10...v1.4.11) (2023-11-10)
### ๐ Bug Fixes
* ๐parse tagged template expression with type ([575ab8c](https://github.com/TyrealHu/acorn-typescript/commit/575ab8cb3e209d45fa09e8dba784b18ec734783f))
### [1.4.10](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.9...v1.4.10) (2023-10-20)
### ๐ Bug Fixes
* ๐bugs of left relational and right relational ([de5984c](https://github.com/TyrealHu/acorn-typescript/commit/de5984c67eec2e46d199067a6691557cd6923a21))
### [1.4.9](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.8...v1.4.9) (2023-10-18)
### โป๏ธ Code Refactoring
* ๐set jsx options to true, while its empty ([77e26cd](https://github.com/TyrealHu/acorn-typescript/commit/77e26cd54947242b6b994cd24e4ff476422edeb9))
### [1.4.8](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.7...v1.4.8) (2023-10-09)
### ๐ Bug Fixes
* ๐ parse import specifier with keyword ([91a27a9](https://github.com/TyrealHu/acorn-typescript/commit/91a27a90800e37a41a650ba71be6b891128e9f83))
### [1.4.7](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.6...v1.4.7) (2023-09-21)
### ๐ Bug Fixes
* ๐ JSX token parse in ! > ! case ([a519fab](https://github.com/TyrealHu/acorn-typescript/commit/a519fab69a9d8e16af95f97265d53a6f19cc2f0b))
### [1.4.6](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.5...v1.4.6) (2023-09-20)
### โจ Features
* ๐ support import assertions and type check ([e6d286d](https://github.com/TyrealHu/acorn-typescript/commit/e6d286d0f2ba5b63413d6a4b1062f955756dc0a5))
### [1.4.5](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.4...v1.4.5) (2023-09-06)
### ๐ Bug Fixes
* ๐checkLValInnerPattern in TSParameterProperty ([6de3ebd](https://github.com/TyrealHu/acorn-typescript/commit/6de3ebd0773f8051598fde971b313859564d34c0))
### [1.4.4](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.3...v1.4.4) (2023-08-30)
### ๐ Bug Fixes
* ๐bugs of TSTypeCastExpression ([22be8a3](https://github.com/TyrealHu/acorn-typescript/commit/22be8a33bf09f49966e33e352d27a9f93fd9ae9e))
### [1.4.3](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.2...v1.4.3) (2023-08-25)
### ๐ Bug Fixes
* ๐ optional class property & class method generic types & arrow function generic type ([998969a](https://github.com/TyrealHu/acorn-typescript/commit/998969a5f86a0c032e9422f3bb33791d49c7214d))
### [1.4.2](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.1...v1.4.2) (2023-08-24)
### ๐ Bug Fixes
* ๐modifier params in class method ([5a06b09](https://github.com/TyrealHu/acorn-typescript/commit/5a06b09b488d0c66454f736490949a5b4b3c71c7))
### [1.4.1](https://github.com/TyrealHu/acorn-typescript/compare/v1.4.0...v1.4.1) (2023-07-26)
### ๐ Bug Fixes
* ๐bugs in parseExprList ([399f38e](https://github.com/TyrealHu/acorn-typescript/commit/399f38e03611710b29ad844c94cb674a54e345a7))
## [1.4.0](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.7...v1.4.0) (2023-07-03)
### โจ Features
* ๐rewrite some methonds in acorn 8.9.0 ([8666259](https://github.com/TyrealHu/acorn-typescript/commit/8666259cf6665bb7ac2459089422530641992451))
### [1.3.7](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.6...v1.3.7) (2023-06-14)
### โจ Features
* ๐add locations validating in static method ([e707b64](https://github.com/TyrealHu/acorn-typescript/commit/e707b642141bb4ad10572d18c78b4ee2be4d27a5))
### [1.3.6](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.5...v1.3.6) (2023-06-08)
### ๐ Bug Fixes
* ๐error dependencies in index.d.ts ([0a04e07](https://github.com/TyrealHu/acorn-typescript/commit/0a04e07048070e6a0d97c3c5c85d1a7463bbfc5f))
### [1.3.5](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.4...v1.3.5) (2023-06-06)
### โป๏ธ Code Refactoring
* position checkLValSimple in function ([038e588](https://github.com/TyrealHu/acorn-typescript/commit/038e588f4ad99ec3fca16e5d7753e8b967de230f))
### [1.3.4](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.3...v1.3.4) (2023-06-06)
### ๐ Bug Fixes
* ๐duplicate name in dts ([d608373](https://github.com/TyrealHu/acorn-typescript/commit/d60837307df9c3559512f39524d6bd0dd1c48ba4))
### [1.3.3](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.2...v1.3.3) (2023-06-02)
### ๐ Bug Fixes
* ๐condition expression dont throw error ([1779760](https://github.com/TyrealHu/acorn-typescript/commit/177976095cba46efcfc03659c0be3c857c01bee4))
### [1.3.2](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.1...v1.3.2) (2023-06-01)
### ๐ Bug Fixes
* ๐arrow function with optinal param ([163f0cf](https://github.com/TyrealHu/acorn-typescript/commit/163f0cf5a2275a22959ba7b94b507a68ade3ec6a))
### [1.3.1](https://github.com/TyrealHu/acorn-typescript/compare/v1.3.0...v1.3.1) (2023-05-31)
### โป๏ธ Code Refactoring
* allow comma at the end of generics ([3e0bf3d](https://github.com/TyrealHu/acorn-typescript/commit/3e0bf3d60a1ea090288a297e1c562d631177ea53))
* allow comma at the end of generics ([fa1b6cf](https://github.com/TyrealHu/acorn-typescript/commit/fa1b6cfc826d10325854a50850a3f7329189dbf3))
## [1.3.0](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.10...v1.3.0) (2023-05-31)
### ๐ Bug Fixes
* parse generics with trailing comma ([028d787](https://github.com/TyrealHu/acorn-typescript/commit/028d787dc463a34a821f8fc415b3399abb1f40e9))
### [1.2.10](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.9...v1.2.10) (2023-05-29)
### โป๏ธ Code Refactoring
* async arrow function with one param ([2cd5a29](https://github.com/TyrealHu/acorn-typescript/commit/2cd5a29c61f5c2248eb84d74d1b84c9752777f97))
### ๐ Bug Fixes
* async in for of without decl ([c73f2f0](https://github.com/TyrealHu/acorn-typescript/commit/c73f2f0e9eb0e7762171da97722f87c25408d2da))
### [1.2.9](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.8...v1.2.9) (2023-05-29)
### ๐ Bug Fixes
* eatContextual and reduce keywords ([d280912](https://github.com/TyrealHu/acorn-typescript/commit/d2809122f4d89013c89c00234926dc1f24ede606))
* syntax error in async arrow function with one param ([d13794e](https://github.com/TyrealHu/acorn-typescript/commit/d13794e168a57d90e96d06c2a69279490636e73c))
* syntax error in catch redeclared var statement captured ([cd6f0de](https://github.com/TyrealHu/acorn-typescript/commit/cd6f0ded06f22169eb360c9a053a1976ca41fd3a))
* syntax error in escaped keyword property ([2c11ea9](https://github.com/TyrealHu/acorn-typescript/commit/2c11ea98d5f1aa601ee619a7b5b213c880a98b63))
* syntax error in identifier named `as` in export and import declarations ([ad797e8](https://github.com/TyrealHu/acorn-typescript/commit/ad797e8a4761e24b25ce2192bf6f333870ea9e1c))
* to raise error in escaped static method ([0c3f381](https://github.com/TyrealHu/acorn-typescript/commit/0c3f381198a191a9d3b6ecb422f69dc0e81afb77))
* to raise error in multiple constructors ([20ab1bd](https://github.com/TyrealHu/acorn-typescript/commit/20ab1bdd5c85dc767ef4126a758f921eca60192a))
### [1.2.8](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.7...v1.2.8) (2023-05-26)
### ๐ Bug Fixes
* syntax error in async generator function ([94c3cfa](https://github.com/TyrealHu/acorn-typescript/commit/94c3cfabd54e360f45dc7e78f076d59e8a8646c0))
* syntax error in export default anonymous class ([af10901](https://github.com/TyrealHu/acorn-typescript/commit/af10901ebd1306289d020c4b5ca4615b23ab01d0))
* syntax error in for-in without decl ([c544039](https://github.com/TyrealHu/acorn-typescript/commit/c5440398da480de7ef8f421495ed9fb7cf826593))
* syntax error in static async methods ([eba80f4](https://github.com/TyrealHu/acorn-typescript/commit/eba80f48c5e92c42fe594c9ada7dfc831b0386bc))
* syntax error in static getter/setter ([e8fb775](https://github.com/TyrealHu/acorn-typescript/commit/e8fb77586897610b7fc893b1eb275c92910c1af2))
* syntax error when arrow function parameter is assignment pattern ([7f84e5c](https://github.com/TyrealHu/acorn-typescript/commit/7f84e5c29afdf74a0306547072cde2156c02a76d))
### [1.2.7](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.6...v1.2.7) (2023-05-25)
### โป๏ธ Code Refactoring
* use mjs instead of esm ([8700da9](https://github.com/TyrealHu/acorn-typescript/commit/8700da9e7bda11043a39329a7693a8b85c5eec45))
### [1.2.6](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.5...v1.2.6) (2023-05-25)
### โจ Features
* add exports in pkg ([3707c21](https://github.com/TyrealHu/acorn-typescript/commit/3707c21b9366eb7bdbfa4b7529876b8a4bf96109))
### [1.2.5](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.4...v1.2.5) (2023-05-25)
### ๐ Bug Fixes
* parseExpressionAt ([57fe8bb](https://github.com/TyrealHu/acorn-typescript/commit/57fe8bbc1e020774deffe1ff5a12045666cd83f5))
### [1.2.4](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.3...v1.2.4) (2023-05-18)
### ๐ Bug Fixes
* bugs of exports ([ca33992](https://github.com/TyrealHu/acorn-typescript/commit/ca339928e51df18805078801681025b31169982a))
* support import default in commonjs tsc ([bb69884](https://github.com/TyrealHu/acorn-typescript/commit/bb69884dd47b636096c41a3ffd021dde84703c1f))
### [1.2.3](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.2...v1.2.3) (2023-05-18)
### ๐ Bug Fixes
* support import default in commonjs tsc ([bf219cf](https://github.com/TyrealHu/acorn-typescript/commit/bf219cff0e79632bbfc3835e7b626d4af41b4223))
### [1.2.2](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.1...v1.2.2) (2023-05-18)
### ๐ Bug Fixes
* use export instead of export default ([8984560](https://github.com/TyrealHu/acorn-typescript/commit/89845609d010f1844c0792c3cfa0f88ac72a5023))
### [1.2.1](https://github.com/TyrealHu/acorn-typescript/compare/v1.2.0...v1.2.1) (2023-05-18)
### โจ Features
* ๐ support parse accessor modifier ([ac1e54b](https://github.com/TyrealHu/acorn-typescript/commit/ac1e54b48f33699a1f2aac871e659e41c1bcd9ed))
## [1.2.0](https://github.com/TyrealHu/acorn-typescript/compare/v1.1.2...v1.2.0) (2023-04-03)
### โจ Features
* ๐ support parse jsx and tsx ([0e5974c](https://github.com/TyrealHu/acorn-typescript/commit/0e5974ce0505cb56422d6d6db1e76652c17415bc))
### [1.1.2](https://github.com/TyrealHu/acorn-typescript/compare/v1.1.1...v1.1.2) (2023-03-23)
### ๐ Bug Fixes
* ๐the bugs of isContextual ([fcf13f3](https://github.com/TyrealHu/acorn-typescript/commit/fcf13f3634788055d1ef02cfd7aff4c6a7ce7e4d))
### [1.1.1](https://github.com/TyrealHu/acorn-typescript/compare/v1.1.0...v1.1.1) (2023-03-23)
### ๐ Bug Fixes
* ๐ throw error while parsing for...of ([26495a5](https://github.com/TyrealHu/acorn-typescript/commit/26495a56b346278ea12c6db13fab5f92e0981392))
## [1.1.0](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.13...v1.1.0) (2023-03-22)
### โจ Features
* ๐ support parse typescript decorators ([01e0ef8](https://github.com/TyrealHu/acorn-typescript/commit/01e0ef878b34080f6aac867c80e3dcff6b2f79c0))
### [1.0.13](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.12...v1.0.13) (2023-03-08)
### โจ Features
* ๐ add acornTypeScript in runtime ([26414f5](https://github.com/TyrealHu/acorn-typescript/commit/26414f5779df124b92e9330b239acc915d970296))
* ๐ get acornJsx from Parser ([bd3dd82](https://github.com/TyrealHu/acorn-typescript/commit/bd3dd822a95721e7e2eae9d9842c5a14b4ad2242))
### [1.0.12](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.11...v1.0.12) (2023-03-06)
### โจ Features
* ๐add acornTypeScript to export some methods and tokenTypes ([a113a0e](https://github.com/TyrealHu/acorn-typescript/commit/a113a0e0573c8e30cf76b259e0f9c6aaf5d0fd41))
### [1.0.11](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.10...v1.0.11) (2023-03-02)
### ๐ Bug Fixes
* ๐parse definite assignment ([710773b](https://github.com/TyrealHu/acorn-typescript/commit/710773b4368151329166ce2775a139ddcfbf1aa0))
### [1.0.10](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.9...v1.0.10) (2023-03-01)
### ๐ Bug Fixes
* parse async arrow in subscript ([f9beb65](https://github.com/TyrealHu/acorn-typescript/commit/f9beb650d8ffc6ee6def8b9f76fda0b68ecd213b))
### [1.0.9](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.8...v1.0.9) (2023-02-28)
### ๐ Bug Fixes
* ๐ return type location and expr and distinguish arrow function parse ([ffbc4ee](https://github.com/TyrealHu/acorn-typescript/commit/ffbc4ee4415b384fc22209c5e406f1d2816a95e6))
### โจ Features
* ๐ unit test of express arrow function and expression with paren ([e77b2e9](https://github.com/TyrealHu/acorn-typescript/commit/e77b2e960839c8177e3b5d73a23229527e0822b1))
### [1.0.8](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.7...v1.0.8) (2023-02-23)
### โจ Features
* ๐add outer kind variable to help parse import or export ([65bd2ad](https://github.com/TyrealHu/acorn-typescript/commit/65bd2ad8190ef11f5454158c10ad101728323fe6))
### ๐ Bug Fixes
* ๐ check comma while parse binding list & methods abstract ([ccc7866](https://github.com/TyrealHu/acorn-typescript/commit/ccc7866163a718749e577c6c1e4edf6135fd64a9))
* ๐ check the position number while raise error ([55dd763](https://github.com/TyrealHu/acorn-typescript/commit/55dd763a9e9e7a81ede7956d97a84347a30dd605))
### [1.0.7](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.6...v1.0.7) (2023-02-20)
### โจ Features
* ๐acorn middleware class and delete ts-ignore ([7d05f36](https://github.com/TyrealHu/acorn-typescript/commit/7d05f36b355da00e309c39c61c62b9b206d7d7da))
### [1.0.6](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.5...v1.0.6) (2023-02-15)
### โจ Features
* parser of ClassMethods ([2218d77](https://github.com/TyrealHu/acorn-typescript/commit/2218d775703da57100620073b60bef01822b6040))
### [1.0.5](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.4...v1.0.5) (2023-01-12)
### โจ Features
* **tyreal:** only export cjs and esm, minimum the pkg ([1c46756](https://github.com/TyrealHu/acorn-typescript/commit/1c467569523b79ec4b590a8025f989dc966abea8))
### [1.0.4](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.3...v1.0.4) (2023-01-11)
### โจ Features
* **tyreal:** package desc and change test file ([5ca6959](https://github.com/TyrealHu/acorn-typescript/commit/5ca6959b626fc71822dd9fe5c8b7db1b69e40da1))
### [1.0.3](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.2...v1.0.3) (2023-01-11)
### โจ Features
* add CHANGELOG jump ([ccdaa25](https://github.com/TyrealHu/acorn-typescript/commit/ccdaa2575dbf70c5bdcdb3c523555e34d08faf3c))
### [1.0.2](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.1...v1.0.2) (2023-01-11)
### โจ Features
* minimum package ([5efe8d3](https://github.com/TyrealHu/acorn-typescript/commit/5efe8d304e71463b4a8cc3bc0e2f016809a9b01b))
### [1.0.1](https://github.com/TyrealHu/acorn-typescript/compare/v1.0.0...v1.0.1) (2023-01-11)
### โจ Features
* minimum package ([7eaa353](https://github.com/TyrealHu/acorn-typescript/commit/7eaa3535295ff446bab3d351cd98b64041926519))
## 1.0.0 (2023-01-11)
### ๐ Bug Fixes
* **tyreal:** reset location ([b74bc04](https://github.com/TyrealHu/acorn-typescript/commit/b74bc044505d26cd5dc064ac295fed420f429a7d))
### โจ Features
* ๐complete parseMaybeDecoratorArguments and ts class ([b5eb8c8](https://github.com/TyrealHu/acorn-typescript/commit/b5eb8c8bea837151c121a29262af50ec1aefdf03))
* ๐support ts parse default import ([93de410](https://github.com/TyrealHu/acorn-typescript/commit/93de41060b2485de0e0ee1307153580acfe172e0))
* add import and export type as ([8a27090](https://github.com/TyrealHu/acorn-typescript/commit/8a270902058dc141c9b03d693bf7b33dfacc51c0))
* complete parse middleware ([dfb76ab](https://github.com/TyrealHu/acorn-typescript/commit/dfb76ab74f77bdfea85fee01a96ab30425f78475))
* origin export ([5a4cefa](https://github.com/TyrealHu/acorn-typescript/commit/5a4cefaf9d8035b27fa36bdb314bc95de7671797))
* parseArrayLiker ([c40fb84](https://github.com/TyrealHu/acorn-typescript/commit/c40fb84b8249c57911b1d03710e835d159fa6258))
* parseClassId ([76f1459](https://github.com/TyrealHu/acorn-typescript/commit/76f1459957863cbd2be81cd73effdd520b0eda5a))
* parseImport ([d2eab00](https://github.com/TyrealHu/acorn-typescript/commit/d2eab00b295e5de6e1f56e485c11f91477f5b713))
* parseNew ([9f55c7d](https://github.com/TyrealHu/acorn-typescript/commit/9f55c7dabd934e752e595b6005b93f3136c61884))
* parseSubscript ([1d55b72](https://github.com/TyrealHu/acorn-typescript/commit/1d55b723189d9fcb3ec67d06dab5520d6c254ff8))
* parseVarId ([7c21967](https://github.com/TyrealHu/acorn-typescript/commit/7c219670737a5b7bac6da930a01f2329100115c0))
* reportReservedArrowTypeParam, next parseMaybeAssign ([037b675](https://github.com/TyrealHu/acorn-typescript/commit/037b675a0710179ddc36f62e196e80f36a8b6747))
* support declare and export/import type ([a745431](https://github.com/TyrealHu/acorn-typescript/commit/a745431105703669541818e659b5092d9c375123))
* **tyreal:** 'let contextual is false ([bf9e593](https://github.com/TyrealHu/acorn-typescript/commit/bf9e5935fa27a0e2693aa3ef1ad87f29e815ccbc))
* **tyreal:** add jest and bundler ([d0212b7](https://github.com/TyrealHu/acorn-typescript/commit/d0212b7dca75a45f8566caf3c0b963013673d888))
* **tyreal:** add ts jest ([96459f0](https://github.com/TyrealHu/acorn-typescript/commit/96459f09e94921aab7275407a21e98d07854ef10))
* **tyreal:** class method, and normal property ([fbf22ec](https://github.com/TyrealHu/acorn-typescript/commit/fbf22eccc9c691f58d461c960d1aa0ee4085f6f1))
* **tyreal:** class modifiers ([23510de](https://github.com/TyrealHu/acorn-typescript/commit/23510deb7d6e7afb95956b3cd72a788758847f9f))
* **tyreal:** class support abstract and add unit test ([5b7b9b5](https://github.com/TyrealHu/acorn-typescript/commit/5b7b9b535f85652b1d6c621d5f356d67529fb63a))
* **tyreal:** export test ([9889601](https://github.com/TyrealHu/acorn-typescript/commit/98896013ec50d5a4c0883eb75074426857bddb7b))
* **tyreal:** finish import normal test ([146e0d6](https://github.com/TyrealHu/acorn-typescript/commit/146e0d644896b96dafd71e1f81801aa3941b1b8e))
* **tyreal:** finish no parameters function test ([647032e](https://github.com/TyrealHu/acorn-typescript/commit/647032e27cfa7950421e051cc23671fe3716529d))
* **tyreal:** finish the development of export unit test ([e71b85e](https://github.com/TyrealHu/acorn-typescript/commit/e71b85ef6f77e8c0ed041ab408b4fbe2f60dbbb8))
* **tyreal:** function with paramaters ([59814c5](https://github.com/TyrealHu/acorn-typescript/commit/59814c55feee873eb842904c302405b6325a0b8f))
* **tyreal:** generate snapshot ([abe8198](https://github.com/TyrealHu/acorn-typescript/commit/abe81989013a89bb457940461a29baf31796bbab))
* **tyrealhu:** WIP parseClassElement ([369c2c7](https://github.com/TyrealHu/acorn-typescript/commit/369c2c70a36972fdeab977a01110ccc43b50e3fb))
* **tyreal:** import type ut ([5cf8686](https://github.com/TyrealHu/acorn-typescript/commit/5cf86868593858508a069b63a6a2dcf40070fefa))
* **tyreal:** interface and type unit test ([b010bca](https://github.com/TyrealHu/acorn-typescript/commit/b010bcabc1a249f81f2503092e1fd41e487b734f))
* **tyreal:** remove ignore file ([a3ea153](https://github.com/TyrealHu/acorn-typescript/commit/a3ea153e812d41f8e3db2ca813da90be20668fe0))
* **tyreal:** snapshot map structure ([0ee2778](https://github.com/TyrealHu/acorn-typescript/commit/0ee27781c1b396f0763b27b9c32a923dc7999816))
* **tyreal:** support class static ([ac450e4](https://github.com/TyrealHu/acorn-typescript/commit/ac450e4654cd2d35ee335875bbba9b9d9971a86f))
* **tyreal:** type identifier and export type unit test ([6ac96da](https://github.com/TyrealHu/acorn-typescript/commit/6ac96da1c7499d653ad5ab1e7fc0e5e20753d99e))
* **tyreal:** variables test ([35bf1a9](https://github.com/TyrealHu/acorn-typescript/commit/35bf1a909a98f901f5097414f95f214123c07806))
* **tyreal:** write one test and fix parameters of typescript parser ([cdbbd6c](https://github.com/TyrealHu/acorn-typescript/commit/cdbbd6c8d7ec8ffbbb162218a3cb013d0abb8001))