diff options
Diffstat (limited to 'node_modules/meriyah/dist/src/lexer/jsx.d.ts')
-rw-r--r-- | node_modules/meriyah/dist/src/lexer/jsx.d.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/meriyah/dist/src/lexer/jsx.d.ts b/node_modules/meriyah/dist/src/lexer/jsx.d.ts new file mode 100644 index 0000000..3287c45 --- /dev/null +++ b/node_modules/meriyah/dist/src/lexer/jsx.d.ts @@ -0,0 +1,7 @@ +import { Token } from '../token';
+import { ParserState, Context } from '../common';
+export declare function scanJSXAttributeValue(parser: ParserState, context: Context): Token;
+export declare function scanJSXString(parser: ParserState, context: Context): Token;
+export declare function scanJSXToken(parser: ParserState, context: Context): Token;
+export declare function scanJSXIdentifier(parser: ParserState): Token;
+//# sourceMappingURL=jsx.d.ts.map
\ No newline at end of file |