diff options
Diffstat (limited to 'ext/node/polyfills/os.ts')
-rw-r--r-- | ext/node/polyfills/os.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/node/polyfills/os.ts b/ext/node/polyfills/os.ts index 94ca944c8..6fdf82453 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/polyfills/_utils.ts"; -import { validateIntegerRange } from "internal:deno_node/polyfills/_utils.ts"; -import process from "internal:deno_node/polyfills/process.ts"; -import { isWindows, osType } from "internal:deno_node/polyfills/_util/os.ts"; -import { os } from "internal:deno_node/polyfills/internal_binding/constants.ts"; +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"; export const constants = os; |