mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 08:51:34 +00:00
Add initial Date bindings
Doesn't do much, yet, because we can't get the timezone with a plain binding, but it's at least something.
This commit is contained in:
@ -192,7 +192,8 @@ tests.forEach(filename => {
|
||||
math: {
|
||||
mod: function(a, b) { return a % b; }
|
||||
},
|
||||
Math: Math,
|
||||
Math,
|
||||
Date,
|
||||
|
||||
// tests/declare
|
||||
declare: {
|
||||
|
Reference in New Issue
Block a user