corebasic 1.0.212 → 1.0.213
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/index.js +10 -0
- package/dist/libs/ObjectId.js +114 -0
- package/dist/libs/auth.js +103 -0
- package/dist/libs/compression.js +11 -0
- package/dist/libs/cpp.js +154 -0
- package/dist/libs/dip/suffix/date.js +89 -0
- package/dist/libs/dip/suffix/index.js +227 -0
- package/dist/libs/dip/suffix/policy.js +113 -0
- package/dist/libs/dip/suffix/query.js +279 -0
- package/dist/libs/dip/suffix/suffix.js +99 -0
- package/dist/libs/dip/suffix/tests/date.test.js +187 -0
- package/dist/libs/dip/suffix/tests/index.test.js +441 -0
- package/dist/libs/dip/suffix/tests/policy.applySuffixPolicy.test.js +489 -0
- package/dist/libs/dip/suffix/tests/policy.test.js +329 -0
- package/dist/libs/dip/suffix/tests/suffix.test.js +316 -0
- package/dist/libs/dip.js +102 -0
- package/dist/libs/dipper.js +73 -0
- package/dist/libs/elabase.js +656 -0
- package/dist/libs/features.js +366 -0
- package/dist/libs/kafka.js +121 -0
- package/dist/libs/messaging.js +130 -0
- package/dist/libs/mobilecodes.js +562 -0
- package/dist/libs/session.js +96 -0
- package/dist/libs/utils.js +297 -0
- package/package.json +3 -2
- package/tsc/@typescript/typescript-linux-x64/LICENSE +55 -0
- package/tsc/@typescript/typescript-linux-x64/NOTICE.txt +436 -0
- package/tsc/@typescript/typescript-linux-x64/README.md +3 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.d.ts +20 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.decorators.d.ts +382 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.decorators.legacy.d.ts +20 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.dom.asynciterable.d.ts +18 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.dom.d.ts +45125 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.dom.iterable.d.ts +18 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2015.collection.d.ts +159 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2015.core.d.ts +595 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2015.d.ts +26 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2015.generator.d.ts +75 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2015.iterable.d.ts +603 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2015.promise.d.ts +79 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2015.proxy.d.ts +126 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2015.reflect.d.ts +142 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2015.symbol.d.ts +44 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2015.symbol.wellknown.d.ts +324 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2016.array.include.d.ts +114 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2016.d.ts +19 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2016.full.d.ts +21 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2016.intl.d.ts +29 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2017.arraybuffer.d.ts +19 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2017.d.ts +24 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2017.date.d.ts +29 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2017.full.d.ts +21 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2017.intl.d.ts +42 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2017.object.d.ts +47 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2017.sharedmemory.d.ts +133 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2017.string.d.ts +47 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2017.typedarrays.d.ts +51 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2018.asyncgenerator.d.ts +75 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2018.asynciterable.d.ts +51 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2018.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2018.full.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2018.intl.d.ts +81 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2018.promise.d.ts +28 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2018.regexp.d.ts +35 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2019.array.d.ts +77 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2019.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2019.full.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2019.intl.d.ts +21 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2019.object.d.ts +31 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2019.string.d.ts +35 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2019.symbol.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2020.bigint.d.ts +763 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2020.d.ts +25 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2020.date.d.ts +40 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2020.full.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2020.intl.d.ts +472 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2020.number.d.ts +26 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2020.promise.d.ts +45 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2020.sharedmemory.d.ts +97 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2020.string.d.ts +42 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2020.symbol.wellknown.d.ts +39 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2021.d.ts +21 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2021.full.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2021.intl.d.ts +164 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2021.promise.d.ts +46 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2021.string.d.ts +31 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2021.weakref.d.ts +76 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2022.array.d.ts +119 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2022.d.ts +23 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2022.error.d.ts +73 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2022.full.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2022.intl.d.ts +143 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2022.object.d.ts +24 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2022.regexp.d.ts +37 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2022.string.d.ts +23 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2023.array.d.ts +922 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2023.collection.d.ts +19 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2023.d.ts +20 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2023.full.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2023.intl.d.ts +62 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2024.arraybuffer.d.ts +63 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2024.collection.d.ts +27 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2024.d.ts +24 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2024.full.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2024.object.d.ts +27 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2024.promise.d.ts +33 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2024.regexp.d.ts +23 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2024.sharedmemory.d.ts +66 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2024.string.d.ts +27 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2025.collection.d.ts +94 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2025.d.ts +23 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2025.float16.d.ts +443 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2025.full.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2025.intl.d.ts +200 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2025.iterator.d.ts +146 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2025.promise.d.ts +32 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es2025.regexp.d.ts +30 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es5.d.ts +4599 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.es6.d.ts +21 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.array.d.ts +33 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.collection.d.ts +47 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.d.ts +27 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.date.d.ts +21 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.decorators.d.ts +26 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.disposable.d.ts +191 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.error.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.full.d.ts +22 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.intl.d.ts +107 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.sharedmemory.d.ts +23 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.temporal.d.ts +485 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.esnext.typedarrays.d.ts +90 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.scripthost.d.ts +320 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.webworker.asynciterable.d.ts +18 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.webworker.d.ts +15606 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.webworker.importscripts.d.ts +21 -0
- package/tsc/@typescript/typescript-linux-x64/lib/lib.webworker.iterable.d.ts +18 -0
- package/tsc/@typescript/typescript-linux-x64/lib/tsc +0 -0
- package/tsc/@typescript/typescript-linux-x64/lib/tsc.sig +11 -0
- package/tsc/@typescript/typescript-linux-x64/package.json +45 -0
- package/tsc/notes +14 -0
- package/tsconfig.json +48 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABILITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/////////////////////////////
|
|
18
|
+
/// WorkerGlobalScope APIs
|
|
19
|
+
/////////////////////////////
|
|
20
|
+
// These are only available in a Web Worker
|
|
21
|
+
declare function importScripts(...urls: string[]): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABILITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
// This file's contents are now included in the main types file.
|
|
18
|
+
// The file has been left for backward compatibility.
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BSN Pgp v1.0.0.0
|
|
3
|
+
|
|
4
|
+
iQEcBAABCAAGBQJqTebQAAoJEOs+lK2+EinPblgH/2BOzf1BzBVbTd3OXCX29bdK
|
|
5
|
+
5uN+q3moUGjznK/FknvlEqlhxo7V7BX+kgTbL2WGcsmcq4jx1zcEDAQkjJM8xDlh
|
|
6
|
+
arpq1acM9rFWRbVyMwSUspKtOqNO83Rtk4WvPO90edmxdbVnOgHSMRNnvMbJCq0B
|
|
7
|
+
cQkVjNQEUu1WZJ0xdC154JmvqVoyJDz+kkN0iDocrKDNPI9uEaHmnAO7+yBItU3D
|
|
8
|
+
59IBlL6l6Wwx2vyLDyy/ns534wX8STJSsByz86cCr9pWtugSahC6seXhNflpDFZq
|
|
9
|
+
O3N+VtgpoHbBYRwXAtIbqqlR6Y04O2TCaYlxRoyYZwkCVd3RSTw6rCsHwB26QbQ=
|
|
10
|
+
=y9Bn
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@typescript/typescript-linux-x64",
|
|
3
|
+
"version": "7.0.2",
|
|
4
|
+
"license": "Apache-2.0",
|
|
5
|
+
"author": "Microsoft Corp.",
|
|
6
|
+
"homepage": "https://www.typescriptlang.org/",
|
|
7
|
+
"description": "TypeScript is a language for application scale JavaScript development",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"TypeScript",
|
|
10
|
+
"Microsoft",
|
|
11
|
+
"compiler",
|
|
12
|
+
"language",
|
|
13
|
+
"javascript"
|
|
14
|
+
],
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/microsoft/TypeScript/issues"
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/microsoft/TypeScript.git"
|
|
21
|
+
},
|
|
22
|
+
"type": "module",
|
|
23
|
+
"preferUnplugged": true,
|
|
24
|
+
"engines": {
|
|
25
|
+
"node": ">=16.20.0"
|
|
26
|
+
},
|
|
27
|
+
"files": [
|
|
28
|
+
"lib",
|
|
29
|
+
"NOTICE.txt"
|
|
30
|
+
],
|
|
31
|
+
"exports": {
|
|
32
|
+
"./package.json": "./package.json"
|
|
33
|
+
},
|
|
34
|
+
"gitHead": "2bd066d87f5bafd315be9f40889d0a60b9e58e0b",
|
|
35
|
+
"publishConfig": {
|
|
36
|
+
"access": "public",
|
|
37
|
+
"tag": "latest"
|
|
38
|
+
},
|
|
39
|
+
"os": [
|
|
40
|
+
"linux"
|
|
41
|
+
],
|
|
42
|
+
"cpu": [
|
|
43
|
+
"x64"
|
|
44
|
+
]
|
|
45
|
+
}
|
package/tsc/notes
ADDED
package/tsconfig.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
// Visit https://aka.ms/tsconfig to read more about this file
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
|
|
5
|
+
"rewriteRelativeImportExtensions": true,
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
// File Layout
|
|
9
|
+
"rootDir": ".",
|
|
10
|
+
"outDir": "./dist",
|
|
11
|
+
|
|
12
|
+
// Environment Settings
|
|
13
|
+
// See also https://aka.ms/tsconfig/module
|
|
14
|
+
"module": "nodenext",
|
|
15
|
+
"target": "esnext",
|
|
16
|
+
// "types": [],
|
|
17
|
+
// For nodejs:
|
|
18
|
+
// "lib": ["esnext"],
|
|
19
|
+
// "types": ["node"],
|
|
20
|
+
// and npm install -D @types/node
|
|
21
|
+
|
|
22
|
+
// Other Outputs
|
|
23
|
+
"sourceMap": false,
|
|
24
|
+
"declaration": false,
|
|
25
|
+
"declarationMap": false,
|
|
26
|
+
|
|
27
|
+
// Stricter Typechecking Options
|
|
28
|
+
"noUncheckedIndexedAccess": false,
|
|
29
|
+
"exactOptionalPropertyTypes": false,
|
|
30
|
+
|
|
31
|
+
// Style Options
|
|
32
|
+
// "noImplicitReturns": true,
|
|
33
|
+
// "noImplicitOverride": true,
|
|
34
|
+
// "noUnusedLocals": true,
|
|
35
|
+
// "noUnusedParameters": true,
|
|
36
|
+
// "noFallthroughCasesInSwitch": true,
|
|
37
|
+
// "noPropertyAccessFromIndexSignature": true,
|
|
38
|
+
|
|
39
|
+
// Recommended Options
|
|
40
|
+
"strict": false,
|
|
41
|
+
"jsx": "react-jsx",
|
|
42
|
+
"verbatimModuleSyntax": true,
|
|
43
|
+
"isolatedModules": true,
|
|
44
|
+
"noUncheckedSideEffectImports": true,
|
|
45
|
+
"moduleDetection": "force",
|
|
46
|
+
"skipLibCheck": true,
|
|
47
|
+
}
|
|
48
|
+
}
|