Commit graph

601 commits

Author SHA1 Message Date
Boshen
89352f85de
deps: bump dependencies 2023-05-04 11:33:01 +08:00
Wenzhe Wang
be02d7f940
fix(ci): prefix platform pkg (#332) 2023-04-30 23:02:24 +08:00
Wenzhe Wang
8e401a6aa4
chore: change Just variable substitution (#331)
chore: change variable substitution
2023-04-30 23:01:52 +08:00
Boshen
8cf7c130a4
refactor(ast): s/visit_pattern/visit_binding_pattern 2023-04-28 22:15:58 +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
f0066ea4cc
refactor: unify the usage of std::fmt import 2023-04-27 22:21:59 +08:00
Boshen
b6d00e5a6e
deps: remove thiserror from oxc_ast 2023-04-27 22:06:03 +08:00
Boshen
0cdcf03752
deps: remove miette from oxc_ast 2023-04-27 22:03:36 +08:00
Boshen
cd276c2850
feat: add oxc_span crate (#323) 2023-04-27 21:51:15 +08:00
Boshen
1004a1d197
chore: clean up workspace dependencies (#320) 2023-04-27 11:38:39 +08:00
Boshen
2fc16840de
chore(ast): remove unused code enter_object_expression 2023-04-26 18:50:04 +08:00
Boshen
becc5d0a3b
feat(hir): add HirId and HirBuilder for facilitating lowering (#318) 2023-04-25 23:16:04 +08:00
Boshen
2cd04811d1
feat(hir): copy AST over to HIR (#316) 2023-04-25 19:19:36 +08:00
Boshen
f194c84f0b
chore: remove the confusing unsafe impl from ast and allocator 2023-04-25 18:54:15 +08:00
Boshen
1497b4fffc
Update README.md 2023-04-25 11:10:35 +08:00
Boshen
e7302eede1
feat(hir): concept of hir (#314) 2023-04-25 10:54:37 +08:00
Boshen
72976d3ae2
refactor(ast): remove all the serde renames, this is no longer estree so it's ok 2023-04-25 10:17:01 +08:00
Boshen
40bb6fcd2a
chore: ignore oxc_wasm from codecov 2023-04-24 22:41:27 +08:00
Boshen
53140cb578
refactor(wasm): improve types a little bit 2023-04-24 21:41:19 +08:00
Boshen
a9b50987b4
chore: format toml files 2023-04-24 14:07:34 +08:00
Boshen
781c855c4d
feat(wasm): integrate linter, minifier and printer (#313) 2023-04-24 10:17:13 +08:00
Boshen
97189c4e4c
ci: trigger release_cli / release_napi only when package.json changes 2023-04-22 23:23:55 +08:00
Boshen
cecd743848
refactor(wasm): clean up wasm 2023-04-22 23:13:59 +08:00
Boshen
9e5d6689e5
chore: add cargo check to justfile 2023-04-22 22:53:04 +08:00
Boshen
7aca953635
ci: add cargo deny 2023-04-22 22:35:19 +08:00
Boshen
c6d70ba2a8
ci: run benchmark when Cargo.lock changes 2023-04-22 22:10:05 +08:00
Boshen
4801e68b56
chore: bump deps (#311) 2023-04-22 22:09:53 +08:00
Boshen
e93c79ab5b
ci: only run cargo udeps if Cargo.lock changes 2023-04-22 21:25:27 +08:00
Boshen
0918c21061
ci: refactor ci.yml 2023-04-22 21:06:03 +08:00
Boshen
8eeba69ea9
fix(ast): fix source_type attributes is null when serialized 2023-04-22 18:24:35 +08:00
Boshen
ef5e03d072
Update README.md 2023-04-22 17:04:17 +08:00
Boshen
9aad749c00
Release CLI v0.0.6, NAPI 0.0.3 2023-04-22 16:49:09 +08:00
Boshen
08dfbc98b2
fix(oxc_ast,oxc_parser): fix clippy warnings 2023-04-22 16:24:50 +08:00
Boshen
f382d36375
chore: publish crates v0.0.6 2023-04-22 16:09:05 +08:00
Boshen
080baaa2db
chore: use taplo to reformat toml files 2023-04-22 15:58:59 +08:00
Boshen
b95eeec47d
refactor(ast): stop aligning oxc ast with estree so it is less confusing 2023-04-22 15:44:19 +08:00
Boshen
033fc798b2
chore: add README to npm/napi 2023-04-22 15:19:49 +08:00
Boshen
9039c13f50
chore: unify crate versions 2023-04-22 15:04:26 +08:00
Boshen
40f6341c87
ci: clean up release workflows 2023-04-22 14:55:15 +08:00
Boshen
9480925508
chore: Release NAPI v0.0.2 2023-04-22 14:42:35 +08:00
Boshen
d49195f7f2
feat: napi (#302)
* chore: only ignore js files from the root

* feat: napi
2023-04-22 14:41:45 +08:00
Wenzhe Wang
441bc8835f
feat(linter): bad array method on arguments (#303) 2023-04-22 11:07:16 +08:00
Boshen
7f946fb75d
chore: bump nightly to nightly-2023-04-20 (#304) 2023-04-20 23:35:38 +08:00
Boshen
c87ba5df23
ci: remove needs: cache from ci
the cache is unused 99% of the time so it's better to just run
everything instead of waiting for the cache
2023-04-20 21:21:48 +08:00
Boshen
4a30ed192b
ci: turn off codecov/patch 2023-04-19 23:48:38 +08:00
Boshen
21d4954071
Website (#281)
feat(site): init website

Co-authored-by: Gwen <guan_wy@foxmail.com>
2023-04-19 16:37:44 +08:00
Boshen
298ab996c7
chore(ast): remove unused NumberLiteral::to_string (#298) 2023-04-19 15:15:09 +08:00
Boshen
5b3b757290
chore(linter): add test to ensure documentation exists (#296) 2023-04-18 22:14:54 +08:00
Boshen
c14c82b15d
feat(printer,semantic): mangler (#285)
closes #284
2023-04-18 21:32:35 +08:00