@tsonic/nodejs 10.0.13 → 10.0.16
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 +1 -1
- package/index/bindings.json +0 -60
- package/index/internal/index.d.ts +0 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ Node’s built-in specifiers like `node:fs` are **not** supported here.
|
|
|
108
108
|
|
|
109
109
|
## Documentation
|
|
110
110
|
|
|
111
|
-
-
|
|
111
|
+
- `docs/README.md`
|
|
112
112
|
- https://tsonic.org/nodejs/
|
|
113
113
|
|
|
114
114
|
## Naming Conventions
|
package/index/bindings.json
CHANGED
|
@@ -11756,26 +11756,6 @@
|
|
|
11756
11756
|
"declaringClrType": "nodejs.PassThrough",
|
|
11757
11757
|
"declaringAssemblyName": "nodejs",
|
|
11758
11758
|
"isExtensionMethod": false
|
|
11759
|
-
},
|
|
11760
|
-
{
|
|
11761
|
-
"stableId": "nodejs:nodejs.PassThrough::_transform(System.Object,System.String,System.Action_2):System.Void",
|
|
11762
|
-
"clrName": "_transform",
|
|
11763
|
-
"metadataToken": 0,
|
|
11764
|
-
"canonicalSignature": "(System.Object,System.String,System.Action_2):System.Void",
|
|
11765
|
-
"normalizedSignature": "_transform|(System.Object,System.String,System.Action_2):System.Void|static=false",
|
|
11766
|
-
"emitScope": "ClassSurface",
|
|
11767
|
-
"provenance": "BaseOverload",
|
|
11768
|
-
"arity": 0,
|
|
11769
|
-
"parameterCount": 3,
|
|
11770
|
-
"isStatic": false,
|
|
11771
|
-
"isAbstract": false,
|
|
11772
|
-
"isVirtual": true,
|
|
11773
|
-
"isOverride": false,
|
|
11774
|
-
"isSealed": false,
|
|
11775
|
-
"visibility": "Protected",
|
|
11776
|
-
"declaringClrType": "nodejs.PassThrough",
|
|
11777
|
-
"declaringAssemblyName": "nodejs",
|
|
11778
|
-
"isExtensionMethod": false
|
|
11779
11759
|
}
|
|
11780
11760
|
],
|
|
11781
11761
|
"properties": [],
|
|
@@ -19677,46 +19657,6 @@
|
|
|
19677
19657
|
"declaringClrType": "nodejs.TLSSocket",
|
|
19678
19658
|
"declaringAssemblyName": "nodejs",
|
|
19679
19659
|
"isExtensionMethod": false
|
|
19680
|
-
},
|
|
19681
|
-
{
|
|
19682
|
-
"stableId": "nodejs:nodejs.TLSSocket::write(System.Byte[],System.Action_1):System.Boolean",
|
|
19683
|
-
"clrName": "write",
|
|
19684
|
-
"metadataToken": 0,
|
|
19685
|
-
"canonicalSignature": "(System.Byte[],System.Action_1):System.Boolean",
|
|
19686
|
-
"normalizedSignature": "write|(System.Byte[],System.Action_1):System.Boolean|static=false",
|
|
19687
|
-
"emitScope": "ClassSurface",
|
|
19688
|
-
"provenance": "BaseOverload",
|
|
19689
|
-
"arity": 0,
|
|
19690
|
-
"parameterCount": 2,
|
|
19691
|
-
"isStatic": false,
|
|
19692
|
-
"isAbstract": false,
|
|
19693
|
-
"isVirtual": false,
|
|
19694
|
-
"isOverride": false,
|
|
19695
|
-
"isSealed": false,
|
|
19696
|
-
"visibility": "Public",
|
|
19697
|
-
"declaringClrType": "nodejs.TLSSocket",
|
|
19698
|
-
"declaringAssemblyName": "nodejs",
|
|
19699
|
-
"isExtensionMethod": false
|
|
19700
|
-
},
|
|
19701
|
-
{
|
|
19702
|
-
"stableId": "nodejs:nodejs.TLSSocket::write(System.String,System.String,System.Action_1):System.Boolean",
|
|
19703
|
-
"clrName": "write",
|
|
19704
|
-
"metadataToken": 0,
|
|
19705
|
-
"canonicalSignature": "(System.String,System.String,System.Action_1):System.Boolean",
|
|
19706
|
-
"normalizedSignature": "write|(System.String,System.String,System.Action_1):System.Boolean|static=false",
|
|
19707
|
-
"emitScope": "ClassSurface",
|
|
19708
|
-
"provenance": "BaseOverload",
|
|
19709
|
-
"arity": 0,
|
|
19710
|
-
"parameterCount": 3,
|
|
19711
|
-
"isStatic": false,
|
|
19712
|
-
"isAbstract": false,
|
|
19713
|
-
"isVirtual": false,
|
|
19714
|
-
"isOverride": false,
|
|
19715
|
-
"isSealed": false,
|
|
19716
|
-
"visibility": "Public",
|
|
19717
|
-
"declaringClrType": "nodejs.TLSSocket",
|
|
19718
|
-
"declaringAssemblyName": "nodejs",
|
|
19719
|
-
"isExtensionMethod": false
|
|
19720
19660
|
}
|
|
19721
19661
|
],
|
|
19722
19662
|
"properties": [
|
|
@@ -1351,7 +1351,6 @@ export interface PassThrough$instance extends Transform {
|
|
|
1351
1351
|
readonly __tsonic_type_nodejs_PassThrough: never;
|
|
1352
1352
|
|
|
1353
1353
|
_transform(chunk: unknown, encoding: string, callback: Action_2<Exception, unknown>): void;
|
|
1354
|
-
_transform(chunk: unknown, encoding: string, callback: Action_2<Exception, unknown>): void;
|
|
1355
1354
|
}
|
|
1356
1355
|
|
|
1357
1356
|
|
|
@@ -2313,8 +2312,6 @@ export interface TLSSocket$instance extends Socket {
|
|
|
2313
2312
|
setMaxSendFragment(size: int): boolean;
|
|
2314
2313
|
write(data: byte[], callback?: Action_1<Exception>): boolean;
|
|
2315
2314
|
write(data: string, encoding?: string, callback?: Action_1<Exception>): boolean;
|
|
2316
|
-
write(data: byte[], callback?: Action_1<Exception>): boolean;
|
|
2317
|
-
write(data: string, encoding?: string, callback?: Action_1<Exception>): boolean;
|
|
2318
2315
|
}
|
|
2319
2316
|
|
|
2320
2317
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsonic/nodejs",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.16",
|
|
4
4
|
"description": "TypeScript type definitions for Node.js CLR library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"url": "https://github.com/tsoniclang/nodejs.git"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@tsonic/dotnet": "10.0.
|
|
23
|
-
"@tsonic/core": "10.0.
|
|
22
|
+
"@tsonic/dotnet": "10.0.16",
|
|
23
|
+
"@tsonic/core": "10.0.16"
|
|
24
24
|
}
|
|
25
25
|
}
|