oxc/tasks
Yuji Sugiura 891a9c2040
feat(tasks/prettier): Visualize test details (#8634)
For example, if there are 3 tests in 1 spec and all of them fail:

- 💥💥💥

After some implementation, if 1 test passes:

- 💥💥

However, in this case, the coverage as number does not change.

This PR visualizes these details for better mental well-being. 😃
(But in practice, specs are so detailed, there is not much opportunity
for this...)
2025-01-21 17:01:34 +08:00
..
ast_tools refactor(ast): align #[estree(via)] behavior (#8599) 2025-01-19 20:44:33 +00:00
benchmark ci(benchmark): make lexer benchmark more realistic (#8573) 2025-01-18 01:47:07 +00:00
common
compat_data
coverage fix(parser): parse intrinsic TS keyword (#8627) 2025-01-21 09:54:10 +08:00
e2e feat(tasks/e2e): transformer + minifier runtime tests for popular npm packages (#8552) 2025-01-17 19:13:59 +08:00
javascript_globals
lint_rules fix(tasks/lint_rules): sync unicorn rules with eslint rules (#8224) 2025-01-03 11:39:51 +08:00
minsize refactor(minifier): remove all the unnecessary fake ast passes (#8618) 2025-01-20 22:05:51 +08:00
prettier_conformance feat(tasks/prettier): Visualize test details (#8634) 2025-01-21 17:01:34 +08:00
rulegen chore(deps): update dependency rust to v1.84.0 (#8391) 2025-01-09 18:11:17 +00:00
transform_checker refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
transform_conformance fix(transformer/typescript): correctly resolve references to non-constant enum members (#8543) 2025-01-18 17:02:50 +08:00
website feat(linter): Format the configuration documentation correctly (#8583) 2025-01-18 17:02:32 +08:00