grasp-syntax-javascript
Advanced tools
Comparing version 0.2.1 to 0.2.2
15
index.js
@@ -475,2 +475,17 @@ // Generated by LiveScript 1.5.0 | ||
} | ||
}, | ||
Types: { | ||
TypeAnnotation: { | ||
alias: 'type-annotation' | ||
}, | ||
TypeAlias: { | ||
alias: 'type-alias' | ||
}, | ||
TypeCastExpression: { | ||
alias: 'type-cast-exp', | ||
nodes: ['expression'] | ||
}, | ||
InterfaceDeclaration: { | ||
alias: 'interface-dec' | ||
} | ||
} | ||
@@ -477,0 +492,0 @@ }; |
{ | ||
"name": "grasp-syntax-javascript", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "George Zahariev <z@georgezahariev.com>", | ||
@@ -5,0 +5,0 @@ "description": "grasp query engines common parts", |
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
20502
616