acorn-typescript
Advanced tools
Comparing version 1.4.12 to 1.4.13
@@ -5,2 +5,9 @@ # Changelog | ||
### [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) | ||
@@ -7,0 +14,0 @@ |
@@ -12,2 +12,3 @@ import * as acornNamespace from 'acorn'; | ||
}; | ||
allowSatisfies?: boolean; | ||
}): (Parser: typeof AcornParseClass) => { | ||
@@ -448,6 +449,3 @@ new (options: Options, input: string, startPos?: number): { | ||
parseImportDefaultSpecifier(): any; | ||
parseImportNamespaceSpecifier(): any; /** | ||
* we will only parse one import node or export node at same time. | ||
* default kind is undefined | ||
* */ | ||
parseImportNamespaceSpecifier(): any; | ||
parseImportAttributes(): any; | ||
@@ -454,0 +452,0 @@ parseMaybeImportAttributes(node: any): any; |
{ | ||
"name": "acorn-typescript", | ||
"version": "1.4.12", | ||
"version": "1.4.13", | ||
"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
531856
3436