diff options
author | 2021-08-14 02:39:44 -0700 | |
---|---|---|
committer | 2021-08-14 02:39:44 -0700 | |
commit | 16c76743048ef905269e2711cb0148ecc4e57f3f (patch) | |
tree | a8fb11b55767945a47e92120179f2f762b1f8e99 /src/js_lexer.zig | |
parent | f59892f647ceef1c05e40c9cdef4f79d0a530c2f (diff) | |
download | bun-16c76743048ef905269e2711cb0148ecc4e57f3f.tar.gz bun-16c76743048ef905269e2711cb0148ecc4e57f3f.tar.zst bun-16c76743048ef905269e2711cb0148ecc4e57f3f.zip |
lots
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8
Diffstat (limited to 'src/js_lexer.zig')
-rw-r--r-- | src/js_lexer.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js_lexer.zig b/src/js_lexer.zig index a687739d4..ee80c6fb6 100644 --- a/src/js_lexer.zig +++ b/src/js_lexer.zig @@ -18,6 +18,7 @@ pub const StrictModeReservedWords = tables.StrictModeReservedWords; pub const PropertyModifierKeyword = tables.PropertyModifierKeyword; pub const TypescriptStmtKeyword = tables.TypescriptStmtKeyword; pub const TypeScriptAccessibilityModifier = tables.TypeScriptAccessibilityModifier; +pub const ChildlessJSXTags = tables.ChildlessJSXTags; fn notimpl() noreturn { Global.panic("not implemented yet!", .{}); |