Skip to content

Commit 677e6df

Browse files
committed
chore: drop ts_enum_cross_module_inlining_access from failedReasons
The test is no longer failing meaningfully — only stylistic differences remain (`var` vs `let`, arrow vs `function` IIFE). Removing the entry and re-running `just ued` deletes the stale diff.md and updates stats/summary.
1 parent 2167148 commit 677e6df

4 files changed

Lines changed: 7 additions & 158 deletions

File tree

crates/rolldown/tests/esbuild/ts/ts_enum_cross_module_inlining_access/diff.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

scripts/src/esbuild-tests/reasons.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

5150
export const notSupportedReasons: Record<string, string> = {

scripts/src/esbuild-tests/snap-diff/stats/stats.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
@@ -56,5 +56,5 @@
5656
## ts
5757
- total: 84
5858
- ignored: 9
59-
- passed: 71
60-
- passed ratio: 94.67%
59+
- passed: 72
60+
- passed ratio: 96.00%

scripts/src/esbuild-tests/snap-diff/summary/ts.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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)
@@ -31,6 +29,7 @@
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)

0 commit comments

Comments
 (0)