mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
19 lines
412 B
YAML
19 lines
412 B
YAML
A-ast:
|
|
- any: ['crates/oxc_ast/**/*', 'crates/oxc_ast_lower/**/*']
|
|
|
|
A-cli:
|
|
- any: ['crates/oxc_cli/**/*', 'npm/**/*']
|
|
|
|
A-linter: 'crates/oxc_linter/**/*'
|
|
|
|
A-minifier: 'crates/oxc_minifier/**/*'
|
|
|
|
A-parser: 'crates/oxc_parser/**/*'
|
|
|
|
A-printer: 'crates/oxc_minifier/src/printer/**/*'
|
|
|
|
A-semantic: 'crates/oxc_semantic/**/*'
|
|
|
|
A-resolver: 'crates/oxc_resolver/**/*'
|
|
|
|
A-type-checking: 'crates/oxc_type_synthesis/**/*'
|