Skip to content

Commit 65e6cdd

Browse files
committed
fix(jsrt): node_process.js import shim
1 parent cded0f3 commit 65e6cdd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

services/js-poc/polyfill/deno.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/js-poc/polyfill/deps.js

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
// deno run --lock-write deps.js
55
// ```
66
//
7-
// > Note: Due to a difference in how deno requests the source and how esm.sh compiles for
8-
// > different targets, `node_process.js` needs it's hash to be manually amended t
9-
// > `3828e3230dfc99c237c7ca17bfece48967ec4a0d3e5187e6ef9ab7c0a18c1c0b`
10-
//
117
// Polyfills are the same used by browserify and jspm:
128
// - https://github.com/browserify/browserify/blob/master/lib/builtins.js
139
// - https://github.com/jspm/jspm-core/blob/main/package.json

0 commit comments

Comments
 (0)