Merge pull request #3513 from thetarnav/patch-2

Remove instrinsics and utf16 imports from os/os_js
This commit is contained in:
gingerBill
2024-04-29 16:51:45 +01:00
committed by GitHub

View File

@@ -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 == '\\'