Comparing version 0.0.56 to 0.0.57
@@ -1,8 +0,8 @@ | ||
import { CallChain } from './call-chain'; | ||
import { MemberChain } from './member-chain-expr'; | ||
import { IdentifierName } from './identifiername'; | ||
import { Expression } from './'; | ||
import { Node } from '../node'; | ||
export interface OptionalChain extends Node { | ||
readonly chain: MemberChain | CallChain | null; | ||
readonly chain: Expression | Expression[] | IdentifierName | null; | ||
} | ||
export declare function createOptionalChain(chain: MemberChain | CallChain | null): OptionalChain; | ||
export declare function createOptionalChain(chain: Expression | Expression[] | IdentifierName | null): OptionalChain; | ||
//# sourceMappingURL=optional-chain.d.ts.map |
{ | ||
"name": "escaya", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"description": "A blazing fast 100% spec compliant, self-hosted incremental javascript parser written in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "dist/escaya.umd.min.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
416515