@tsonic/js 0.1.2 → 0.1.3

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/README.md CHANGED
@@ -44,7 +44,7 @@ const mapped = arr.map(x => x * 2);
44
44
  import { Map, Set } from "@tsonic/js";
45
45
 
46
46
  const map = new Map<string, number>();
47
- map.set_("key", 42);
47
+ map.set("key", 42);
48
48
 
49
49
  const set = new Set<string>();
50
50
  set.add("value");
@@ -75,9 +75,6 @@ const str = JSON.stringify(obj);
75
75
  - **Members**: camelCase (TypeScript convention)
76
76
  - **Global functions**: camelCase (JavaScript convention)
77
77
 
78
- Some members use a `_` suffix when they would otherwise conflict with a TypeScript keyword
79
- (for example: `Map.get_()` / `Map.set_()` / `Map.delete_()`).
80
-
81
78
  ## Development
82
79
 
83
80
  ### Regenerating Types
@@ -1325,7 +1325,7 @@
1325
1325
  {
1326
1326
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::set(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
1327
1327
  "clrName": "set",
1328
- "tsEmitName": "set_",
1328
+ "tsEmitName": "set",
1329
1329
  "metadataToken": 100663381,
1330
1330
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
1331
1331
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
@@ -1563,7 +1563,7 @@
1563
1563
  }
1564
1564
  },
1565
1565
  {
1566
- "tsName": "set_",
1566
+ "tsName": "set",
1567
1567
  "isStatic": false,
1568
1568
  "tsSignatureId": "set|(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
1569
1569
  "target": {
@@ -1763,7 +1763,7 @@
1763
1763
  {
1764
1764
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::set(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
1765
1765
  "clrName": "set",
1766
- "tsEmitName": "set_",
1766
+ "tsEmitName": "set",
1767
1767
  "metadataToken": 100663401,
1768
1768
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
1769
1769
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
@@ -2001,7 +2001,7 @@
2001
2001
  }
2002
2002
  },
2003
2003
  {
2004
- "tsName": "set_",
2004
+ "tsName": "set",
2005
2005
  "isStatic": false,
2006
2006
  "tsSignatureId": "set|(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
2007
2007
  "target": {
@@ -2201,7 +2201,7 @@
2201
2201
  {
2202
2202
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::set(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
2203
2203
  "clrName": "set",
2204
- "tsEmitName": "set_",
2204
+ "tsEmitName": "set",
2205
2205
  "metadataToken": 100663435,
2206
2206
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
2207
2207
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
@@ -2439,7 +2439,7 @@
2439
2439
  }
2440
2440
  },
2441
2441
  {
2442
- "tsName": "set_",
2442
+ "tsName": "set",
2443
2443
  "isStatic": false,
2444
2444
  "tsSignatureId": "set|(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
2445
2445
  "target": {
@@ -2639,7 +2639,7 @@
2639
2639
  {
2640
2640
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::set(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
2641
2641
  "clrName": "set",
2642
- "tsEmitName": "set_",
2642
+ "tsEmitName": "set",
2643
2643
  "metadataToken": 100663455,
2644
2644
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
2645
2645
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
@@ -2877,7 +2877,7 @@
2877
2877
  }
2878
2878
  },
2879
2879
  {
2880
- "tsName": "set_",
2880
+ "tsName": "set",
2881
2881
  "isStatic": false,
2882
2882
  "tsSignatureId": "set|(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
2883
2883
  "target": {
@@ -3077,7 +3077,7 @@
3077
3077
  {
3078
3078
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::set(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
3079
3079
  "clrName": "set",
3080
- "tsEmitName": "set_",
3080
+ "tsEmitName": "set",
3081
3081
  "metadataToken": 100663475,
3082
3082
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
3083
3083
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
@@ -3315,7 +3315,7 @@
3315
3315
  }
3316
3316
  },
3317
3317
  {
3318
- "tsName": "set_",
3318
+ "tsName": "set",
3319
3319
  "isStatic": false,
3320
3320
  "tsSignatureId": "set|(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
3321
3321
  "target": {
@@ -4327,7 +4327,7 @@
4327
4327
  {
4328
4328
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::with(System.Int32,T):JSArray_1",
4329
4329
  "clrName": "with",
4330
- "tsEmitName": "with_",
4330
+ "tsEmitName": "with",
4331
4331
  "metadataToken": 100663554,
4332
4332
  "canonicalSignature": "(System.Int32,T):JSArray_1",
4333
4333
  "normalizedSignature": "with|(System.Int32,T):JSArray_1|static=false",
@@ -4397,7 +4397,7 @@
4397
4397
  {
4398
4398
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::from(IEnumerable_1):JSArray_1",
4399
4399
  "clrName": "from",
4400
- "tsEmitName": "from_",
4400
+ "tsEmitName": "from",
4401
4401
  "metadataToken": 100663559,
4402
4402
  "canonicalSignature": "(IEnumerable_1):JSArray_1",
4403
4403
  "normalizedSignature": "from|(IEnumerable_1):JSArray_1|static=true",
@@ -4411,7 +4411,7 @@
4411
4411
  {
4412
4412
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::from(IEnumerable_1,Func_3):JSArray_1",
4413
4413
  "clrName": "from",
4414
- "tsEmitName": "from_",
4414
+ "tsEmitName": "from",
4415
4415
  "metadataToken": 100663560,
4416
4416
  "canonicalSignature": "(IEnumerable_1,Func_3):JSArray_1",
4417
4417
  "normalizedSignature": "from|(IEnumerable_1,Func_3):JSArray_1|static=true",
@@ -4425,7 +4425,7 @@
4425
4425
  {
4426
4426
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::of(T[]):JSArray_1",
4427
4427
  "clrName": "of",
4428
- "tsEmitName": "of_",
4428
+ "tsEmitName": "of",
4429
4429
  "metadataToken": 100663561,
4430
4430
  "canonicalSignature": "(T[]):JSArray_1",
4431
4431
  "normalizedSignature": "of|(T[]):JSArray_1|static=true",
@@ -5137,7 +5137,7 @@
5137
5137
  }
5138
5138
  },
5139
5139
  {
5140
- "tsName": "with_",
5140
+ "tsName": "with",
5141
5141
  "isStatic": false,
5142
5142
  "tsSignatureId": "with|(System.Int32,T):JSArray_1|static=false",
5143
5143
  "target": {
@@ -5187,7 +5187,7 @@
5187
5187
  }
5188
5188
  },
5189
5189
  {
5190
- "tsName": "from_",
5190
+ "tsName": "from",
5191
5191
  "isStatic": true,
5192
5192
  "tsSignatureId": "from|(IEnumerable_1):JSArray_1|static=true",
5193
5193
  "target": {
@@ -5197,7 +5197,7 @@
5197
5197
  }
5198
5198
  },
5199
5199
  {
5200
- "tsName": "from_",
5200
+ "tsName": "from",
5201
5201
  "isStatic": true,
5202
5202
  "tsSignatureId": "from|(IEnumerable_1,Func_3):JSArray_1|static=true",
5203
5203
  "target": {
@@ -5207,7 +5207,7 @@
5207
5207
  }
5208
5208
  },
5209
5209
  {
5210
- "tsName": "of_",
5210
+ "tsName": "of",
5211
5211
  "isStatic": true,
5212
5212
  "tsSignatureId": "of|(T[]):JSArray_1|static=true",
5213
5213
  "target": {
@@ -5307,7 +5307,7 @@
5307
5307
  {
5308
5308
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::get(K):V",
5309
5309
  "clrName": "get",
5310
- "tsEmitName": "get_",
5310
+ "tsEmitName": "get",
5311
5311
  "metadataToken": 100663577,
5312
5312
  "canonicalSignature": "(K):V",
5313
5313
  "normalizedSignature": "get|(K):V|static=false",
@@ -5321,7 +5321,7 @@
5321
5321
  {
5322
5322
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::set(K,V):Map_2",
5323
5323
  "clrName": "set",
5324
- "tsEmitName": "set_",
5324
+ "tsEmitName": "set",
5325
5325
  "metadataToken": 100663578,
5326
5326
  "canonicalSignature": "(K,V):Map_2",
5327
5327
  "normalizedSignature": "set|(K,V):Map_2|static=false",
@@ -5349,7 +5349,7 @@
5349
5349
  {
5350
5350
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::delete(K):System.Boolean",
5351
5351
  "clrName": "delete",
5352
- "tsEmitName": "delete_",
5352
+ "tsEmitName": "delete",
5353
5353
  "metadataToken": 100663580,
5354
5354
  "canonicalSignature": "(K):System.Boolean",
5355
5355
  "normalizedSignature": "delete|(K):System.Boolean|static=false",
@@ -5515,7 +5515,7 @@
5515
5515
  ],
5516
5516
  "exposedMethods": [
5517
5517
  {
5518
- "tsName": "get_",
5518
+ "tsName": "get",
5519
5519
  "isStatic": false,
5520
5520
  "tsSignatureId": "get|(K):V|static=false",
5521
5521
  "target": {
@@ -5525,7 +5525,7 @@
5525
5525
  }
5526
5526
  },
5527
5527
  {
5528
- "tsName": "set_",
5528
+ "tsName": "set",
5529
5529
  "isStatic": false,
5530
5530
  "tsSignatureId": "set|(K,V):Map_2|static=false",
5531
5531
  "target": {
@@ -5545,7 +5545,7 @@
5545
5545
  }
5546
5546
  },
5547
5547
  {
5548
- "tsName": "delete_",
5548
+ "tsName": "delete",
5549
5549
  "isStatic": false,
5550
5550
  "tsSignatureId": "delete|(K):System.Boolean|static=false",
5551
5551
  "target": {
@@ -6234,7 +6234,7 @@
6234
6234
  {
6235
6235
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::delete(T):System.Boolean",
6236
6236
  "clrName": "delete",
6237
- "tsEmitName": "delete_",
6237
+ "tsEmitName": "delete",
6238
6238
  "metadataToken": 100663661,
6239
6239
  "canonicalSignature": "(T):System.Boolean",
6240
6240
  "normalizedSignature": "delete|(T):System.Boolean|static=false",
@@ -6518,7 +6518,7 @@
6518
6518
  }
6519
6519
  },
6520
6520
  {
6521
- "tsName": "delete_",
6521
+ "tsName": "delete",
6522
6522
  "isStatic": false,
6523
6523
  "tsSignatureId": "delete|(T):System.Boolean|static=false",
6524
6524
  "target": {
@@ -6749,7 +6749,7 @@
6749
6749
  {
6750
6750
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::set(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
6751
6751
  "clrName": "set",
6752
- "tsEmitName": "set_",
6752
+ "tsEmitName": "set",
6753
6753
  "metadataToken": 100663736,
6754
6754
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
6755
6755
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
@@ -6987,7 +6987,7 @@
6987
6987
  }
6988
6988
  },
6989
6989
  {
6990
- "tsName": "set_",
6990
+ "tsName": "set",
6991
6991
  "isStatic": false,
6992
6992
  "tsSignatureId": "set|(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
6993
6993
  "target": {
@@ -7187,7 +7187,7 @@
7187
7187
  {
7188
7188
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::set(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
7189
7189
  "clrName": "set",
7190
- "tsEmitName": "set_",
7190
+ "tsEmitName": "set",
7191
7191
  "metadataToken": 100663756,
7192
7192
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
7193
7193
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
@@ -7425,7 +7425,7 @@
7425
7425
  }
7426
7426
  },
7427
7427
  {
7428
- "tsName": "set_",
7428
+ "tsName": "set",
7429
7429
  "isStatic": false,
7430
7430
  "tsSignatureId": "set|(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
7431
7431
  "target": {
@@ -7625,7 +7625,7 @@
7625
7625
  {
7626
7626
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::set(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
7627
7627
  "clrName": "set",
7628
- "tsEmitName": "set_",
7628
+ "tsEmitName": "set",
7629
7629
  "metadataToken": 100663776,
7630
7630
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
7631
7631
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
@@ -7863,7 +7863,7 @@
7863
7863
  }
7864
7864
  },
7865
7865
  {
7866
- "tsName": "set_",
7866
+ "tsName": "set",
7867
7867
  "isStatic": false,
7868
7868
  "tsSignatureId": "set|(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
7869
7869
  "target": {
@@ -8077,7 +8077,7 @@
8077
8077
  {
8078
8078
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::set(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
8079
8079
  "clrName": "set",
8080
- "tsEmitName": "set_",
8080
+ "tsEmitName": "set",
8081
8081
  "metadataToken": 100663797,
8082
8082
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
8083
8083
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
@@ -8325,7 +8325,7 @@
8325
8325
  }
8326
8326
  },
8327
8327
  {
8328
- "tsName": "set_",
8328
+ "tsName": "set",
8329
8329
  "isStatic": false,
8330
8330
  "tsSignatureId": "set|(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
8331
8331
  "target": {
@@ -8497,7 +8497,7 @@
8497
8497
  {
8498
8498
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::get(K):V",
8499
8499
  "clrName": "get",
8500
- "tsEmitName": "get_",
8500
+ "tsEmitName": "get",
8501
8501
  "metadataToken": 100663808,
8502
8502
  "canonicalSignature": "(K):V",
8503
8503
  "normalizedSignature": "get|(K):V|static=false",
@@ -8511,7 +8511,7 @@
8511
8511
  {
8512
8512
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::set(K,V):WeakMap_2",
8513
8513
  "clrName": "set",
8514
- "tsEmitName": "set_",
8514
+ "tsEmitName": "set",
8515
8515
  "metadataToken": 100663809,
8516
8516
  "canonicalSignature": "(K,V):WeakMap_2",
8517
8517
  "normalizedSignature": "set|(K,V):WeakMap_2|static=false",
@@ -8539,7 +8539,7 @@
8539
8539
  {
8540
8540
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::delete(K):System.Boolean",
8541
8541
  "clrName": "delete",
8542
- "tsEmitName": "delete_",
8542
+ "tsEmitName": "delete",
8543
8543
  "metadataToken": 100663811,
8544
8544
  "canonicalSignature": "(K):System.Boolean",
8545
8545
  "normalizedSignature": "delete|(K):System.Boolean|static=false",
@@ -8568,7 +8568,7 @@
8568
8568
  ],
8569
8569
  "exposedMethods": [
8570
8570
  {
8571
- "tsName": "get_",
8571
+ "tsName": "get",
8572
8572
  "isStatic": false,
8573
8573
  "tsSignatureId": "get|(K):V|static=false",
8574
8574
  "target": {
@@ -8578,7 +8578,7 @@
8578
8578
  }
8579
8579
  },
8580
8580
  {
8581
- "tsName": "set_",
8581
+ "tsName": "set",
8582
8582
  "isStatic": false,
8583
8583
  "tsSignatureId": "set|(K,V):WeakMap_2|static=false",
8584
8584
  "target": {
@@ -8598,7 +8598,7 @@
8598
8598
  }
8599
8599
  },
8600
8600
  {
8601
- "tsName": "delete_",
8601
+ "tsName": "delete",
8602
8602
  "isStatic": false,
8603
8603
  "tsSignatureId": "delete|(K):System.Boolean|static=false",
8604
8604
  "target": {
@@ -8658,7 +8658,7 @@
8658
8658
  {
8659
8659
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakSet\u00601::delete(T):System.Boolean",
8660
8660
  "clrName": "delete",
8661
- "tsEmitName": "delete_",
8661
+ "tsEmitName": "delete",
8662
8662
  "metadataToken": 100663815,
8663
8663
  "canonicalSignature": "(T):System.Boolean",
8664
8664
  "normalizedSignature": "delete|(T):System.Boolean|static=false",
@@ -8707,7 +8707,7 @@
8707
8707
  }
8708
8708
  },
8709
8709
  {
8710
- "tsName": "delete_",
8710
+ "tsName": "delete",
8711
8711
  "isStatic": false,
8712
8712
  "tsSignatureId": "delete|(T):System.Boolean|static=false",
8713
8713
  "target": {
@@ -9322,7 +9322,7 @@
9322
9322
  {
9323
9323
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::Number(System.Object):System.Double",
9324
9324
  "clrName": "Number",
9325
- "tsEmitName": "number_",
9325
+ "tsEmitName": "number",
9326
9326
  "metadataToken": 100663422,
9327
9327
  "canonicalSignature": "(System.Object):System.Double",
9328
9328
  "normalizedSignature": "Number|(System.Object):System.Double|static=true",
@@ -9336,7 +9336,7 @@
9336
9336
  {
9337
9337
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::String(System.Object):System.String",
9338
9338
  "clrName": "String",
9339
- "tsEmitName": "string_",
9339
+ "tsEmitName": "string",
9340
9340
  "metadataToken": 100663423,
9341
9341
  "canonicalSignature": "(System.Object):System.String",
9342
9342
  "normalizedSignature": "String|(System.Object):System.String|static=true",
@@ -9350,7 +9350,7 @@
9350
9350
  {
9351
9351
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::Boolean(System.Object):System.Boolean",
9352
9352
  "clrName": "Boolean",
9353
- "tsEmitName": "boolean_",
9353
+ "tsEmitName": "boolean",
9354
9354
  "metadataToken": 100663424,
9355
9355
  "canonicalSignature": "(System.Object):System.Boolean",
9356
9356
  "normalizedSignature": "Boolean|(System.Object):System.Boolean|static=true",
@@ -9482,7 +9482,7 @@
9482
9482
  }
9483
9483
  },
9484
9484
  {
9485
- "tsName": "number_",
9485
+ "tsName": "number",
9486
9486
  "isStatic": true,
9487
9487
  "tsSignatureId": "Number|(System.Object):System.Double|static=true",
9488
9488
  "target": {
@@ -9492,7 +9492,7 @@
9492
9492
  }
9493
9493
  },
9494
9494
  {
9495
- "tsName": "string_",
9495
+ "tsName": "string",
9496
9496
  "isStatic": true,
9497
9497
  "tsSignatureId": "String|(System.Object):System.String|static=true",
9498
9498
  "target": {
@@ -9502,7 +9502,7 @@
9502
9502
  }
9503
9503
  },
9504
9504
  {
9505
- "tsName": "boolean_",
9505
+ "tsName": "boolean",
9506
9506
  "isStatic": true,
9507
9507
  "tsSignatureId": "Boolean|(System.Object):System.Boolean|static=true",
9508
9508
  "target": {
@@ -12237,7 +12237,7 @@
12237
12237
  }
12238
12238
  },
12239
12239
  {
12240
- "tsName": "number_",
12240
+ "tsName": "number",
12241
12241
  "sourceClass": "Tsonic.JSRuntime.Globals",
12242
12242
  "clrMethodName": "Number",
12243
12243
  "normalizedSignature": "Number|(System.Object):System.Double|static=true",
@@ -12248,7 +12248,7 @@
12248
12248
  }
12249
12249
  },
12250
12250
  {
12251
- "tsName": "string_",
12251
+ "tsName": "string",
12252
12252
  "sourceClass": "Tsonic.JSRuntime.Globals",
12253
12253
  "clrMethodName": "String",
12254
12254
  "normalizedSignature": "String|(System.Object):System.String|static=true",
@@ -12259,7 +12259,7 @@
12259
12259
  }
12260
12260
  },
12261
12261
  {
12262
- "tsName": "boolean_",
12262
+ "tsName": "boolean",
12263
12263
  "sourceClass": "Tsonic.JSRuntime.Globals",
12264
12264
  "clrMethodName": "Boolean",
12265
12265
  "normalizedSignature": "Boolean|(System.Object):System.Boolean|static=true",
@@ -97,7 +97,7 @@ export interface Float32Array$instance {
97
97
  indexOf(value: float, fromIndex?: int): int;
98
98
  join(separator?: string): string;
99
99
  reverse(): Float32Array;
100
- set_(array: IEnumerable__System_Collections_Generic<System_Internal.Single>, offset?: int): void;
100
+ set(array: IEnumerable__System_Collections_Generic<System_Internal.Single>, offset?: int): void;
101
101
  slice(begin?: int, end?: Nullable<System_Internal.Int32>): Float32Array;
102
102
  sort(compareFn?: Comparison<System_Internal.Single>): Float32Array;
103
103
  subarray(begin?: int, end?: Nullable<System_Internal.Int32>): Float32Array;
@@ -125,7 +125,7 @@ export interface Float64Array$instance {
125
125
  indexOf(value: double, fromIndex?: int): int;
126
126
  join(separator?: string): string;
127
127
  reverse(): Float64Array;
128
- set_(array: IEnumerable__System_Collections_Generic<System_Internal.Double>, offset?: int): void;
128
+ set(array: IEnumerable__System_Collections_Generic<System_Internal.Double>, offset?: int): void;
129
129
  slice(begin?: int, end?: Nullable<System_Internal.Int32>): Float64Array;
130
130
  sort(compareFn?: Comparison<System_Internal.Double>): Float64Array;
131
131
  subarray(begin?: int, end?: Nullable<System_Internal.Int32>): Float64Array;
@@ -153,7 +153,7 @@ export interface Int16Array$instance {
153
153
  indexOf(value: short, fromIndex?: int): int;
154
154
  join(separator?: string): string;
155
155
  reverse(): Int16Array;
156
- set_(array: IEnumerable__System_Collections_Generic<System_Internal.Int16>, offset?: int): void;
156
+ set(array: IEnumerable__System_Collections_Generic<System_Internal.Int16>, offset?: int): void;
157
157
  slice(begin?: int, end?: Nullable<System_Internal.Int32>): Int16Array;
158
158
  sort(compareFn?: Comparison<System_Internal.Int16>): Int16Array;
159
159
  subarray(begin?: int, end?: Nullable<System_Internal.Int32>): Int16Array;
@@ -181,7 +181,7 @@ export interface Int32Array$instance {
181
181
  indexOf(value: int, fromIndex?: int): int;
182
182
  join(separator?: string): string;
183
183
  reverse(): Int32Array;
184
- set_(array: IEnumerable__System_Collections_Generic<System_Internal.Int32>, offset?: int): void;
184
+ set(array: IEnumerable__System_Collections_Generic<System_Internal.Int32>, offset?: int): void;
185
185
  slice(begin?: int, end?: Nullable<System_Internal.Int32>): Int32Array;
186
186
  sort(compareFn?: Comparison<System_Internal.Int32>): Int32Array;
187
187
  subarray(begin?: int, end?: Nullable<System_Internal.Int32>): Int32Array;
@@ -209,7 +209,7 @@ export interface Int8Array$instance {
209
209
  indexOf(value: sbyte, fromIndex?: int): int;
210
210
  join(separator?: string): string;
211
211
  reverse(): Int8Array;
212
- set_(array: IEnumerable__System_Collections_Generic<System_Internal.SByte>, offset?: int): void;
212
+ set(array: IEnumerable__System_Collections_Generic<System_Internal.SByte>, offset?: int): void;
213
213
  slice(begin?: int, end?: Nullable<System_Internal.Int32>): Int8Array;
214
214
  sort(compareFn?: Comparison<System_Internal.SByte>): Int8Array;
215
215
  subarray(begin?: int, end?: Nullable<System_Internal.Int32>): Int8Array;
@@ -293,7 +293,7 @@ export interface JSArray_1$instance<T> {
293
293
  unshift(item: T): int;
294
294
  unshift(...items: T[]): int;
295
295
  values(): IEnumerable__System_Collections_Generic<T>;
296
- with_(index: int, value: T): JSArray_1<T>;
296
+ with(index: int, value: T): JSArray_1<T>;
297
297
  }
298
298
 
299
299
 
@@ -303,10 +303,10 @@ export const JSArray_1: {
303
303
  new<T>(source: T[]): JSArray_1<T>;
304
304
  new<T>(source: List<T>): JSArray_1<T>;
305
305
  new<T>(source: IEnumerable__System_Collections_Generic<T>): JSArray_1<T>;
306
- from_<T, TSource, TResult>(iterable: IEnumerable__System_Collections_Generic<TSource>, mapFunc: Func<TSource, System_Internal.Int32, TResult>): JSArray_1<TResult>;
307
- from_<T>(iterable: IEnumerable__System_Collections_Generic<T>): JSArray_1<T>;
306
+ from<T, TSource, TResult>(iterable: IEnumerable__System_Collections_Generic<TSource>, mapFunc: Func<TSource, System_Internal.Int32, TResult>): JSArray_1<TResult>;
307
+ from<T>(iterable: IEnumerable__System_Collections_Generic<T>): JSArray_1<T>;
308
308
  isArray<T>(value: unknown): boolean;
309
- of_<T>(...items: T[]): JSArray_1<T>;
309
+ of<T>(...items: T[]): JSArray_1<T>;
310
310
  };
311
311
 
312
312
 
@@ -315,16 +315,16 @@ export type JSArray_1<T> = JSArray_1$instance<T>;
315
315
  export interface Map_2$instance<K, V> {
316
316
  readonly size: int;
317
317
  clear(): void;
318
- delete_(key: K): boolean;
318
+ delete(key: K): boolean;
319
319
  entries(): IEnumerable__System_Collections_Generic<ValueTuple<K, V>>;
320
320
  forEach(callback: Action<V, K, Map_2<K, V>>): void;
321
321
  forEach(callback: Action<V, K>): void;
322
322
  forEach(callback: Action<V>): void;
323
- get_(key: K): V | undefined;
323
+ get(key: K): V | undefined;
324
324
  getEnumerator(): IEnumerator<KeyValuePair<K, V>>;
325
325
  has(key: K): boolean;
326
326
  keys(): IEnumerable__System_Collections_Generic<K>;
327
- set_(key: K, value: V): Map_2<K, V>;
327
+ set(key: K, value: V): Map_2<K, V>;
328
328
  values(): IEnumerable__System_Collections_Generic<V>;
329
329
  }
330
330
 
@@ -382,7 +382,7 @@ export interface Set_1$instance<T> {
382
382
  readonly size: int;
383
383
  add(value: T): Set_1<T>;
384
384
  clear(): void;
385
- delete_(value: T): boolean;
385
+ delete(value: T): boolean;
386
386
  difference(other: Set_1<T>): Set_1<T>;
387
387
  entries(): IEnumerable__System_Collections_Generic<ValueTuple<T, T>>;
388
388
  forEach(callback: Action<T, T, Set_1<T>>): void;
@@ -420,7 +420,7 @@ export interface Uint16Array$instance {
420
420
  indexOf(value: ushort, fromIndex?: int): int;
421
421
  join(separator?: string): string;
422
422
  reverse(): Uint16Array;
423
- set_(array: IEnumerable__System_Collections_Generic<System_Internal.UInt16>, offset?: int): void;
423
+ set(array: IEnumerable__System_Collections_Generic<System_Internal.UInt16>, offset?: int): void;
424
424
  slice(begin?: int, end?: Nullable<System_Internal.Int32>): Uint16Array;
425
425
  sort(compareFn?: Comparison<System_Internal.UInt16>): Uint16Array;
426
426
  subarray(begin?: int, end?: Nullable<System_Internal.Int32>): Uint16Array;
@@ -448,7 +448,7 @@ export interface Uint32Array$instance {
448
448
  indexOf(value: uint, fromIndex?: int): int;
449
449
  join(separator?: string): string;
450
450
  reverse(): Uint32Array;
451
- set_(array: IEnumerable__System_Collections_Generic<System_Internal.UInt32>, offset?: int): void;
451
+ set(array: IEnumerable__System_Collections_Generic<System_Internal.UInt32>, offset?: int): void;
452
452
  slice(begin?: int, end?: Nullable<System_Internal.Int32>): Uint32Array;
453
453
  sort(compareFn?: Comparison<System_Internal.UInt32>): Uint32Array;
454
454
  subarray(begin?: int, end?: Nullable<System_Internal.Int32>): Uint32Array;
@@ -476,7 +476,7 @@ export interface Uint8Array$instance {
476
476
  indexOf(value: byte, fromIndex?: int): int;
477
477
  join(separator?: string): string;
478
478
  reverse(): Uint8Array;
479
- set_(array: IEnumerable__System_Collections_Generic<System_Internal.Byte>, offset?: int): void;
479
+ set(array: IEnumerable__System_Collections_Generic<System_Internal.Byte>, offset?: int): void;
480
480
  slice(begin?: int, end?: Nullable<System_Internal.Int32>): Uint8Array;
481
481
  sort(compareFn?: Comparison<System_Internal.Byte>): Uint8Array;
482
482
  subarray(begin?: int, end?: Nullable<System_Internal.Int32>): Uint8Array;
@@ -504,7 +504,7 @@ export interface Uint8ClampedArray$instance {
504
504
  indexOf(value: byte, fromIndex?: int): int;
505
505
  join(separator?: string): string;
506
506
  reverse(): Uint8ClampedArray;
507
- set_(array: IEnumerable__System_Collections_Generic<System_Internal.Byte>, offset?: int): void;
507
+ set(array: IEnumerable__System_Collections_Generic<System_Internal.Byte>, offset?: int): void;
508
508
  setClamped(index: int, value: int): void;
509
509
  slice(begin?: int, end?: Nullable<System_Internal.Int32>): Uint8ClampedArray;
510
510
  sort(compareFn?: Comparison<System_Internal.Byte>): Uint8ClampedArray;
@@ -523,10 +523,10 @@ export const Uint8ClampedArray: {
523
523
  export type Uint8ClampedArray = Uint8ClampedArray$instance;
524
524
 
525
525
  export interface WeakMap_2$instance<K, V> {
526
- delete_(key: K): boolean;
527
- get_(key: K): V | undefined;
526
+ delete(key: K): boolean;
527
+ get(key: K): V | undefined;
528
528
  has(key: K): boolean;
529
- set_(key: K, value: V): WeakMap_2<K, V>;
529
+ set(key: K, value: V): WeakMap_2<K, V>;
530
530
  }
531
531
 
532
532
 
@@ -539,7 +539,7 @@ export type WeakMap_2<K, V> = WeakMap_2$instance<K, V>;
539
539
 
540
540
  export interface WeakSet_1$instance<T> {
541
541
  add(value: T): WeakSet_1<T>;
542
- delete_(value: T): boolean;
542
+ delete(value: T): boolean;
543
543
  has(value: T): boolean;
544
544
  }
545
545
 
@@ -580,17 +580,17 @@ export abstract class Globals$instance {
580
580
  static readonly undefined: unknown | undefined;
581
581
  static readonly infinity: double;
582
582
  static readonly naN: double;
583
- static boolean_(value: unknown): boolean;
583
+ static boolean(value: unknown): boolean;
584
584
  static decodeURI(uri: string): string;
585
585
  static decodeURIComponent(component: string): string;
586
586
  static encodeURI(uri: string): string;
587
587
  static encodeURIComponent(component: string): string;
588
588
  static isFinite(value: double): boolean;
589
589
  static isNaN(value: double): boolean;
590
- static number_(value: unknown): double;
590
+ static number(value: unknown): double;
591
591
  static parseFloat(str: string): double;
592
592
  static parseInt(str: string, radix?: Nullable<System_Internal.Int32>): Nullable<System_Internal.Int64>;
593
- static string_(value: unknown): string;
593
+ static string(value: unknown): string;
594
594
  }
595
595
 
596
596
 
@@ -879,7 +879,7 @@
879
879
  {
880
880
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float32Array::set(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
881
881
  "clrName": "set",
882
- "tsEmitName": "set_",
882
+ "tsEmitName": "set",
883
883
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
884
884
  "provenance": "Original",
885
885
  "emitScope": "ClassSurface",
@@ -1149,7 +1149,7 @@
1149
1149
  {
1150
1150
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Float64Array::set(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
1151
1151
  "clrName": "set",
1152
- "tsEmitName": "set_",
1152
+ "tsEmitName": "set",
1153
1153
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
1154
1154
  "provenance": "Original",
1155
1155
  "emitScope": "ClassSurface",
@@ -1419,7 +1419,7 @@
1419
1419
  {
1420
1420
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int16Array::set(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
1421
1421
  "clrName": "set",
1422
- "tsEmitName": "set_",
1422
+ "tsEmitName": "set",
1423
1423
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
1424
1424
  "provenance": "Original",
1425
1425
  "emitScope": "ClassSurface",
@@ -1689,7 +1689,7 @@
1689
1689
  {
1690
1690
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int32Array::set(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
1691
1691
  "clrName": "set",
1692
- "tsEmitName": "set_",
1692
+ "tsEmitName": "set",
1693
1693
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
1694
1694
  "provenance": "Original",
1695
1695
  "emitScope": "ClassSurface",
@@ -1959,7 +1959,7 @@
1959
1959
  {
1960
1960
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Int8Array::set(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
1961
1961
  "clrName": "set",
1962
- "tsEmitName": "set_",
1962
+ "tsEmitName": "set",
1963
1963
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
1964
1964
  "provenance": "Original",
1965
1965
  "emitScope": "ClassSurface",
@@ -3157,7 +3157,7 @@
3157
3157
  {
3158
3158
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::with(System.Int32,T):JSArray_1",
3159
3159
  "clrName": "with",
3160
- "tsEmitName": "with_",
3160
+ "tsEmitName": "with",
3161
3161
  "normalizedSignature": "with|(System.Int32,T):JSArray_1|static=false",
3162
3162
  "provenance": "Original",
3163
3163
  "emitScope": "ClassSurface",
@@ -3237,7 +3237,7 @@
3237
3237
  {
3238
3238
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::from(IEnumerable_1):JSArray_1",
3239
3239
  "clrName": "from",
3240
- "tsEmitName": "from_",
3240
+ "tsEmitName": "from",
3241
3241
  "normalizedSignature": "from|(IEnumerable_1):JSArray_1|static=true",
3242
3242
  "provenance": "Original",
3243
3243
  "emitScope": "ClassSurface",
@@ -3253,7 +3253,7 @@
3253
3253
  {
3254
3254
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::from(IEnumerable_1,Func_3):JSArray_1",
3255
3255
  "clrName": "from",
3256
- "tsEmitName": "from_",
3256
+ "tsEmitName": "from",
3257
3257
  "normalizedSignature": "from|(IEnumerable_1,Func_3):JSArray_1|static=true",
3258
3258
  "provenance": "Original",
3259
3259
  "emitScope": "ClassSurface",
@@ -3269,7 +3269,7 @@
3269
3269
  {
3270
3270
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.JSArray\u00601::of(T[]):JSArray_1",
3271
3271
  "clrName": "of",
3272
- "tsEmitName": "of_",
3272
+ "tsEmitName": "of",
3273
3273
  "normalizedSignature": "of|(T[]):JSArray_1|static=true",
3274
3274
  "provenance": "Original",
3275
3275
  "emitScope": "ClassSurface",
@@ -3375,7 +3375,7 @@
3375
3375
  {
3376
3376
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::get(K):V",
3377
3377
  "clrName": "get",
3378
- "tsEmitName": "get_",
3378
+ "tsEmitName": "get",
3379
3379
  "normalizedSignature": "get|(K):V|static=false",
3380
3380
  "provenance": "Original",
3381
3381
  "emitScope": "ClassSurface",
@@ -3391,7 +3391,7 @@
3391
3391
  {
3392
3392
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::set(K,V):Map_2",
3393
3393
  "clrName": "set",
3394
- "tsEmitName": "set_",
3394
+ "tsEmitName": "set",
3395
3395
  "normalizedSignature": "set|(K,V):Map_2|static=false",
3396
3396
  "provenance": "Original",
3397
3397
  "emitScope": "ClassSurface",
@@ -3423,7 +3423,7 @@
3423
3423
  {
3424
3424
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Map\u00602::delete(K):System.Boolean",
3425
3425
  "clrName": "delete",
3426
- "tsEmitName": "delete_",
3426
+ "tsEmitName": "delete",
3427
3427
  "normalizedSignature": "delete|(K):System.Boolean|static=false",
3428
3428
  "provenance": "Original",
3429
3429
  "emitScope": "ClassSurface",
@@ -3968,7 +3968,7 @@
3968
3968
  {
3969
3969
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Set\u00601::delete(T):System.Boolean",
3970
3970
  "clrName": "delete",
3971
- "tsEmitName": "delete_",
3971
+ "tsEmitName": "delete",
3972
3972
  "normalizedSignature": "delete|(T):System.Boolean|static=false",
3973
3973
  "provenance": "Original",
3974
3974
  "emitScope": "ClassSurface",
@@ -4300,7 +4300,7 @@
4300
4300
  {
4301
4301
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint16Array::set(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
4302
4302
  "clrName": "set",
4303
- "tsEmitName": "set_",
4303
+ "tsEmitName": "set",
4304
4304
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
4305
4305
  "provenance": "Original",
4306
4306
  "emitScope": "ClassSurface",
@@ -4570,7 +4570,7 @@
4570
4570
  {
4571
4571
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint32Array::set(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
4572
4572
  "clrName": "set",
4573
- "tsEmitName": "set_",
4573
+ "tsEmitName": "set",
4574
4574
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
4575
4575
  "provenance": "Original",
4576
4576
  "emitScope": "ClassSurface",
@@ -4840,7 +4840,7 @@
4840
4840
  {
4841
4841
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8Array::set(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
4842
4842
  "clrName": "set",
4843
- "tsEmitName": "set_",
4843
+ "tsEmitName": "set",
4844
4844
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
4845
4845
  "provenance": "Original",
4846
4846
  "emitScope": "ClassSurface",
@@ -5126,7 +5126,7 @@
5126
5126
  {
5127
5127
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Uint8ClampedArray::set(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
5128
5128
  "clrName": "set",
5129
- "tsEmitName": "set_",
5129
+ "tsEmitName": "set",
5130
5130
  "normalizedSignature": "set|(System.Collections.Generic.IEnumerable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
5131
5131
  "provenance": "Original",
5132
5132
  "emitScope": "ClassSurface",
@@ -5364,7 +5364,7 @@
5364
5364
  {
5365
5365
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::get(K):V",
5366
5366
  "clrName": "get",
5367
- "tsEmitName": "get_",
5367
+ "tsEmitName": "get",
5368
5368
  "normalizedSignature": "get|(K):V|static=false",
5369
5369
  "provenance": "Original",
5370
5370
  "emitScope": "ClassSurface",
@@ -5380,7 +5380,7 @@
5380
5380
  {
5381
5381
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::set(K,V):WeakMap_2",
5382
5382
  "clrName": "set",
5383
- "tsEmitName": "set_",
5383
+ "tsEmitName": "set",
5384
5384
  "normalizedSignature": "set|(K,V):WeakMap_2|static=false",
5385
5385
  "provenance": "Original",
5386
5386
  "emitScope": "ClassSurface",
@@ -5412,7 +5412,7 @@
5412
5412
  {
5413
5413
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakMap\u00602::delete(K):System.Boolean",
5414
5414
  "clrName": "delete",
5415
- "tsEmitName": "delete_",
5415
+ "tsEmitName": "delete",
5416
5416
  "normalizedSignature": "delete|(K):System.Boolean|static=false",
5417
5417
  "provenance": "Original",
5418
5418
  "emitScope": "ClassSurface",
@@ -5483,7 +5483,7 @@
5483
5483
  {
5484
5484
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.WeakSet\u00601::delete(T):System.Boolean",
5485
5485
  "clrName": "delete",
5486
- "tsEmitName": "delete_",
5486
+ "tsEmitName": "delete",
5487
5487
  "normalizedSignature": "delete|(T):System.Boolean|static=false",
5488
5488
  "provenance": "Original",
5489
5489
  "emitScope": "ClassSurface",
@@ -5971,7 +5971,7 @@
5971
5971
  {
5972
5972
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::Number(System.Object):System.Double",
5973
5973
  "clrName": "Number",
5974
- "tsEmitName": "number_",
5974
+ "tsEmitName": "number",
5975
5975
  "normalizedSignature": "Number|(System.Object):System.Double|static=true",
5976
5976
  "provenance": "Original",
5977
5977
  "emitScope": "ClassSurface",
@@ -5987,7 +5987,7 @@
5987
5987
  {
5988
5988
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::String(System.Object):System.String",
5989
5989
  "clrName": "String",
5990
- "tsEmitName": "string_",
5990
+ "tsEmitName": "string",
5991
5991
  "normalizedSignature": "String|(System.Object):System.String|static=true",
5992
5992
  "provenance": "Original",
5993
5993
  "emitScope": "ClassSurface",
@@ -6003,7 +6003,7 @@
6003
6003
  {
6004
6004
  "stableId": "Tsonic.JSRuntime:Tsonic.JSRuntime.Globals::Boolean(System.Object):System.Boolean",
6005
6005
  "clrName": "Boolean",
6006
- "tsEmitName": "boolean_",
6006
+ "tsEmitName": "boolean",
6007
6007
  "normalizedSignature": "Boolean|(System.Object):System.Boolean|static=true",
6008
6008
  "provenance": "Original",
6009
6009
  "emitScope": "ClassSurface",
package/index.d.ts CHANGED
@@ -45,14 +45,14 @@ export { WeakSet_1 as WeakSet } from './index/internal/index.js';
45
45
 
46
46
  // Flattened exports from static classes
47
47
  // From Tsonic.JSRuntime.Globals
48
- export declare function boolean_(value: unknown): boolean;
48
+ export declare function boolean(value: unknown): boolean;
49
49
  export declare function decodeURI(uri: string): string;
50
50
  export declare function decodeURIComponent(component: string): string;
51
51
  export declare function encodeURI(uri: string): string;
52
52
  export declare function encodeURIComponent(component: string): string;
53
53
  export declare function isFinite(value: double): boolean;
54
54
  export declare function isNaN(value: double): boolean;
55
- export declare function number_(value: unknown): double;
55
+ export declare function number(value: unknown): double;
56
56
  export declare function parseFloat(str: string): double;
57
57
  export declare function parseInt(str: string, radix?: Nullable<System_Internal.Int32>): Nullable<System_Internal.Int64>;
58
- export declare function string_(value: unknown): string;
58
+ export declare function string(value: unknown): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/js",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "TypeScript type definitions for JavaScript Runtime (JSRuntime) library",
5
5
  "type": "module",
6
6
  "keywords": [