File tree Expand file tree Collapse file tree
crates/rolldown/tests/esbuild/ts/ts_enum_cross_module_inlining_access
scripts/src/esbuild-tests Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ export const failedReasons: Record<string, string> = {
4545 'related to https://github.com/rolldown/rolldown/issues/3048, export pointing to a value declared by `declare var` should be kept' ,
4646 'ts/ts_print_non_finite_number_inside_with' :
4747 'with statement is rejected due to https://github.com/rolldown/rolldown/issues/7009' ,
48- 'ts/ts_enum_cross_module_inlining_access' : 'https://github.com/rolldown/rolldown/issues/9181' ,
4948} ;
5049
5150export const notSupportedReasons : Record < string , string > = {
Original file line number Diff line number Diff line change 11# Compatibility metric
22- total: 820
33- ignored: 112
4- - passed: 681
5- - passed ratio: 86.97 %
4+ - passed: 682
5+ - passed ratio: 87.10 %
66# Compatibility metric without not supported case
77- total: 708
8- - passed: 681
9- - passed ratio: 96.19 %
8+ - passed: 682
9+ - passed ratio: 96.33 %
1010# Compatibility metric details
1111## dce
1212- total: 120
5656## ts
5757- total: 84
5858- ignored: 9
59- - passed: 71
60- - passed ratio: 94.67 %
59+ - passed: 72
60+ - passed ratio: 96.00 %
Original file line number Diff line number Diff line change 11# Failed Cases
22## [ parameter_props_use_define_for_class_fields_true] ( ../../../../../crates/rolldown/tests/esbuild/ts/parameter_props_use_define_for_class_fields_true/diff.md )
33 https://github.com/oxc-project/oxc/issues/21600
4- ## [ ts_enum_cross_module_inlining_access] ( ../../../../../crates/rolldown/tests/esbuild/ts/ts_enum_cross_module_inlining_access/diff.md )
5- https://github.com/rolldown/rolldown/issues/9181
64## [ ts_export_default_type_issue316] ( ../../../../../crates/rolldown/tests/esbuild/ts/ts_export_default_type_issue316/diff.md )
75 related to https://github.com/rolldown/rolldown/issues/3048 , export pointing to a value declared by ` declare var ` should be kept
86## [ ts_print_non_finite_number_inside_with] ( ../../../../../crates/rolldown/tests/esbuild/ts/ts_print_non_finite_number_inside_with/diff.md )
3129## [ ts_declare_let] ( ../../../../../crates/rolldown/tests/esbuild/ts/ts_declare_let )
3230## [ ts_declare_namespace] ( ../../../../../crates/rolldown/tests/esbuild/ts/ts_declare_namespace )
3331## [ ts_declare_var] ( ../../../../../crates/rolldown/tests/esbuild/ts/ts_declare_var )
32+ ## [ ts_enum_cross_module_inlining_access] ( ../../../../../crates/rolldown/tests/esbuild/ts/ts_enum_cross_module_inlining_access )
3433## [ ts_enum_cross_module_inlining_definitions] ( ../../../../../crates/rolldown/tests/esbuild/ts/ts_enum_cross_module_inlining_definitions )
3534## [ ts_enum_cross_module_inlining_minify_index_into_dot] ( ../../../../../crates/rolldown/tests/esbuild/ts/ts_enum_cross_module_inlining_minify_index_into_dot )
3635## [ ts_enum_cross_module_inlining_re_export] ( ../../../../../crates/rolldown/tests/esbuild/ts/ts_enum_cross_module_inlining_re_export )
You can’t perform that action at this time.
0 commit comments