acorn-typescript
Advanced tools
Comparing version 1.4.9 to 1.4.10
@@ -5,2 +5,9 @@ # Changelog | ||
### [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) | ||
@@ -7,0 +14,0 @@ |
@@ -182,2 +182,4 @@ import * as acornNamespace from 'acorn'; | ||
tsParseTypeReference(): any; | ||
tsMatchLeftRelational(): boolean; | ||
tsMatchRightRelational(): boolean; | ||
tsParseParenthesizedType(): any; | ||
@@ -184,0 +186,0 @@ tsParseNonArrayType(): Node; |
{ | ||
"name": "acorn-typescript", | ||
"version": "1.4.9", | ||
"version": "1.4.10", | ||
"description": "Alternative, TypeScript parser", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
304143
2414