@mohsen-azimi/tsz-dev 0.1.5 → 0.1.7
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/bin/tsz.js +43 -0
- package/bundler/package.json +1 -1
- package/bundler/tsz_wasm_bg.js +28 -0
- package/bundler/tsz_wasm_bg.wasm +0 -0
- package/lib-assets/decorators.d.ts +382 -0
- package/lib-assets/decorators.legacy.d.ts +20 -0
- package/lib-assets/dom.asynciterable.d.ts +18 -0
- package/lib-assets/dom.d.ts +40771 -0
- package/lib-assets/dom.iterable.d.ts +18 -0
- package/lib-assets/es2015.collection.d.ts +145 -0
- package/lib-assets/es2015.core.d.ts +595 -0
- package/lib-assets/es2015.d.ts +26 -0
- package/lib-assets/es2015.generator.d.ts +75 -0
- package/lib-assets/es2015.iterable.d.ts +603 -0
- package/lib-assets/es2015.promise.d.ts +79 -0
- package/lib-assets/es2015.proxy.d.ts +126 -0
- package/lib-assets/es2015.reflect.d.ts +142 -0
- package/lib-assets/es2015.symbol.d.ts +44 -0
- package/lib-assets/es2015.symbol.wellknown.d.ts +324 -0
- package/lib-assets/es2016.array.include.d.ts +114 -0
- package/lib-assets/es2016.d.ts +19 -0
- package/lib-assets/es2016.full.d.ts +21 -0
- package/lib-assets/es2016.intl.d.ts +29 -0
- package/lib-assets/es2017.arraybuffer.d.ts +19 -0
- package/lib-assets/es2017.d.ts +24 -0
- package/lib-assets/es2017.date.d.ts +29 -0
- package/lib-assets/es2017.full.d.ts +21 -0
- package/lib-assets/es2017.intl.d.ts +42 -0
- package/lib-assets/es2017.object.d.ts +47 -0
- package/lib-assets/es2017.sharedmemory.d.ts +133 -0
- package/lib-assets/es2017.string.d.ts +43 -0
- package/lib-assets/es2017.typedarrays.d.ts +51 -0
- package/lib-assets/es2018.asyncgenerator.d.ts +75 -0
- package/lib-assets/es2018.asynciterable.d.ts +51 -0
- package/lib-assets/es2018.d.ts +22 -0
- package/lib-assets/es2018.full.d.ts +22 -0
- package/lib-assets/es2018.intl.d.ts +81 -0
- package/lib-assets/es2018.promise.d.ts +28 -0
- package/lib-assets/es2018.regexp.d.ts +35 -0
- package/lib-assets/es2019.array.d.ts +77 -0
- package/lib-assets/es2019.d.ts +22 -0
- package/lib-assets/es2019.full.d.ts +22 -0
- package/lib-assets/es2019.intl.d.ts +21 -0
- package/lib-assets/es2019.object.d.ts +31 -0
- package/lib-assets/es2019.string.d.ts +35 -0
- package/lib-assets/es2019.symbol.d.ts +22 -0
- package/lib-assets/es2020.bigint.d.ts +763 -0
- package/lib-assets/es2020.d.ts +25 -0
- package/lib-assets/es2020.date.d.ts +40 -0
- package/lib-assets/es2020.full.d.ts +22 -0
- package/lib-assets/es2020.intl.d.ts +472 -0
- package/lib-assets/es2020.number.d.ts +26 -0
- package/lib-assets/es2020.promise.d.ts +45 -0
- package/lib-assets/es2020.sharedmemory.d.ts +97 -0
- package/lib-assets/es2020.string.d.ts +42 -0
- package/lib-assets/es2020.symbol.wellknown.d.ts +39 -0
- package/lib-assets/es2021.d.ts +21 -0
- package/lib-assets/es2021.full.d.ts +22 -0
- package/lib-assets/es2021.intl.d.ts +164 -0
- package/lib-assets/es2021.promise.d.ts +46 -0
- package/lib-assets/es2021.string.d.ts +31 -0
- package/lib-assets/es2021.weakref.d.ts +76 -0
- package/lib-assets/es2022.array.d.ts +119 -0
- package/lib-assets/es2022.d.ts +23 -0
- package/lib-assets/es2022.error.d.ts +73 -0
- package/lib-assets/es2022.full.d.ts +22 -0
- package/lib-assets/es2022.intl.d.ts +143 -0
- package/lib-assets/es2022.object.d.ts +24 -0
- package/lib-assets/es2022.regexp.d.ts +37 -0
- package/lib-assets/es2022.string.d.ts +23 -0
- package/lib-assets/es2023.array.d.ts +922 -0
- package/lib-assets/es2023.collection.d.ts +19 -0
- package/lib-assets/es2023.d.ts +20 -0
- package/lib-assets/es2023.full.d.ts +22 -0
- package/lib-assets/es2023.intl.d.ts +54 -0
- package/lib-assets/es2024.arraybuffer.d.ts +63 -0
- package/lib-assets/es2024.collection.d.ts +29 -0
- package/lib-assets/es2024.d.ts +24 -0
- package/lib-assets/es2024.full.d.ts +22 -0
- package/lib-assets/es2024.object.d.ts +27 -0
- package/lib-assets/es2024.promise.d.ts +33 -0
- package/lib-assets/es2024.regexp.d.ts +23 -0
- package/lib-assets/es2024.sharedmemory.d.ts +66 -0
- package/lib-assets/es2024.string.d.ts +27 -0
- package/lib-assets/es5.d.ts +4599 -0
- package/lib-assets/es5.full.d.ts +20 -0
- package/lib-assets/es6.d.ts +21 -0
- package/lib-assets/esnext.array.d.ts +33 -0
- package/lib-assets/esnext.collection.d.ts +94 -0
- package/lib-assets/esnext.d.ts +28 -0
- package/lib-assets/esnext.decorators.d.ts +26 -0
- package/lib-assets/esnext.disposable.d.ts +191 -0
- package/lib-assets/esnext.error.d.ts +22 -0
- package/lib-assets/esnext.float16.d.ts +443 -0
- package/lib-assets/esnext.full.d.ts +22 -0
- package/lib-assets/esnext.intl.d.ts +19 -0
- package/lib-assets/esnext.iterator.d.ts +146 -0
- package/lib-assets/esnext.promise.d.ts +32 -0
- package/lib-assets/esnext.sharedmemory.d.ts +23 -0
- package/lib-assets/esnext.typedarrays.d.ts +90 -0
- package/lib-assets/lib_manifest.json +855 -0
- package/lib-assets/scripthost.d.ts +320 -0
- package/lib-assets/tsserverlibrary.d.ts +17 -0
- package/lib-assets/typescript.d.ts +11441 -0
- package/lib-assets/webworker.asynciterable.d.ts +18 -0
- package/lib-assets/webworker.d.ts +13768 -0
- package/lib-assets/webworker.importscripts.d.ts +21 -0
- package/lib-assets/webworker.iterable.d.ts +18 -0
- package/node/package.json +1 -1
- package/node/tsz_wasm.js +28 -0
- package/node/tsz_wasm_bg.wasm +0 -0
- package/package.json +2 -2
|
@@ -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.
|
package/node/package.json
CHANGED
package/node/tsz_wasm.js
CHANGED
|
@@ -4997,6 +4997,10 @@ function __wbg_get_imports() {
|
|
|
4997
4997
|
const ret = new Uint8Array(arg0);
|
|
4998
4998
|
return ret;
|
|
4999
4999
|
},
|
|
5000
|
+
__wbg_new_no_args_1c7c842f08d00ebb: function(arg0, arg1) {
|
|
5001
|
+
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
5002
|
+
return ret;
|
|
5003
|
+
},
|
|
5000
5004
|
__wbg_next_3482f54c49e8af19: function() { return handleError(function (arg0) {
|
|
5001
5005
|
const ret = arg0.next();
|
|
5002
5006
|
return ret;
|
|
@@ -5005,6 +5009,14 @@ function __wbg_get_imports() {
|
|
|
5005
5009
|
const ret = arg0.next;
|
|
5006
5010
|
return ret;
|
|
5007
5011
|
},
|
|
5012
|
+
__wbg_now_2c95c9de01293173: function(arg0) {
|
|
5013
|
+
const ret = arg0.now();
|
|
5014
|
+
return ret;
|
|
5015
|
+
},
|
|
5016
|
+
__wbg_performance_7a3ffd0b17f663ad: function(arg0) {
|
|
5017
|
+
const ret = arg0.performance;
|
|
5018
|
+
return ret;
|
|
5019
|
+
},
|
|
5008
5020
|
__wbg_prototypesetcall_bdcdcc5842e4d77d: function(arg0, arg1, arg2) {
|
|
5009
5021
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
5010
5022
|
},
|
|
@@ -5025,6 +5037,22 @@ function __wbg_get_imports() {
|
|
|
5025
5037
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
5026
5038
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
5027
5039
|
},
|
|
5040
|
+
__wbg_static_accessor_GLOBAL_12837167ad935116: function() {
|
|
5041
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
5042
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
5043
|
+
},
|
|
5044
|
+
__wbg_static_accessor_GLOBAL_THIS_e628e89ab3b1c95f: function() {
|
|
5045
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
5046
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
5047
|
+
},
|
|
5048
|
+
__wbg_static_accessor_SELF_a621d3dfbb60d0ce: function() {
|
|
5049
|
+
const ret = typeof self === 'undefined' ? null : self;
|
|
5050
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
5051
|
+
},
|
|
5052
|
+
__wbg_static_accessor_WINDOW_f8727f0cf888e0bd: function() {
|
|
5053
|
+
const ret = typeof window === 'undefined' ? null : window;
|
|
5054
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
5055
|
+
},
|
|
5028
5056
|
__wbg_value_0546255b415e96c1: function(arg0) {
|
|
5029
5057
|
const ret = arg0.value;
|
|
5030
5058
|
return ret;
|
package/node/tsz_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mohsen-azimi/tsz-dev",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "WebAssembly bindings for the tsz TypeScript compiler",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Mohsen Azimi <mohsen@users.noreply.github.com>",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"types": "./node/tsz_wasm.d.ts"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"files": ["node/", "bundler/", "bin/", "LICENSE.txt"]
|
|
25
|
+
"files": ["node/", "bundler/", "bin/", "lib-assets/", "LICENSE.txt"]
|
|
26
26
|
}
|