Enable odin check examples/all for JS.

This commit is contained in:
Jeroen van Rijn
2025-06-03 20:01:22 +02:00
parent 986cfbcaf4
commit ae5c92ac38
12 changed files with 269 additions and 125 deletions
+3 -3
View File
@@ -1,3 +1,4 @@
#+build !js
package all
// Imports every package
@@ -152,9 +153,6 @@ import utf8 "core:unicode/utf8"
import utf8string "core:unicode/utf8/utf8string"
import utf16 "core:unicode/utf16"
main :: proc(){}
_ :: bufio
_ :: bytes
_ :: c
@@ -280,3 +278,5 @@ _ :: utf8
_ :: utf8string
_ :: utf16
_ :: sanitizer
main :: proc() {}