mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 15:12:08 +03:00
6f19f8902f
**Description:** Another update to enable bytecheck rkyv feature flag. Our dep tree is quite tangled with implicit enable (plugin -> rkyv). PR tries to detach some of it while trying to preserve existing behavior as much as it can.
56 lines
1.7 KiB
YAML
56 lines
1.7 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
|
|
|
|
# host:
|
|
# swc: ubuntu-large
|
|
|
|
check:
|
|
swc:
|
|
# plugin feature is verified by other tasks
|
|
- "cargo hack check --feature-powerset --no-dev-deps --exclude-features debug --exclude-features plugin --exclude-features plugin_transform_schema_v1 --exclude-features plugin_transform_schema_vtest --exclude-features plugin-bytecheck"
|
|
swc_bundler:
|
|
- "cargo hack check --feature-powerset --no-dev-deps"
|
|
swc_common:
|
|
- "cargo hack check --feature-powerset --no-dev-deps --exclude-features plugin_transform_schema_vtest"
|
|
swc_ecma_ast:
|
|
- "cargo hack check --feature-powerset --no-dev-deps"
|
|
swc_ecma_loader:
|
|
- "cargo hack check --feature-powerset --no-dev-deps"
|
|
swc_ecma_transforms:
|
|
- "cargo hack check --feature-powerset --no-dev-deps"
|
|
swc_ecma_transforms_base:
|
|
- "cargo hack check --feature-powerset --no-dev-deps"
|
|
swc_ecma_transforms_compat:
|
|
- "cargo hack check --feature-powerset --no-dev-deps"
|
|
swc_ecma_transforms_optimization:
|
|
- "cargo hack check --feature-powerset --no-dev-deps"
|
|
swc_ecma_utils:
|
|
- "cargo hack check --feature-powerset --no-dev-deps"
|
|
swc_ecma_visit:
|
|
- "cargo hack check --feature-powerset --no-dev-deps"
|
|
swc_cli:
|
|
- "cargo check"
|
|
- "cargo check --features plugin"
|
|
swc_node_bundler:
|
|
- "cargo check"
|
|
- "cargo check --no-default-features --features swc_v2"
|