UNPKG

504 BTypeScriptView Raw
1import { SourceSpan } from '../source/span';
2import { PathExpression, PathHead } from './nodes-v1';
3export declare class PathExpressionImplV1 implements PathExpression {
4 original: string;
5 loc: SourceSpan;
6 type: 'PathExpression';
7 parts: string[];
8 this: boolean;
9 data: boolean;
10 constructor(original: string, head: PathHead, tail: string[], loc: SourceSpan);
11 _head?: PathHead;
12 get head(): PathHead;
13 get tail(): string[];
14}
15//# sourceMappingURL=legacy-interop.d.ts.map
\No newline at end of file