mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
25 lines
517 B
YAML
25 lines
517 B
YAML
A-ast:
|
|
- any: ['crates/oxc_ast/**']
|
|
|
|
A-cli:
|
|
- any: ['crates/oxc_cli/**', 'npm/**']
|
|
|
|
A-prettier:
|
|
- any: ['crates/oxc_prettier/**', 'tasks/prettier_conformance/**']
|
|
|
|
A-transformer:
|
|
- any: ['crates/oxc_transformer/**', 'tasks/transform_conformance/**']
|
|
|
|
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-resolver: 'crates/oxc_resolver/**'
|
|
|
|
A-type-checking: 'crates/oxc_type_synthesis/**'
|