From 77113425196fc3578df20c2b2eb7bd47d7f10886 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Wed, 6 Oct 2021 21:00:25 -0400 Subject: [PATCH] Fix #1488 --- dist-raw/node-package-json-reader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-raw/node-package-json-reader.js b/dist-raw/node-package-json-reader.js index 1c36501cd..e9f82c6f4 100644 --- a/dist-raw/node-package-json-reader.js +++ b/dist-raw/node-package-json-reader.js @@ -5,6 +5,7 @@ const { SafeMap } = require('./node-primordials'); const { internalModuleReadJSON } = require('./node-internal-fs'); const { pathToFileURL } = require('url'); const { toNamespacedPath } = require('path'); +// const { getOptionValue } = require('./node-options'); const cache = new SafeMap(); @@ -23,7 +24,6 @@ function read(jsonPath) { toNamespacedPath(jsonPath) ); const result = { string, containsKeys }; - const { getOptionValue } = require('./node-options'); if (string !== undefined) { if (manifest === undefined) { // manifest = getOptionValue('--experimental-policy') ?