mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
nuke jsx
This commit is contained in:
parent
e366d4b029
commit
e55a3f5a31
1 changed files with 8 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue