oxc/crates/oxc_linter/src
2024-06-19 14:45:06 +00:00
..
config chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
partial_loader chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
rules fix(linter): false positives with setters in the getter-return rule. (#3714) 2024-06-19 14:45:06 +00:00
snapshots chore(linter): regenerate snapshot (#3758) 2024-06-19 09:33:04 +00:00
utils refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
ast_util.rs refactor(linter,diagnostic): one diagnostic struct to eliminate monomorphization of generic types (#3235) 2024-05-12 00:10:47 +08:00
context.rs refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
disable_directives.rs feat!(ast): make Trivias clonable by adding Arc (#3638) 2024-06-12 13:16:10 +08:00
fixer.rs feat(codegen)!: new code gen API (#3740) 2024-06-18 15:50:12 +00: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 chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
options.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
rule.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
rules.rs feat(linter): add oxc/no-optional-chaining rule (#3700) 2024-06-17 08:28:49 +00:00
service.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
table.rs chore(linter): add description to website rules generator (#3670) 2024-06-14 15:32:23 +08:00
tester.rs chore(linter): regenerate snapshot (#3758) 2024-06-19 09:33:04 +00:00