Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix: use matching deno version and bundle DENO_DIR for tarball bundles #7083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
fix: use matching deno version and bundle DENO_DIR for tarball bundles #7083
Changes from all commits
70abeccbf375ab18a6aef1782638File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 1090 in packages/edge-bundler/node/bundler.test.ts
node/bundler.test.ts > Produces a tarball bundle > Dry-run tarball generation flag enabled > Includes tarball in bundles when generation succeeds
Check failure on line 1225 in packages/edge-bundler/node/bundler.test.ts
node/bundler.test.ts > Produces a tarball bundle > With @ prefixed local import filenames
Check failure on line 117 in packages/edge-bundler/node/formats/tarball.ts
node/bundler.test.ts > Produces a tarball bundle > Importing from root vendor directory is handled
Check failure on line 117 in packages/edge-bundler/node/formats/tarball.ts
node/bundler.test.ts > Produces a tarball bundle > npm + http modules with import assertions
Check failure on line 117 in packages/edge-bundler/node/formats/tarball.ts
node/bundler.test.ts > Produces a tarball bundle > Rewrites import assertions
Check failure on line 117 in packages/edge-bundler/node/formats/tarball.ts
node/bundler.test.ts > Produces a tarball bundle > Rewrites bare specifier imports to resolved URLs
Check failure on line 117 in packages/edge-bundler/node/formats/tarball.ts
node/bundler.test.ts > Produces a tarball bundle > With imports from sibling directories
Check failure on line 117 in packages/edge-bundler/node/formats/tarball.ts
node/bundler.test.ts > Produces a tarball bundle > Using npm and remote modules
Check failure on line 117 in packages/edge-bundler/node/formats/tarball.ts
node/bundler.test.ts > Produces a tarball bundle > Includes a relocated Deno cache (DENO_DIR) in the tarball
Check failure on line 117 in packages/edge-bundler/node/formats/tarball.ts
node/bundler.test.ts > Produces a tarball bundle > With only local imports
Uh oh!
There was an error while loading. Please reload this page.