Comparing version 1.8.2 to 1.8.3
@@ -10,3 +10,3 @@ import type { Node as EstreeNode } from 'estree' | ||
output: string | ||
write(code: string): void | ||
write(code: string, node?: EstreeNode): void | ||
writeComments: boolean | ||
@@ -83,2 +83,9 @@ indent: string | ||
*/ | ||
export const GENERATOR: Generator; | ||
export const GENERATOR: Generator | ||
/** | ||
* Base code generator. | ||
* | ||
* @deprecated Use {@link GENERATOR} instead. | ||
*/ | ||
export const baseGenerator: Generator |
{ | ||
"name": "astring", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "JavaScript code generator from an ESTree-compliant AST.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/astring.js", |
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
249484
2361