From 885afd07a2ae88e2128cff412be365bca78550de Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 15 Jan 2019 23:38:21 -0800 Subject: [PATCH] Add circular entry to esm loader fake compile data. --- esm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/esm.js b/esm.js index a005659a7..9eb99fd69 100644 --- a/esm.js +++ b/esm.js @@ -264,6 +264,7 @@ if (cachePath !== "") { __proto__: null, esm: { changed: false, + circular: 0, code: null, filename: null, firstAwaitOutsideFunction: null,