mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
21 lines
412 B
YAML
21 lines
412 B
YAML
A-ast:
|
|
- any: ['crates/oxc_ast/**/*']
|
|
|
|
A-cli:
|
|
- any: ['crates/oxc_cli/**/*', 'npm/**/*']
|
|
|
|
A-linter: 'crates/oxc_linter/**/*'
|
|
|
|
A-minifier: 'crates/oxc_minifier/**/*'
|
|
|
|
A-parser: 'crates/oxc_parser/**/*'
|
|
|
|
A-codegen: 'crates/oxc_codegen/**/*'
|
|
|
|
A-semantic: 'crates/oxc_semantic/**/*'
|
|
|
|
A-transformer: 'crates/transformer/**/*'
|
|
|
|
A-resolver: 'crates/oxc_resolver/**/*'
|
|
|
|
A-type-checking: 'crates/oxc_type_synthesis/**/*'
|