@oxc-parser/wasm
Advanced tools
Comparing version 0.22.1 to 0.23.0
@@ -36,9 +36,17 @@ /* tslint:disable */ | ||
export type RegExpFlags = { | ||
/** Global flag */ | ||
G: 1, | ||
/** Ignore case flag */ | ||
I: 2, | ||
/** Multiline flag */ | ||
M: 4, | ||
/** DotAll flag */ | ||
S: 8, | ||
/** Unicode flag */ | ||
U: 16, | ||
/** Sticky flag */ | ||
Y: 32, | ||
/** Indices flag */ | ||
D: 64, | ||
/** Unicode sets flag */ | ||
V: 128 | ||
@@ -508,3 +516,3 @@ }; | ||
export type TSEnumMemberName = IdentifierName | StringLiteral | NumericLiteral | BooleanLiteral | NullLiteral | NumericLiteral | BigIntLiteral | RegExpLiteral | StringLiteral | TemplateLiteral | IdentifierReference | MetaProperty | Super | ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AwaitExpression | BinaryExpression | CallExpression | ChainExpression | Class | ConditionalExpression | Function | ImportExpression | LogicalExpression | NewExpression | ObjectExpression | ParenthesizedExpression | SequenceExpression | TaggedTemplateExpression | ThisExpression | UnaryExpression | UpdateExpression | YieldExpression | PrivateInExpression | JSXElement | JSXFragment | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression | TSInstantiationExpression | ComputedMemberExpression | StaticMemberExpression | PrivateFieldExpression; | ||
export type TSEnumMemberName = IdentifierName | StringLiteral | TemplateLiteral | NumericLiteral | BooleanLiteral | NullLiteral | NumericLiteral | BigIntLiteral | RegExpLiteral | StringLiteral | TemplateLiteral | IdentifierReference | MetaProperty | Super | ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AwaitExpression | BinaryExpression | CallExpression | ChainExpression | Class | ConditionalExpression | Function | ImportExpression | LogicalExpression | NewExpression | ObjectExpression | ParenthesizedExpression | SequenceExpression | TaggedTemplateExpression | ThisExpression | UnaryExpression | UpdateExpression | YieldExpression | PrivateInExpression | JSXElement | JSXFragment | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression | TSInstantiationExpression | ComputedMemberExpression | StaticMemberExpression | PrivateFieldExpression; | ||
@@ -511,0 +519,0 @@ export interface TSEnumMember extends Span { |
{ | ||
"name": "@oxc-parser/wasm", | ||
"version": "0.22.1", | ||
"version": "0.23.0", | ||
"description": "Wasm target for the oxc parser.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -36,9 +36,17 @@ /* tslint:disable */ | ||
export type RegExpFlags = { | ||
/** Global flag */ | ||
G: 1, | ||
/** Ignore case flag */ | ||
I: 2, | ||
/** Multiline flag */ | ||
M: 4, | ||
/** DotAll flag */ | ||
S: 8, | ||
/** Unicode flag */ | ||
U: 16, | ||
/** Sticky flag */ | ||
Y: 32, | ||
/** Indices flag */ | ||
D: 64, | ||
/** Unicode sets flag */ | ||
V: 128 | ||
@@ -508,3 +516,3 @@ }; | ||
export type TSEnumMemberName = IdentifierName | StringLiteral | NumericLiteral | BooleanLiteral | NullLiteral | NumericLiteral | BigIntLiteral | RegExpLiteral | StringLiteral | TemplateLiteral | IdentifierReference | MetaProperty | Super | ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AwaitExpression | BinaryExpression | CallExpression | ChainExpression | Class | ConditionalExpression | Function | ImportExpression | LogicalExpression | NewExpression | ObjectExpression | ParenthesizedExpression | SequenceExpression | TaggedTemplateExpression | ThisExpression | UnaryExpression | UpdateExpression | YieldExpression | PrivateInExpression | JSXElement | JSXFragment | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression | TSInstantiationExpression | ComputedMemberExpression | StaticMemberExpression | PrivateFieldExpression; | ||
export type TSEnumMemberName = IdentifierName | StringLiteral | TemplateLiteral | NumericLiteral | BooleanLiteral | NullLiteral | NumericLiteral | BigIntLiteral | RegExpLiteral | StringLiteral | TemplateLiteral | IdentifierReference | MetaProperty | Super | ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AwaitExpression | BinaryExpression | CallExpression | ChainExpression | Class | ConditionalExpression | Function | ImportExpression | LogicalExpression | NewExpression | ObjectExpression | ParenthesizedExpression | SequenceExpression | TaggedTemplateExpression | ThisExpression | UnaryExpression | UpdateExpression | YieldExpression | PrivateInExpression | JSXElement | JSXFragment | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression | TSInstantiationExpression | ComputedMemberExpression | StaticMemberExpression | PrivateFieldExpression; | ||
@@ -511,0 +519,0 @@ export interface TSEnumMember extends Span { |
Sorry, the diff of this file is not supported yet
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
3060
1287818