mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
Enable odin check examples/all for JS.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#+build js
|
||||
#+private
|
||||
package timezone
|
||||
|
||||
import "core:time/datetime"
|
||||
|
||||
local_tz_name :: proc(allocator := context.allocator) -> (name: string, success: bool) {
|
||||
return
|
||||
}
|
||||
|
||||
_region_load :: proc(_reg_str: string, allocator := context.allocator) -> (out_reg: ^datetime.TZ_Region, success: bool) {
|
||||
return nil, true
|
||||
}
|
||||
Reference in New Issue
Block a user