We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb6aad commit 69ffe4bCopy full SHA for 69ffe4b
.github/workflows/CI.yml
@@ -354,6 +354,11 @@ jobs:
354
run: |
355
./scripts/github/run-cargo-hack.sh ${{ matrix.settings.crate }}
356
357
+ - name: Check unknown variant with transforms
358
+ if: matrix.settings.crate == 'swc_ecma_transforms'
359
+ run: |
360
+ env RUSTFLAGS="--cfg swc_ast_unknown" cargo check -p ${{ matrix.settings.crate }} --all-features
361
+
362
node-test:
363
name: Test node bindings - ${{ matrix.os }}
364
if: >-
0 commit comments