summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/os.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/os.ts')
-rw-r--r--ext/node/polyfills/os.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/node/polyfills/os.ts b/ext/node/polyfills/os.ts
index 6fdf82453..69ca19bc5 100644
--- a/ext/node/polyfills/os.ts
+++ b/ext/node/polyfills/os.ts
@@ -20,11 +20,11 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-import { notImplemented } from "internal:deno_node/_utils.ts";
-import { validateIntegerRange } from "internal:deno_node/_utils.ts";
-import process from "internal:deno_node/process.ts";
-import { isWindows, osType } from "internal:deno_node/_util/os.ts";
-import { os } from "internal:deno_node/internal_binding/constants.ts";
+import { notImplemented } from "ext:deno_node/_utils.ts";
+import { validateIntegerRange } from "ext:deno_node/_utils.ts";
+import process from "ext:deno_node/process.ts";
+import { isWindows, osType } from "ext:deno_node/_util/os.ts";
+import { os } from "ext:deno_node/internal_binding/constants.ts";
export const constants = os;