Boshen
|
2e32140450
|
publish: bump all crates to v0.0.7
|
2023-07-06 14:27:13 +08:00 |
|
Boshen
|
19c68c8c57
|
chore(Cargo): change how crates are version and published
Let's publish everything under `oxc` instead of individual crates
|
2023-07-06 14:14:29 +08:00 |
|
Boshen
|
8aba8bcbb5
|
feat(oxc): a single oxc crate (#522)
|
2023-07-06 13:35:25 +08:00 |
|
Boshen
|
e25f6e2dd4
|
chore(rust): rust cargo fmt and fix clippy warnings
|
2023-07-04 15:41:30 +08:00 |
|
Boshen
|
17a73b1eef
|
refactor(ast): move ModuleRecord to oxc_syntax
|
2023-07-03 22:54:27 +08:00 |
|
Boshen
|
c5402c1cae
|
feat(linter): implement no-import-assign (nursery)
|
2023-07-01 11:20:31 +08:00 |
|
Yagiz Nizipli
|
3656802fd4
|
feat: add eslint no-setter-return rule (#434)
Co-authored-by: Boshen <boshenc@gmail.com>
|
2023-06-24 22:08:41 +08:00 |
|
Boshen
|
d30735677b
|
refactor(semantic): merge semantic2 crate into semantic crate (#460)
|
2023-06-19 20:20:59 +08:00 |
|
Boshen
|
0dc6e025a1
|
refactor(semantic): move ScopeId and ScopeFlags to oxc_syntax
|
2023-06-12 21:10:38 +08:00 |
|
Boshen
|
dcb38f2277
|
refactor(semantic): move SymbolId and SymbolFlags to oxc_syntax
|
2023-06-12 20:55:16 +08:00 |
|
Boshen
|
f8125af850
|
feat(minimizer): print parentheses
|
2023-06-01 22:45:26 +08:00 |
|
Boshen
|
c01df484db
|
refactor(hir,syntax): define Precedence for hir expressions
|
2023-05-29 14:15:14 +08:00 |
|
Boshen
|
4706427575
|
refactor(syntax): move expression precedence from parser
|
2023-05-29 12:25:22 +08:00 |
|
Boshen
|
87a0b6c889
|
refactor(ast): s/ArrowFunctionExpression/ArrowExpression
|
2023-05-28 22:40:16 +08:00 |
|
Boshen
|
24f11a4ea8
|
refactor(syntax): move identifier related code from lexer to syntax
|
2023-05-27 11:00:02 +08:00 |
|
Boshen
|
f5b57944e2
|
feat(minifier): print shorter numbers (#381)
|
2023-05-24 22:03:50 +08:00 |
|
Boshen
|
6811d67eb3
|
refactor(ast): move NumberBase to oxc_syntax; add NumberBase::Float
|
2023-05-24 18:33:19 +08:00 |
|
Boshen
|
dee09da60b
|
feat(minifier): implement peephole reorder constant expression from closure compiler (#376)
|
2023-05-23 12:29:29 +08:00 |
|
Boshen
|
7f93e58f10
|
chore: remove all #[must_use]
|
2023-05-11 21:08:00 +08:00 |
|
Boshen
|
b94fe5ebfa
|
refactor(syntax): clean up Operator
|
2023-05-09 22:04:50 +08:00 |
|
Boshen
|
8161ac2800
|
refactor: clean up Cargo.toml (put features table on top)
|
2023-05-09 21:53:47 +08:00 |
|
Boshen
|
65a445f512
|
refactor: move operator to oxc_syntax (#341)
|
2023-05-08 15:35:01 +08:00 |
|