Boshen
|
7e130e56f8
|
refactor(ast): remove Option around all ImportOrExportKind
|
2023-05-05 22:39:29 +08:00 |
|
Boshen
|
a2be3bd227
|
refactor(ast): remove unnecessary ModuleDeclarationKind
|
2023-05-05 22:04:26 +08:00 |
|
Boshen
|
cd276c2850
|
feat: add oxc_span crate (#323)
|
2023-04-27 21:51:15 +08:00 |
|
Boshen
|
b11f774c41
|
refactor(oxc_parser): clean up doc
|
2023-04-01 19:03:33 +08:00 |
|
Boshen
|
d917348f9b
|
refactor(ast,parser): move parsing context from ast to parser
|
2023-04-01 18:01:33 +08:00 |
|
Boshen
|
f2fcbb30c3
|
refactor(oxc_parser): removed not needed generic from unexpected function
|
2023-04-01 15:59:42 +08:00 |
|
Shannon Rothe
|
901f4948c1
|
refactor(parser): move import specifier parsing to list.rs (#167)
|
2023-03-12 10:45:02 +08:00 |
|
Ye Yangchen
|
b06ab627bf
|
fix(oxc_parser) correct span for decorators
|
2023-03-02 21:34:24 -08:00 |
|
Ye Yangchen
|
d8c6caf57f
|
feat(oxc_parser): Parse modifiers before declaration
|
2023-03-01 22:50:23 -08:00 |
|
Xuan
|
6b43cbbe71
|
fix(oxc_parser): support export type with star symbol
|
2023-02-27 12:26:23 +08:00 |
|
Xuan
|
65e81ce12c
|
fix(oxc_parser): eat decorator for export
|
2023-02-23 12:28:34 +08:00 |
|
Boshen
|
4f4a9802b7
|
refactor(diagnostics,parser): move diagnostics to parser
|
2023-02-22 19:23:01 +08:00 |
|
Boshen
|
4c6407b152
|
refactor(ast): s/node/span
This corrects the jargon for span. The term `node` came from `estree`,
which is a bit misleading here in Rust.
closes #9
|
2023-02-21 19:17:49 +08:00 |
|
Boshen
|
a733856536
|
refactor(ast,parser): use u32 for node spans
The next PR will fix the jargon where Node = Span.
relates to #9
|
2023-02-21 16:02:23 +08:00 |
|
Boshen
|
1fdc635638
|
feat(parser): add parser
|
2023-02-11 05:26:49 -08:00 |
|