@tsonic/efcore-sqlite 0.1.0
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/LICENSE +21 -0
- package/Microsoft.Data.Sqlite/bindings.json +6892 -0
- package/Microsoft.Data.Sqlite/internal/index.d.ts +430 -0
- package/Microsoft.Data.Sqlite/internal/metadata.json +4417 -0
- package/Microsoft.Data.Sqlite.d.ts +34 -0
- package/Microsoft.Data.Sqlite.js +9 -0
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +167 -0
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +29 -0
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +121 -0
- package/Microsoft.DotNet.PlatformAbstractions.d.ts +13 -0
- package/Microsoft.DotNet.PlatformAbstractions.js +9 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +1892 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +156 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +1368 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +528 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +55 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +267 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +36 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +82 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +83 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +54 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +304 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +203 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +236 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +57 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +157 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +587 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +68 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +293 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.d.ts +15 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +202 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +133 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +1253 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +83 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +855 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +294 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +43 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +161 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +325 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +48 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +214 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2892 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +512 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +1844 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +59 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +151 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +102 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +1096 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +210 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +707 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +34 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +605 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +93 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +438 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.d.ts +19 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +413 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +80 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +280 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Microsoft.Extensions.DependencyModel/bindings.json +2871 -0
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +287 -0
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +1654 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +526 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +112 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +329 -0
- package/Microsoft.Extensions.DependencyModel.Resolution.d.ts +19 -0
- package/Microsoft.Extensions.DependencyModel.Resolution.js +9 -0
- package/Microsoft.Extensions.DependencyModel.d.ts +35 -0
- package/Microsoft.Extensions.DependencyModel.js +9 -0
- package/README.md +5 -0
- package/SQLitePCL/bindings.json +19341 -0
- package/SQLitePCL/internal/index.d.ts +994 -0
- package/SQLitePCL/internal/metadata.json +11902 -0
- package/SQLitePCL.d.ts +64 -0
- package/SQLitePCL.js +9 -0
- package/System.Collections.Generic/bindings.json +164 -0
- package/System.Collections.Generic/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/metadata.json +123 -0
- package/System.Collections.Generic.d.ts +14 -0
- package/System.Collections.Generic.js +9 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +14 -0
- package/__build/scripts/generate.sh +116 -0
- package/__internal/extensions/index.d.ts +44 -0
- package/families.json +1 -0
- package/package.json +28 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Data.Sqlite
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.Data.Sqlite/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { sqlite3, sqlite3_stmt } from './SQLitePCL/internal/index.js';
|
|
10
|
+
import type { IEnumerable as IEnumerable__System_Collections_Generic } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
11
|
+
import type { ICollection, IDictionary, IEnumerable, IEnumerator, IList } from '@tsonic/dotnet/System.Collections.js';
|
|
12
|
+
import type { IComponent, ICustomTypeDescriptor } from '@tsonic/dotnet/System.ComponentModel.js';
|
|
13
|
+
import type { DbCommand, DbConnection, DbConnectionStringBuilder, DbDataReader, DbException, DbParameter, DbParameterCollection, DbProviderFactory, DbTransaction } from '@tsonic/dotnet/System.Data.Common.js';
|
|
14
|
+
import type { CommandBehavior, CommandType, ConnectionState, DataTable, DbType, IDataParameter, IDataParameterCollection, IDataReader, IDataRecord, IDbCommand, IDbConnection, IDbDataParameter, IDbTransaction, IsolationLevel, ParameterDirection, UpdateRowSource } from '@tsonic/dotnet/System.Data.js';
|
|
15
|
+
import type { SeekOrigin, Stream, TextReader } from '@tsonic/dotnet/System.IO.js';
|
|
16
|
+
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Char, Comparison, DateTime, DateTimeOffset, Decimal, Double, Enum, Func, Guid, IAsyncDisposable, IComparable, IConvertible, IDisposable, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, ReadOnlySpan, Single, Span, String as ClrString, TimeSpan, Type, Void } from '@tsonic/dotnet/System.js';
|
|
17
|
+
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
18
|
+
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
19
|
+
import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
20
|
+
|
|
21
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
22
|
+
export { SqliteBlob as SqliteBlob } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
23
|
+
export { SqliteCacheMode as SqliteCacheMode } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
24
|
+
export { SqliteCommand as SqliteCommand } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
25
|
+
export { SqliteConnection as SqliteConnection } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
26
|
+
export { SqliteConnectionStringBuilder as SqliteConnectionStringBuilder } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
27
|
+
export { SqliteDataReader as SqliteDataReader } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
28
|
+
export { SqliteException as SqliteException } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
29
|
+
export { SqliteFactory as SqliteFactory } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
30
|
+
export { SqliteOpenMode as SqliteOpenMode } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
31
|
+
export { SqliteParameter as SqliteParameter } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
32
|
+
export { SqliteParameterCollection as SqliteParameterCollection } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
33
|
+
export { SqliteTransaction as SqliteTransaction } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
34
|
+
export { SqliteType as SqliteType } from './Microsoft.Data.Sqlite/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Data.Sqlite
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.Data.Sqlite in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.DotNet.PlatformAbstractions",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
6
|
+
"clrName": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
7
|
+
"tsEmitName": "HashCodeCombiner",
|
|
8
|
+
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [
|
|
11
|
+
{
|
|
12
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.Int32):System.Void",
|
|
13
|
+
"clrName": "Add",
|
|
14
|
+
"tsEmitName": "add",
|
|
15
|
+
"metadataToken": 100663332,
|
|
16
|
+
"canonicalSignature": "(System.Int32):System.Void",
|
|
17
|
+
"normalizedSignature": "Add|(System.Int32):System.Void|static=false",
|
|
18
|
+
"emitScope": "ClassSurface",
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"parameterCount": 1,
|
|
21
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
22
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
23
|
+
"isExtensionMethod": false
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.String):System.Void",
|
|
27
|
+
"clrName": "Add",
|
|
28
|
+
"tsEmitName": "add",
|
|
29
|
+
"metadataToken": 100663333,
|
|
30
|
+
"canonicalSignature": "(System.String):System.Void",
|
|
31
|
+
"normalizedSignature": "Add|(System.String):System.Void|static=false",
|
|
32
|
+
"emitScope": "ClassSurface",
|
|
33
|
+
"arity": 0,
|
|
34
|
+
"parameterCount": 1,
|
|
35
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
36
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
37
|
+
"isExtensionMethod": false
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.Object):System.Void",
|
|
41
|
+
"clrName": "Add",
|
|
42
|
+
"tsEmitName": "add",
|
|
43
|
+
"metadataToken": 100663334,
|
|
44
|
+
"canonicalSignature": "(System.Object):System.Void",
|
|
45
|
+
"normalizedSignature": "Add|(System.Object):System.Void|static=false",
|
|
46
|
+
"emitScope": "ClassSurface",
|
|
47
|
+
"arity": 0,
|
|
48
|
+
"parameterCount": 1,
|
|
49
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
50
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
51
|
+
"isExtensionMethod": false
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(TValue,IEqualityComparer_1):System.Void",
|
|
55
|
+
"clrName": "Add",
|
|
56
|
+
"tsEmitName": "add",
|
|
57
|
+
"metadataToken": 100663335,
|
|
58
|
+
"canonicalSignature": "(TValue,IEqualityComparer_1):System.Void",
|
|
59
|
+
"normalizedSignature": "Add|(TValue,IEqualityComparer_1):System.Void|static=false",
|
|
60
|
+
"emitScope": "ClassSurface",
|
|
61
|
+
"arity": 1,
|
|
62
|
+
"parameterCount": 2,
|
|
63
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
64
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
65
|
+
"isExtensionMethod": false
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Start():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
69
|
+
"clrName": "Start",
|
|
70
|
+
"tsEmitName": "start",
|
|
71
|
+
"metadataToken": 100663336,
|
|
72
|
+
"canonicalSignature": "():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
73
|
+
"normalizedSignature": "Start|():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner|static=true",
|
|
74
|
+
"emitScope": "ClassSurface",
|
|
75
|
+
"arity": 0,
|
|
76
|
+
"parameterCount": 0,
|
|
77
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
78
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
79
|
+
"isExtensionMethod": false
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"properties": [
|
|
83
|
+
{
|
|
84
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::CombinedHash:System.Int32",
|
|
85
|
+
"clrName": "CombinedHash",
|
|
86
|
+
"tsEmitName": "combinedHash",
|
|
87
|
+
"metadataToken": 385875978,
|
|
88
|
+
"canonicalSignature": ":System.Int32",
|
|
89
|
+
"normalizedSignature": "CombinedHash|:System.Int32|static=false|accessor=get",
|
|
90
|
+
"emitScope": "ClassSurface",
|
|
91
|
+
"isIndexer": false,
|
|
92
|
+
"hasGetter": true,
|
|
93
|
+
"hasSetter": false,
|
|
94
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
95
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"fields": [],
|
|
99
|
+
"events": [],
|
|
100
|
+
"constructors": [],
|
|
101
|
+
"exposedMethods": [
|
|
102
|
+
{
|
|
103
|
+
"tsName": "add",
|
|
104
|
+
"isStatic": false,
|
|
105
|
+
"tsSignatureId": "Add|(System.Int32):System.Void|static=false",
|
|
106
|
+
"target": {
|
|
107
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
108
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
109
|
+
"metadataToken": 100663332
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"tsName": "add",
|
|
114
|
+
"isStatic": false,
|
|
115
|
+
"tsSignatureId": "Add|(System.String):System.Void|static=false",
|
|
116
|
+
"target": {
|
|
117
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
118
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
119
|
+
"metadataToken": 100663333
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"tsName": "add",
|
|
124
|
+
"isStatic": false,
|
|
125
|
+
"tsSignatureId": "Add|(System.Object):System.Void|static=false",
|
|
126
|
+
"target": {
|
|
127
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
128
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
129
|
+
"metadataToken": 100663334
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"tsName": "add",
|
|
134
|
+
"isStatic": false,
|
|
135
|
+
"tsSignatureId": "Add|(TValue,IEqualityComparer_1):System.Void|static=false",
|
|
136
|
+
"target": {
|
|
137
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
138
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
139
|
+
"metadataToken": 100663335
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"tsName": "start",
|
|
144
|
+
"isStatic": true,
|
|
145
|
+
"tsSignatureId": "Start|():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner|static=true",
|
|
146
|
+
"target": {
|
|
147
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
148
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
149
|
+
"metadataToken": 100663336
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"exposedProperties": [
|
|
154
|
+
{
|
|
155
|
+
"tsName": "combinedHash",
|
|
156
|
+
"isStatic": false,
|
|
157
|
+
"tsSignatureId": "CombinedHash|:System.Int32|static=false|accessor=get",
|
|
158
|
+
"target": {
|
|
159
|
+
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
160
|
+
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
161
|
+
"metadataToken": 385875978
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.DotNet.PlatformAbstractions
|
|
3
|
+
// Assembly: Microsoft.Extensions.DependencyModel
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
6
|
+
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
8
|
+
// Import types from other namespaces
|
|
9
|
+
import type { IEqualityComparer } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
10
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { Int32, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
12
|
+
|
|
13
|
+
export interface HashCodeCombiner$instance {
|
|
14
|
+
readonly combinedHash: int;
|
|
15
|
+
add(i: int): void;
|
|
16
|
+
add(s: string): void;
|
|
17
|
+
add(o: unknown): void;
|
|
18
|
+
add<TValue>(value: TValue, comparer: IEqualityComparer<TValue>): void;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
export const HashCodeCombiner: {
|
|
23
|
+
new(): HashCodeCombiner;
|
|
24
|
+
start(): HashCodeCombiner;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
export type HashCodeCombiner = HashCodeCombiner$instance;
|
|
29
|
+
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.DotNet.PlatformAbstractions",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.DependencyModel"
|
|
5
|
+
],
|
|
6
|
+
"types": [
|
|
7
|
+
{
|
|
8
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
9
|
+
"clrName": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
10
|
+
"tsEmitName": "HashCodeCombiner",
|
|
11
|
+
"kind": "Struct",
|
|
12
|
+
"accessibility": "Public",
|
|
13
|
+
"isAbstract": false,
|
|
14
|
+
"isSealed": true,
|
|
15
|
+
"isStatic": false,
|
|
16
|
+
"arity": 0,
|
|
17
|
+
"methods": [
|
|
18
|
+
{
|
|
19
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.Int32):System.Void",
|
|
20
|
+
"clrName": "Add",
|
|
21
|
+
"tsEmitName": "add",
|
|
22
|
+
"normalizedSignature": "Add|(System.Int32):System.Void|static=false",
|
|
23
|
+
"provenance": "Original",
|
|
24
|
+
"emitScope": "ClassSurface",
|
|
25
|
+
"isStatic": false,
|
|
26
|
+
"isAbstract": false,
|
|
27
|
+
"isVirtual": false,
|
|
28
|
+
"isOverride": false,
|
|
29
|
+
"isSealed": false,
|
|
30
|
+
"arity": 0,
|
|
31
|
+
"parameterCount": 1,
|
|
32
|
+
"isExtensionMethod": false
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.String):System.Void",
|
|
36
|
+
"clrName": "Add",
|
|
37
|
+
"tsEmitName": "add",
|
|
38
|
+
"normalizedSignature": "Add|(System.String):System.Void|static=false",
|
|
39
|
+
"provenance": "Original",
|
|
40
|
+
"emitScope": "ClassSurface",
|
|
41
|
+
"isStatic": false,
|
|
42
|
+
"isAbstract": false,
|
|
43
|
+
"isVirtual": false,
|
|
44
|
+
"isOverride": false,
|
|
45
|
+
"isSealed": false,
|
|
46
|
+
"arity": 0,
|
|
47
|
+
"parameterCount": 1,
|
|
48
|
+
"isExtensionMethod": false
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.Object):System.Void",
|
|
52
|
+
"clrName": "Add",
|
|
53
|
+
"tsEmitName": "add",
|
|
54
|
+
"normalizedSignature": "Add|(System.Object):System.Void|static=false",
|
|
55
|
+
"provenance": "Original",
|
|
56
|
+
"emitScope": "ClassSurface",
|
|
57
|
+
"isStatic": false,
|
|
58
|
+
"isAbstract": false,
|
|
59
|
+
"isVirtual": false,
|
|
60
|
+
"isOverride": false,
|
|
61
|
+
"isSealed": false,
|
|
62
|
+
"arity": 0,
|
|
63
|
+
"parameterCount": 1,
|
|
64
|
+
"isExtensionMethod": false
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(TValue,IEqualityComparer_1):System.Void",
|
|
68
|
+
"clrName": "Add",
|
|
69
|
+
"tsEmitName": "add",
|
|
70
|
+
"normalizedSignature": "Add|(TValue,IEqualityComparer_1):System.Void|static=false",
|
|
71
|
+
"provenance": "Original",
|
|
72
|
+
"emitScope": "ClassSurface",
|
|
73
|
+
"isStatic": false,
|
|
74
|
+
"isAbstract": false,
|
|
75
|
+
"isVirtual": false,
|
|
76
|
+
"isOverride": false,
|
|
77
|
+
"isSealed": false,
|
|
78
|
+
"arity": 1,
|
|
79
|
+
"parameterCount": 2,
|
|
80
|
+
"isExtensionMethod": false
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Start():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
84
|
+
"clrName": "Start",
|
|
85
|
+
"tsEmitName": "start",
|
|
86
|
+
"normalizedSignature": "Start|():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner|static=true",
|
|
87
|
+
"provenance": "Original",
|
|
88
|
+
"emitScope": "ClassSurface",
|
|
89
|
+
"isStatic": true,
|
|
90
|
+
"isAbstract": false,
|
|
91
|
+
"isVirtual": false,
|
|
92
|
+
"isOverride": false,
|
|
93
|
+
"isSealed": false,
|
|
94
|
+
"arity": 0,
|
|
95
|
+
"parameterCount": 0,
|
|
96
|
+
"isExtensionMethod": false
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"properties": [
|
|
100
|
+
{
|
|
101
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::CombinedHash:System.Int32",
|
|
102
|
+
"clrName": "CombinedHash",
|
|
103
|
+
"tsEmitName": "combinedHash",
|
|
104
|
+
"normalizedSignature": "CombinedHash|:System.Int32|static=false|accessor=get",
|
|
105
|
+
"provenance": "Original",
|
|
106
|
+
"emitScope": "ClassSurface",
|
|
107
|
+
"isStatic": false,
|
|
108
|
+
"isAbstract": false,
|
|
109
|
+
"isVirtual": false,
|
|
110
|
+
"isOverride": false,
|
|
111
|
+
"isIndexer": false,
|
|
112
|
+
"hasGetter": true,
|
|
113
|
+
"hasSetter": false
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"fields": [],
|
|
117
|
+
"events": [],
|
|
118
|
+
"constructors": []
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.DotNet.PlatformAbstractions
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.DotNet.PlatformAbstractions/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEqualityComparer } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
|
+
import type { Int32, Object as ClrObject, String as ClrString, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
export { HashCodeCombiner as HashCodeCombiner } from './Microsoft.DotNet.PlatformAbstractions/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.DotNet.PlatformAbstractions
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.DotNet.PlatformAbstractions in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|