@cloudpss/expression 0.6.7 → 0.6.9
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/dist/re-exports.d.ts +1 -1
- package/dist/re-exports.d.ts.map +1 -1
- package/dist/re-exports.js +1 -1
- package/dist/re-exports.js.map +1 -1
- package/package.json +2 -2
- package/src/re-exports.ts +2 -0
package/dist/re-exports.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { isVmAny, isVmArray, isVmConst, isVmContext, isVmExtern, isVmFunction, isVmImmutable, isVmModule, isVmPrimitive, isVmRecord, isVmArrayLikeRecord, isVmArrayLikeRecordByEntires, isVmArrayLikeRecordByKeys, isVmCallable, isVmScript, isVmWrapper, isVmValue, VmExtern, VmFunction, VmModule, VmError, defineVmContextValue, configCheckpoint, } from '@mirascript/mirascript';
|
|
1
|
+
export { isVmAny, isVmArray, isVmConst, isVmContext, isVmExtern, isVmFunction, isVmImmutable, isVmModule, isVmPrimitive, isVmRecord, isVmArrayLikeRecord, isVmArrayLikeRecordByEntires, isVmArrayLikeRecordByKeys, isVmCallable, isVmScript, isVmWrapper, isVmValue, VmExtern, VmFunction, VmModule, VmError, wrapToVmValue, unwrapFromVmValue, defineVmContextValue, configCheckpoint, } from '@mirascript/mirascript';
|
|
2
2
|
export type { VmScript, VmValueMap, VmAny, VmArray, VmConst, VmContext, VmImmutable, VmPrimitive, VmRecord, VmUninitialized, VmValue, } from '@mirascript/mirascript';
|
|
3
3
|
export { serialize, serializeRecordKey, serializeString, type SerializeOptions, constants, DefaultVmContext, lib, operations, } from '@mirascript/mirascript/subtle';
|
|
4
4
|
//# sourceMappingURL=re-exports.d.ts.map
|
package/dist/re-exports.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"re-exports.d.ts","sourceRoot":"","sources":["../src/re-exports.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,SAAS,EACT,SAAS,EACT,WAAW,EACX,UAAU,EACV,YAAY,EACZ,aAAa,EACb,UAAU,EACV,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,4BAA4B,EAC5B,yBAAyB,EACzB,YAAY,EACZ,UAAU,EACV,WAAW,EACX,SAAS,EACT,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,OAAO,EACP,oBAAoB,EACpB,gBAAgB,GACnB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACR,QAAQ,EACR,UAAU,EACV,KAAK,EACL,OAAO,EACP,OAAO,EACP,SAAS,EACT,WAAW,EACX,WAAW,EACX,QAAQ,EACR,eAAe,EACf,OAAO,GACV,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACH,SAAS,EACT,kBAAkB,EAClB,eAAe,EACf,KAAK,gBAAgB,EACrB,SAAS,EACT,gBAAgB,EAChB,GAAG,EACH,UAAU,GACb,MAAM,+BAA+B,CAAC"}
|
|
1
|
+
{"version":3,"file":"re-exports.d.ts","sourceRoot":"","sources":["../src/re-exports.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,SAAS,EACT,SAAS,EACT,WAAW,EACX,UAAU,EACV,YAAY,EACZ,aAAa,EACb,UAAU,EACV,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,4BAA4B,EAC5B,yBAAyB,EACzB,YAAY,EACZ,UAAU,EACV,WAAW,EACX,SAAS,EACT,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,OAAO,EACP,aAAa,EACb,iBAAiB,EACjB,oBAAoB,EACpB,gBAAgB,GACnB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACR,QAAQ,EACR,UAAU,EACV,KAAK,EACL,OAAO,EACP,OAAO,EACP,SAAS,EACT,WAAW,EACX,WAAW,EACX,QAAQ,EACR,eAAe,EACf,OAAO,GACV,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACH,SAAS,EACT,kBAAkB,EAClB,eAAe,EACf,KAAK,gBAAgB,EACrB,SAAS,EACT,gBAAgB,EAChB,GAAG,EACH,UAAU,GACb,MAAM,+BAA+B,CAAC"}
|
package/dist/re-exports.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { isVmAny, isVmArray, isVmConst, isVmContext, isVmExtern, isVmFunction, isVmImmutable, isVmModule, isVmPrimitive, isVmRecord, isVmArrayLikeRecord, isVmArrayLikeRecordByEntires, isVmArrayLikeRecordByKeys, isVmCallable, isVmScript, isVmWrapper, isVmValue, VmExtern, VmFunction, VmModule, VmError, defineVmContextValue, configCheckpoint, } from '@mirascript/mirascript';
|
|
1
|
+
export { isVmAny, isVmArray, isVmConst, isVmContext, isVmExtern, isVmFunction, isVmImmutable, isVmModule, isVmPrimitive, isVmRecord, isVmArrayLikeRecord, isVmArrayLikeRecordByEntires, isVmArrayLikeRecordByKeys, isVmCallable, isVmScript, isVmWrapper, isVmValue, VmExtern, VmFunction, VmModule, VmError, wrapToVmValue, unwrapFromVmValue, defineVmContextValue, configCheckpoint, } from '@mirascript/mirascript';
|
|
2
2
|
export { serialize, serializeRecordKey, serializeString, constants, DefaultVmContext, lib, operations, } from '@mirascript/mirascript/subtle';
|
|
3
3
|
//# sourceMappingURL=re-exports.js.map
|
package/dist/re-exports.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"re-exports.js","sourceRoot":"","sources":["../src/re-exports.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,SAAS,EACT,SAAS,EACT,WAAW,EACX,UAAU,EACV,YAAY,EACZ,aAAa,EACb,UAAU,EACV,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,4BAA4B,EAC5B,yBAAyB,EACzB,YAAY,EACZ,UAAU,EACV,WAAW,EACX,SAAS,EACT,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,OAAO,EACP,oBAAoB,EACpB,gBAAgB,GACnB,MAAM,wBAAwB,CAAC;AAchC,OAAO,EACH,SAAS,EACT,kBAAkB,EAClB,eAAe,EAEf,SAAS,EACT,gBAAgB,EAChB,GAAG,EACH,UAAU,GACb,MAAM,+BAA+B,CAAC"}
|
|
1
|
+
{"version":3,"file":"re-exports.js","sourceRoot":"","sources":["../src/re-exports.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,OAAO,EACP,SAAS,EACT,SAAS,EACT,WAAW,EACX,UAAU,EACV,YAAY,EACZ,aAAa,EACb,UAAU,EACV,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,4BAA4B,EAC5B,yBAAyB,EACzB,YAAY,EACZ,UAAU,EACV,WAAW,EACX,SAAS,EACT,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,OAAO,EACP,aAAa,EACb,iBAAiB,EACjB,oBAAoB,EACpB,gBAAgB,GACnB,MAAM,wBAAwB,CAAC;AAchC,OAAO,EACH,SAAS,EACT,kBAAkB,EAClB,eAAe,EAEf,SAAS,EACT,gBAAgB,EAChB,GAAG,EACH,UAAU,GACb,MAAM,+BAA+B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudpss/expression",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.9",
|
|
4
4
|
"author": "CloudPSS",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"./*": "./dist/*.js"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@mirascript/mirascript": "^0.1.
|
|
15
|
+
"@mirascript/mirascript": "^0.1.32",
|
|
16
16
|
"klona": "^2.0.6",
|
|
17
17
|
"lru-cache": "^11.2.4",
|
|
18
18
|
"mathjs": "^15.1.0",
|