ast-generator
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,3 +0,3 @@ | ||
## v0.0.1 | ||
## v0.0.x | ||
- Initial release | ||
- Initial unstable/WIP release |
@@ -46,3 +46,3 @@ #!/usr/bin/env node | ||
}; | ||
var DEFAULT_BUILTINS = ['boolean', 'number', 'string']; | ||
var DEFAULT_BUILTINS = ['boolean', 'number', 'string', 'mixed']; | ||
var TYPEOF_CHECKS = new Set(['boolean', 'number', 'string']); // e.g. "SomeNode" or "@SomeGroup" | ||
@@ -49,0 +49,0 @@ |
{ | ||
"name": "ast-generator", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Helper to generate a TypeScript or JavaScript module for an arbitrary AST definition from a specification.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
44618