From f5202840818cade33c65c0ae6c2ac17fb5732229 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 20 Apr 2023 13:24:28 +0900 Subject: refactor(ext/node): remove polyfills/_core.ts (#18766) --- ext/node/polyfills/internal_binding/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/node/polyfills/internal_binding') diff --git a/ext/node/polyfills/internal_binding/types.ts b/ext/node/polyfills/internal_binding/types.ts index 943f5e31d..d03c342ad 100644 --- a/ext/node/polyfills/internal_binding/types.ts +++ b/ext/node/polyfills/internal_binding/types.ts @@ -21,7 +21,7 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -import { core } from "ext:deno_node/_core.ts"; +const { core } = globalThis.__bootstrap; // https://tc39.es/ecma262/#sec-object.prototype.tostring const _toString = Object.prototype.toString; -- cgit v1.2.3