Skip to content

Commit

Permalink
nuke jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
r58Playz committed Dec 17, 2024
1 parent e366d4b commit e55a3f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rewriter/wasm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,14 @@ wasm-snip rewriter/wasm/out/wasm_bg.wasm -o rewriter/wasm/out/wasm_snipped.wasm
'oxc_parser::ts::types::<impl oxc_parser::ParserImpl>::parse_type_reference' \
'oxc_parser::ts::types::<impl oxc_parser::ParserImpl>::parse_type_operator' \
'oxc_parser::ts::types::<impl oxc_parser::ParserImpl>::parse_type_literal' \
'oxc_parser::ts::statement::<impl oxc_parser::ParserImpl>::is_at_enum_declaration'
'oxc_parser::ts::statement::<impl oxc_parser::ParserImpl>::is_at_enum_declaration' \
'oxc_parser::jsx::<impl oxc_parser::ParserImpl>::parse_jsx_element' \
'oxc_parser::jsx::<impl oxc_parser::ParserImpl>::parse_jsx_identifier' \
'oxc_parser::jsx::<impl oxc_parser::ParserImpl>::parse_jsx_element_name' \
'oxc_parser::jsx::<impl oxc_parser::ParserImpl>::parse_jsx_children' \
'oxc_parser::jsx::<impl oxc_parser::ParserImpl>::parse_jsx_fragment' \
'oxc_parser::jsx::<impl oxc_parser::ParserImpl>::parse_jsx_expression_container' \
'oxc_parser::jsx::<impl oxc_parser::ParserImpl>::parse_jsx_expression'
#
# these are confirmed to break oxc
# 'oxc_parser::ts::types::<impl oxc_parser::ParserImpl>::parse_ts_type' \
Expand Down

0 comments on commit e55a3f5

Please sign in to comment.