swc/scripts/github/tests.yml
Donny/강동윤 ac3a55a435
feat(visit): Add index to AstKind (#5138)
- Make `VisitAstPath` take `AstNodePath<AstKind, AstNodeRef>`.
 - Add index to `AstKind::Vec*`.
2022-07-09 10:15:12 +00:00

56 lines
1.5 KiB
YAML

os:
windows:
- swc
- swc_cli
- swc_common
- swc_css_codegen
- swc_css_parser
- swc_ecma_codegen
- swc_ecma_loader
- swc_ecma_parser
- swc_ecma_preset_env
- swc_ecma_transforms_module
- swc_ecma_transforms_testing
- swc_html_codegen
- swc_html_parser
- swc_node_bundler
- swc_plugin
- swc_plugin_runner
- swc_plugin_testing
macos:
- swc_plugin_runner
check:
node:
- "check --features plugin"
- "check --no-default-features --features plugin --features swc_v2"
swc:
# plugin feature is verified by other tasks
- "hack check --feature-powerset --no-dev-deps --exclude-features debug --exclude-features plugin"
swc_bundler:
- "hack check --feature-powerset --no-dev-deps"
swc_common:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_ast:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_loader:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms_base:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms_compat:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms_optimization:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_utils:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_visit:
- "hack check --feature-powerset --no-dev-deps"
swc_cli:
- "check"
- "check --features plugin"
swc_node_bundler:
- "check"
- "check --no-default-features --features swc_v2"