mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +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
|
//+build js
|
||||||
package os
|
package os
|
||||||
|
|
||||||
import "base:intrinsics"
|
|
||||||
import "base:runtime"
|
import "base:runtime"
|
||||||
import "core:unicode/utf16"
|
|
||||||
|
|
||||||
is_path_separator :: proc(c: byte) -> bool {
|
is_path_separator :: proc(c: byte) -> bool {
|
||||||
return c == '/' || c == '\\'
|
return c == '/' || c == '\\'
|
||||||
|
|||||||
Reference in New Issue
Block a user