Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v2' into elm_optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs-lengyel committed May 24, 2022
2 parents d92237b + c1f3bb1 commit a040116
Show file tree
Hide file tree
Showing 127 changed files with 1,975 additions and 1,071 deletions.
460 changes: 224 additions & 236 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"check": "flow check",
"lint": "eslint . && prettier \"./packages/*/*/{src,bin,test}/**/*.{js,json,md}\" --list-different && cargo fmt --all -- --check",
"prepublishOnly": "yarn adjust-versions && yarn build && yarn build-ts",
"test:unit": "cross-env NODE_ENV=test mocha",
"test:unit": "cross-env NODE_ENV=test mocha && cargo test --package parcel-js-swc-core --lib",
"test:integration": "yarn workspace @parcel/integration-tests test",
"test:integration-ci": "yarn workspace @parcel/integration-tests test-ci",
"test": "yarn test:unit && yarn test:integration",
Expand Down

0 comments on commit a040116

Please sign in to comment.