Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ autoinherit:
test-transform *args='':
cargo run -p oxc_transform_conformance -- --exec {{args}}

# Update transformer conformance test fixtures, including overrides.
# `just submodules` also does this, but this runs faster. Useful when working on transformer.
update-transformer-fixtures:
cd tasks/coverage/babel && git reset --hard HEAD && git clean -f -q
node tasks/transform_conformance/update_fixtures.js

# Install wasm-pack
install-wasm:
cargo binstall wasm-pack
Expand Down