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-24 20:32:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
59476e42d4
oxc
/
crates
/
oxc_parser
/
src
History
Boshen
d4ff0bb40e
refactor(oxc_parser): parser and lexer does not need to share the errors vec
2023-04-01 15:59:42 +08:00
..
js
fix(parser): fix panic on multi-byte characaters (
#233
)
2023-04-01 13:34:18 +08:00
jsx
refactor(lexer): change
TokenValue::String(Atom)
to
TokenValue::String(&str)
(
#174
)
2023-03-13 09:33:44 +08:00
lexer
refactor(oxc_parser): parser and lexer does not need to share the errors vec
2023-04-01 15:59:42 +08:00
ts
feat(linter): implement isolated_declaration (
#209
)
2023-03-26 04:37:10 -07:00
cursor.rs
refactor(oxc_parser): parser and lexer does not need to share the errors vec
2023-04-01 15:59:42 +08:00
diagnostics.rs
fix(parser): fix panic on multi-byte characaters (
#233
)
2023-04-01 13:34:18 +08:00
lib.rs
refactor(oxc_parser): parser and lexer does not need to share the errors vec
2023-04-01 15:59:42 +08:00
list.rs
chore: run `types -w" to fix all typos
2023-03-11 23:37:19 +08:00
state.rs
refactor(ast): change
Option<Vec>
to
Vec
for decorators (
#84
)
2023-03-02 15:52:46 +08:00