Skip to content

Commit

Permalink
chore(libzip): set TEXTDECODER to 2 (#4699)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-soporan committed Aug 1, 2022
1 parent b186b87 commit 76e4cc6
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 100 deletions.
40 changes: 8 additions & 32 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions .yarn/versions/dc69403b.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/core": patch
"@yarnpkg/fslib": patch
"@yarnpkg/libzip": patch
"@yarnpkg/plugin-pnp": patch
"@yarnpkg/pnp": patch
vscode-zipfs: patch

declined:
- "@yarnpkg/esbuild-plugin-pnp"
- "@yarnpkg/plugin-compat"
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-exec"
- "@yarnpkg/plugin-file"
- "@yarnpkg/plugin-git"
- "@yarnpkg/plugin-github"
- "@yarnpkg/plugin-http"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-link"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/doctor"
- "@yarnpkg/extensions"
- "@yarnpkg/json-proxy"
- "@yarnpkg/nm"
- "@yarnpkg/pnpify"
- "@yarnpkg/sdks"
- "@yarnpkg/shell"
2 changes: 1 addition & 1 deletion packages/yarnpkg-core/sources/worker-zip/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/yarnpkg-libzip/artifacts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ build() {
-s EXPORTED_RUNTIME_METHODS='["cwrap", "getValue"]' \
-s ALLOW_MEMORY_GROWTH=1 \
-s SUPPORT_BIG_ENDIAN=1 \
-s TEXTDECODER=2 \
-s ENVIRONMENT=node \
-s NODERAWFS=1 \
-s SINGLE_FILE=1 \
Expand Down
43 changes: 10 additions & 33 deletions packages/yarnpkg-libzip/sources/libzipAsync.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 10 additions & 33 deletions packages/yarnpkg-libzip/sources/libzipSync.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/yarnpkg-pnp/sources/hook.js

Large diffs are not rendered by default.

0 comments on commit 76e4cc6

Please sign in to comment.