Skip to content

Commit e6c04b4

Browse files
authoredMar 17, 2025··
test(es/minifier): Add full tests back (#10212)
**Description:** It helps to catch an edge case, so let's have it in the repository, along with the new size tests **Related issue:** - This PR inverts #10208
1 parent f28d96e commit e6c04b4

20 files changed

+205057
-0
lines changed
 

‎crates/swc_ecma_minifier/tests/benches-full/d3.js

+11,297
Large diffs are not rendered by default.

‎crates/swc_ecma_minifier/tests/benches-full/echarts.js

+48,795
Large diffs are not rendered by default.

‎crates/swc_ecma_minifier/tests/benches-full/jquery.js

+4,506
Large diffs are not rendered by default.

‎crates/swc_ecma_minifier/tests/benches-full/lodash.js

+10,924
Large diffs are not rendered by default.

‎crates/swc_ecma_minifier/tests/benches-full/moment.js

+2,149
Large diffs are not rendered by default.

‎crates/swc_ecma_minifier/tests/benches-full/react.js

+1,121
Large diffs are not rendered by default.

‎crates/swc_ecma_minifier/tests/benches-full/terser.js

+20,481
Large diffs are not rendered by default.

‎crates/swc_ecma_minifier/tests/benches-full/three.js

+16,580
Large diffs are not rendered by default.

‎crates/swc_ecma_minifier/tests/benches-full/victory.js

+34,884
Large diffs are not rendered by default.

‎crates/swc_ecma_minifier/tests/benches-full/vue.js

+4,517
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"trailingComma": "all"
3+
}

0 commit comments

Comments
 (0)