mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-28 11:26:39 +00:00
refactor os imports into corresponding small modules (#20720)
This commit is contained in:
@@ -57,7 +57,7 @@ runnableExamples:
|
||||
|
||||
|
||||
when not defined(js):
|
||||
import os
|
||||
import std/oserrors
|
||||
|
||||
when defined(posix):
|
||||
import posix
|
||||
|
||||
Reference in New Issue
Block a user