porffor 0.60.14 → 0.60.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiler/builtins/date.ts +22 -31
- package/compiler/builtins/object.ts +15 -16
- package/compiler/builtins_precompiled.js +463 -463
- package/compiler/codegen.js +2 -1
- package/package.json +1 -1
- package/runtime/index.js +1 -1
- package/foo.js +0 -7
package/compiler/codegen.js
CHANGED
@@ -7132,7 +7132,8 @@ const generateFunc = (scope, decl, forceNoExpr = false) => {
|
|
7132
7132
|
__String_prototype_concat: 1,
|
7133
7133
|
__ByteString_prototype_concat: 1,
|
7134
7134
|
__Atomics_wait: 4,
|
7135
|
-
__Atomics_notify: 3
|
7135
|
+
__Atomics_notify: 3,
|
7136
|
+
Date: 7
|
7136
7137
|
})[name] ?? jsLength;
|
7137
7138
|
}
|
7138
7139
|
|
package/package.json
CHANGED
package/runtime/index.js
CHANGED