This website requires JavaScript.
Explore
Help
Sign In
dan
/
oxc
Watch
1
Star
0
Fork
You've already forked oxc
0
mirror of
https://github.com/danbulant/oxc
synced
2026-05-25 04:42:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4585f11da3
oxc
/
crates
/
oxc_parser
/
src
History
Boshen
d5075a95e9
fix(linter): diagnostics should not print quotes
2023-03-11 17:44:27 +08:00
..
js
feat(semantic): declare symbol and reference Identifier
2023-03-10 23:28:51 -08:00
jsx
remove TODO
2023-03-01 20:47:52 -08:00
lexer
perf(lexer): fine tune identifier checking with less redundant branches (
#154
)
2023-03-08 22:00:15 +08:00
ts
refactor(oxc_ast): remove unnecessary
SourceTypeBuilder
2023-03-11 16:21:14 +08:00
cursor.rs
refactor: remove all declarations of
const fn
, which is useless for us
2023-03-07 21:29:47 +08:00
diagnostics.rs
fix(linter): diagnostics should not print quotes
2023-03-11 17:44:27 +08:00
lib.rs
refactor: remove all declarations of
const fn
, which is useless for us
2023-03-07 21:29:47 +08:00
list.rs
feat(parser): add parser
2023-02-11 05:26:49 -08:00
state.rs
refactor(ast): change
Option<Vec>
to
Vec
for decorators (
#84
)
2023-03-02 15:52:46 +08:00