📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 06:24:16
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
sucrase
/
dist
/
types
/
parser
/
traverser
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/sucrase/dist/types/parser/traverser
🔄 Refresh
✏️
Editing: statement.d.ts
Writable
import { File } from "../index"; import { type TokenType } from "../tokenizer/types"; export declare function parseTopLevel(): File; export declare function parseStatement(declaration: boolean): void; export declare function parseDecorators(): void; export declare function baseParseMaybeDecoratorArguments(): void; export declare function parseVarStatement(isBlockScope: boolean): void; export declare function parseBlock(isFunctionScope?: boolean, contextId?: number): void; export declare function parseBlockBody(end: TokenType): void; export declare function parseFunction(functionStart: number, isStatement: boolean, optionalId?: boolean): void; export declare function parseFunctionParams(allowModifiers?: boolean, funcContextId?: number): void; export declare function parseClass(isStatement: boolean, optionalId?: boolean): void; export declare function parseClassPropertyName(classContextId: number): void; export declare function parsePostMemberNameModifiers(): void; export declare function parseClassProperty(): void; export declare function parseExport(): void; export declare function parseExportFrom(): void; export declare function baseParseExportStar(): void; export declare function parseExportSpecifiers(): void; export declare function parseImport(): void;
💾 Save Changes
❌ Cancel