@mohsen-azimi/tsz-dev 0.1.5 → 0.1.6

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.
@@ -5,7 +5,7 @@
5
5
  "Mohsen Azimi <mohsen@users.noreply.github.com>"
6
6
  ],
7
7
  "description": "WebAssembly bindings for the tsz TypeScript compiler",
8
- "version": "0.1.5",
8
+ "version": "0.1.6",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",
@@ -4852,6 +4852,10 @@ export function __wbg_new_dd2b680c8bf6ae29(arg0) {
4852
4852
  const ret = new Uint8Array(arg0);
4853
4853
  return ret;
4854
4854
  }
4855
+ export function __wbg_new_no_args_1c7c842f08d00ebb(arg0, arg1) {
4856
+ const ret = new Function(getStringFromWasm0(arg0, arg1));
4857
+ return ret;
4858
+ }
4855
4859
  export function __wbg_next_3482f54c49e8af19() { return handleError(function (arg0) {
4856
4860
  const ret = arg0.next();
4857
4861
  return ret;
@@ -4860,6 +4864,14 @@ export function __wbg_next_418f80d8f5303233(arg0) {
4860
4864
  const ret = arg0.next;
4861
4865
  return ret;
4862
4866
  }
4867
+ export function __wbg_now_2c95c9de01293173(arg0) {
4868
+ const ret = arg0.now();
4869
+ return ret;
4870
+ }
4871
+ export function __wbg_performance_7a3ffd0b17f663ad(arg0) {
4872
+ const ret = arg0.performance;
4873
+ return ret;
4874
+ }
4863
4875
  export function __wbg_prototypesetcall_bdcdcc5842e4d77d(arg0, arg1, arg2) {
4864
4876
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
4865
4877
  }
@@ -4880,6 +4892,22 @@ export function __wbg_stack_0ed75d68575b0f3c(arg0, arg1) {
4880
4892
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
4881
4893
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
4882
4894
  }
4895
+ export function __wbg_static_accessor_GLOBAL_12837167ad935116() {
4896
+ const ret = typeof global === 'undefined' ? null : global;
4897
+ return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
4898
+ }
4899
+ export function __wbg_static_accessor_GLOBAL_THIS_e628e89ab3b1c95f() {
4900
+ const ret = typeof globalThis === 'undefined' ? null : globalThis;
4901
+ return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
4902
+ }
4903
+ export function __wbg_static_accessor_SELF_a621d3dfbb60d0ce() {
4904
+ const ret = typeof self === 'undefined' ? null : self;
4905
+ return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
4906
+ }
4907
+ export function __wbg_static_accessor_WINDOW_f8727f0cf888e0bd() {
4908
+ const ret = typeof window === 'undefined' ? null : window;
4909
+ return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
4910
+ }
4883
4911
  export function __wbg_value_0546255b415e96c1(arg0) {
4884
4912
  const ret = arg0.value;
4885
4913
  return ret;
Binary file
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.6",
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.6",
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>",