oxc/crates/oxc_linter/src
2024-03-04 16:03:33 +08:00
..
config refactor(linter/config): Use serde::Deserialize for config parsing (#2325) 2024-02-08 16:48:38 +08:00
partial_loader
rules refactor(codegen): clean up API around building sourcemaps (#2602) 2024-03-04 16:03:33 +08:00
snapshots feat(linter/import): partial support namespace check (#2538) 2024-02-29 15:40:53 +08:00
utils [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
ast_util.rs refactor(ast): s/ArrowExpression/ArrowFunctionExpression to align estree 2024-02-21 21:41:08 +08:00
context.rs refactor(codegen): clean up API around building sourcemaps (#2602) 2024-03-04 16:03:33 +08:00
disable_directives.rs
fixer.rs refactor: move all miette usages to oxc_diagnostics 2024-01-28 16:52:16 +08:00
globals.rs feat(linter): support read env from eslintrc (#2130) 2024-01-26 10:43:44 +08:00
javascript_globals.rs feat(linter): support read env from eslintrc (#2130) 2024-01-26 10:43:44 +08:00
lib.rs feat(cli,linter): provide tsconfig path from the cli (#2526) 2024-02-27 20:00:11 +08:00
options.rs refactor(linter/config): Use serde::Deserialize for config parsing (#2325) 2024-02-08 16:48:38 +08:00
rule.rs
rules.rs feat(linter): implement @typescript-eslint/prefer-ts-expect-error (#2435) 2024-02-24 09:23:50 +00:00
service.rs feat(cli,linter): provide tsconfig path from the cli (#2526) 2024-02-27 20:00:11 +08:00
tester.rs feat(cli,linter): provide tsconfig path from the cli (#2526) 2024-02-27 20:00:11 +08:00