oxc/crates/oxc_ast/src
2023-04-01 15:59:42 +08:00
..
ast refactor: clean up code around code coverage 2023-04-01 15:59:42 +08:00
ast_builder.rs chore(rust): remove unnecessary missing_const_for_fn 2023-03-22 12:35:52 +08:00
ast_kind.rs refactor: remove all declarations of const fn, which is useless for us 2023-03-07 21:29:47 +08:00
context.rs fix(parser): parse decorator with separate grammar (#192) 2023-03-19 11:35:59 +08:00
lib.rs feat(ast,semantic): add ModuleRecord 2023-03-15 18:12:34 -07:00
module_record.rs feat(ast,semantic): add ModuleRecord 2023-03-15 18:12:34 -07:00
serialize.rs refactor: clean up code around code coverage 2023-04-01 15:59:42 +08:00
source_type.rs chore: run `types -w" to fix all typos 2023-03-11 23:37:19 +08:00
span.rs refactor(linter): use the Span::new constructor instead of Span {} 2023-03-23 20:30:02 +08:00
syntax_directed_operations.rs refactor(ast): s/node/span 2023-02-21 19:17:49 +08:00
trivia.rs feat(linter): eslint disable comments (#196) 2023-03-22 11:27:42 +08:00
visit.rs refactor: remove unused #[allow(clippy:..)] 2023-03-17 13:28:06 +08:00
visit_mut.rs refactor: remove unused #[allow(clippy:..)] 2023-03-17 13:28:06 +08:00