Commit graph

31 commits

Author SHA1 Message Date
Boshen
1e8d3dde3b
chore: update .github/codecov.yml 2024-08-25 11:57:28 +08:00
Boshen
8d3f61bb54
chore(oxc_regular_expression): rename crate 2024-08-20 10:59:00 +08:00
Boshen
0236e947bd
chore: move fuzz/ to https://github.com/oxc-project/oxc-fuzz-parser 2024-08-05 17:34:29 +08:00
Boshen
d80ebb16ef
chore: codecov ignore ast generated code 2024-06-27 22:03:01 +08:00
Boshen
2fd0968f95
chore: codecov ignore crates/oxc_traverse/src/ancestor.rs 2024-05-26 20:29:07 +08:00
Boshen
ced0721b3b
ci: cache codecov; enable code coverage for oxc_transformer 2024-04-11 16:16:02 +08:00
Boshen
0f6674563e
chore: remove DSL based linter plugin (#1985)
Due to maintenance issues, we are going to stop exploring a linter based
DSL plugins.
2024-01-11 04:54:39 +00:00
Boshen
a6717db423
refactor(formatter,linter,codegen): remove oxc_formatter (#1968)
closes #1941
2024-01-10 06:41:20 +00:00
Boshen
9018e2ad44
chore(codecov): ignore oxc_transformer and oxc_js_regex which are not ready yet 2023-12-06 19:05:42 +08:00
Boshen
dd4c53cd73
ci: update ignored files for codecov 2023-11-14 09:43:25 +08:00
Boshen
077585addc
chore(codecov): ignore oxc_formatter because it is not being actively worked on 2023-10-17 09:18:13 +08:00
Boshen
6f289b9e57
chore(codecov): ignore oxc_linter_plugin 2023-10-16 14:09:09 +08:00
Boshen
ceeee5909b
Remove HIR (#917)
closes #273
closes #814

HIR is removed from this PR, with the minifier being commented out.

HIR is a wonderful idea for compiling to lower languages, but after
sitting on it for a few months I found that it only adds confusion and
uncertainties to both myself and future contributors.

It also adds too much burden to maintainers if we plan to support more
downstream tools.

1 AST is the only way.
2023-09-15 23:48:32 +08:00
Boshen
fdf288c685
refactor: improve code coverage in various places (#721) 2023-08-11 15:17:49 +08:00
Boshen
abc7c9d608
chore: update codecov link 2023-08-08 14:31:52 +08:00
Boshen
0682efd5d2
chore(codecov): ignore oxc_type_synthesis 2023-06-07 23:53:47 +08:00
Boshen
ba3c2bc40f
chore: ignore unused visit_mut for codecov 2023-05-07 23:04:30 +08:00
Boshen
ddf4ac9cc2
refactor(formatter): remove whitespace minification from formatter (#337) 2023-05-07 17:58:57 +08:00
Boshen
7148cb8c00
ci: make codecov informational 2023-04-28 11:02:30 +08:00
Boshen
59ff1fb289
HIR (#319) 2023-04-28 10:33:26 +08:00
Boshen
2cd04811d1
feat(hir): copy AST over to HIR (#316) 2023-04-25 19:19:36 +08:00
Boshen
40bb6fcd2a
chore: ignore oxc_wasm from codecov 2023-04-24 22:41:27 +08:00
Boshen
4a30ed192b
ci: turn off codecov/patch 2023-04-19 23:48:38 +08:00
Boshen
e5ef4760ee
ci: ignore main.rs, examples and fuzzer in codecov 2023-04-18 21:05:51 +08:00
Boshen
b6598a47d4
ci: run codecov on PR (#294) 2023-04-18 17:15:23 +08:00
Boshen
bf65843b71
ci: fix codecov.yml 2023-04-17 18:25:48 +08:00
Boshen
bee9da4ca1
chore: fix broken codecov.yml 2023-04-17 16:57:53 +08:00
Boshen
7376960ad7
chore: make codecov info informational 2023-04-16 22:39:57 +08:00
Boshen
917a001ca7
chore: do not run --release for codecov because things get optimized out 2023-04-15 14:31:52 +08:00
Boshen
adef772d6c refactor: clean up code around code coverage 2023-04-01 15:59:42 +08:00
Boshen
1a6f508bb9
ci: add codecov 2023-03-31 22:59:14 +08:00