mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-06 18:54:12 +00:00
Merge pull request #3513 from thetarnav/patch-2
Remove instrinsics and utf16 imports from os/os_js
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
//+build js
|
||||
package os
|
||||
|
||||
import "base:intrinsics"
|
||||
import "base:runtime"
|
||||
import "core:unicode/utf16"
|
||||
|
||||
is_path_separator :: proc(c: byte) -> bool {
|
||||
return c == '/' || c == '\\'
|
||||
|
||||
Reference in New Issue
Block a user