@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.
Files changed (112) hide show
  1. package/bin/tsz.js +43 -0
  2. package/bundler/package.json +1 -1
  3. package/bundler/tsz_wasm_bg.js +28 -0
  4. package/bundler/tsz_wasm_bg.wasm +0 -0
  5. package/lib-assets/decorators.d.ts +382 -0
  6. package/lib-assets/decorators.legacy.d.ts +20 -0
  7. package/lib-assets/dom.asynciterable.d.ts +18 -0
  8. package/lib-assets/dom.d.ts +40771 -0
  9. package/lib-assets/dom.iterable.d.ts +18 -0
  10. package/lib-assets/es2015.collection.d.ts +145 -0
  11. package/lib-assets/es2015.core.d.ts +595 -0
  12. package/lib-assets/es2015.d.ts +26 -0
  13. package/lib-assets/es2015.generator.d.ts +75 -0
  14. package/lib-assets/es2015.iterable.d.ts +603 -0
  15. package/lib-assets/es2015.promise.d.ts +79 -0
  16. package/lib-assets/es2015.proxy.d.ts +126 -0
  17. package/lib-assets/es2015.reflect.d.ts +142 -0
  18. package/lib-assets/es2015.symbol.d.ts +44 -0
  19. package/lib-assets/es2015.symbol.wellknown.d.ts +324 -0
  20. package/lib-assets/es2016.array.include.d.ts +114 -0
  21. package/lib-assets/es2016.d.ts +19 -0
  22. package/lib-assets/es2016.full.d.ts +21 -0
  23. package/lib-assets/es2016.intl.d.ts +29 -0
  24. package/lib-assets/es2017.arraybuffer.d.ts +19 -0
  25. package/lib-assets/es2017.d.ts +24 -0
  26. package/lib-assets/es2017.date.d.ts +29 -0
  27. package/lib-assets/es2017.full.d.ts +21 -0
  28. package/lib-assets/es2017.intl.d.ts +42 -0
  29. package/lib-assets/es2017.object.d.ts +47 -0
  30. package/lib-assets/es2017.sharedmemory.d.ts +133 -0
  31. package/lib-assets/es2017.string.d.ts +43 -0
  32. package/lib-assets/es2017.typedarrays.d.ts +51 -0
  33. package/lib-assets/es2018.asyncgenerator.d.ts +75 -0
  34. package/lib-assets/es2018.asynciterable.d.ts +51 -0
  35. package/lib-assets/es2018.d.ts +22 -0
  36. package/lib-assets/es2018.full.d.ts +22 -0
  37. package/lib-assets/es2018.intl.d.ts +81 -0
  38. package/lib-assets/es2018.promise.d.ts +28 -0
  39. package/lib-assets/es2018.regexp.d.ts +35 -0
  40. package/lib-assets/es2019.array.d.ts +77 -0
  41. package/lib-assets/es2019.d.ts +22 -0
  42. package/lib-assets/es2019.full.d.ts +22 -0
  43. package/lib-assets/es2019.intl.d.ts +21 -0
  44. package/lib-assets/es2019.object.d.ts +31 -0
  45. package/lib-assets/es2019.string.d.ts +35 -0
  46. package/lib-assets/es2019.symbol.d.ts +22 -0
  47. package/lib-assets/es2020.bigint.d.ts +763 -0
  48. package/lib-assets/es2020.d.ts +25 -0
  49. package/lib-assets/es2020.date.d.ts +40 -0
  50. package/lib-assets/es2020.full.d.ts +22 -0
  51. package/lib-assets/es2020.intl.d.ts +472 -0
  52. package/lib-assets/es2020.number.d.ts +26 -0
  53. package/lib-assets/es2020.promise.d.ts +45 -0
  54. package/lib-assets/es2020.sharedmemory.d.ts +97 -0
  55. package/lib-assets/es2020.string.d.ts +42 -0
  56. package/lib-assets/es2020.symbol.wellknown.d.ts +39 -0
  57. package/lib-assets/es2021.d.ts +21 -0
  58. package/lib-assets/es2021.full.d.ts +22 -0
  59. package/lib-assets/es2021.intl.d.ts +164 -0
  60. package/lib-assets/es2021.promise.d.ts +46 -0
  61. package/lib-assets/es2021.string.d.ts +31 -0
  62. package/lib-assets/es2021.weakref.d.ts +76 -0
  63. package/lib-assets/es2022.array.d.ts +119 -0
  64. package/lib-assets/es2022.d.ts +23 -0
  65. package/lib-assets/es2022.error.d.ts +73 -0
  66. package/lib-assets/es2022.full.d.ts +22 -0
  67. package/lib-assets/es2022.intl.d.ts +143 -0
  68. package/lib-assets/es2022.object.d.ts +24 -0
  69. package/lib-assets/es2022.regexp.d.ts +37 -0
  70. package/lib-assets/es2022.string.d.ts +23 -0
  71. package/lib-assets/es2023.array.d.ts +922 -0
  72. package/lib-assets/es2023.collection.d.ts +19 -0
  73. package/lib-assets/es2023.d.ts +20 -0
  74. package/lib-assets/es2023.full.d.ts +22 -0
  75. package/lib-assets/es2023.intl.d.ts +54 -0
  76. package/lib-assets/es2024.arraybuffer.d.ts +63 -0
  77. package/lib-assets/es2024.collection.d.ts +29 -0
  78. package/lib-assets/es2024.d.ts +24 -0
  79. package/lib-assets/es2024.full.d.ts +22 -0
  80. package/lib-assets/es2024.object.d.ts +27 -0
  81. package/lib-assets/es2024.promise.d.ts +33 -0
  82. package/lib-assets/es2024.regexp.d.ts +23 -0
  83. package/lib-assets/es2024.sharedmemory.d.ts +66 -0
  84. package/lib-assets/es2024.string.d.ts +27 -0
  85. package/lib-assets/es5.d.ts +4599 -0
  86. package/lib-assets/es5.full.d.ts +20 -0
  87. package/lib-assets/es6.d.ts +21 -0
  88. package/lib-assets/esnext.array.d.ts +33 -0
  89. package/lib-assets/esnext.collection.d.ts +94 -0
  90. package/lib-assets/esnext.d.ts +28 -0
  91. package/lib-assets/esnext.decorators.d.ts +26 -0
  92. package/lib-assets/esnext.disposable.d.ts +191 -0
  93. package/lib-assets/esnext.error.d.ts +22 -0
  94. package/lib-assets/esnext.float16.d.ts +443 -0
  95. package/lib-assets/esnext.full.d.ts +22 -0
  96. package/lib-assets/esnext.intl.d.ts +19 -0
  97. package/lib-assets/esnext.iterator.d.ts +146 -0
  98. package/lib-assets/esnext.promise.d.ts +32 -0
  99. package/lib-assets/esnext.sharedmemory.d.ts +23 -0
  100. package/lib-assets/esnext.typedarrays.d.ts +90 -0
  101. package/lib-assets/lib_manifest.json +855 -0
  102. package/lib-assets/scripthost.d.ts +320 -0
  103. package/lib-assets/tsserverlibrary.d.ts +17 -0
  104. package/lib-assets/typescript.d.ts +11441 -0
  105. package/lib-assets/webworker.asynciterable.d.ts +18 -0
  106. package/lib-assets/webworker.d.ts +13768 -0
  107. package/lib-assets/webworker.importscripts.d.ts +21 -0
  108. package/lib-assets/webworker.iterable.d.ts +18 -0
  109. package/node/package.json +1 -1
  110. package/node/tsz_wasm.js +28 -0
  111. package/node/tsz_wasm_bg.wasm +0 -0
  112. 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
@@ -4,7 +4,7 @@
4
4
  "Mohsen Azimi <mohsen@users.noreply.github.com>"
5
5
  ],
6
6
  "description": "WebAssembly bindings for the tsz TypeScript compiler",
7
- "version": "0.1.5",
7
+ "version": "0.1.7",
8
8
  "license": "Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",
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;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mohsen-azimi/tsz-dev",
3
- "version": "0.1.5",
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
  }