@alloy-js/csharp 0.15.0 → 0.17.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/CHANGELOG.md +8 -0
- package/dist/src/components/Class.d.ts.map +1 -1
- package/dist/src/components/Class.js +21 -21
- package/dist/src/components/Declaration.d.ts.map +1 -1
- package/dist/src/components/Declaration.js +4 -2
- package/dist/src/components/Enum.d.ts.map +1 -1
- package/dist/src/components/Enum.js +11 -9
- package/dist/src/components/Namespace.d.ts.map +1 -1
- package/dist/src/components/Namespace.js +2 -2
- package/dist/src/components/Parameters.d.ts.map +1 -1
- package/dist/src/components/Parameters.js +3 -3
- package/dist/src/symbols/csharp-output-symbol.d.ts +4 -4
- package/dist/src/symbols/csharp-output-symbol.d.ts.map +1 -1
- package/dist/src/symbols/csharp-output-symbol.js +13 -13
- package/dist/src/symbols/scopes.d.ts +6 -8
- package/dist/src/symbols/scopes.d.ts.map +1 -1
- package/dist/src/symbols/scopes.js +14 -19
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/src/components/Class.tsx +21 -37
- package/src/components/Declaration.tsx +5 -2
- package/src/components/Enum.tsx +21 -24
- package/src/components/Namespace.tsx +2 -6
- package/src/components/Parameters.tsx +2 -3
- package/src/symbols/csharp-output-symbol.ts +13 -18
- package/src/symbols/reference.ts +1 -1
- package/src/symbols/scopes.ts +15 -34
- package/temp/api.json +131 -287
- package/tsdoc-metadata.json +1 -1
package/temp/api.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.52.8",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
{
|
|
445
445
|
"kind": "Reference",
|
|
446
446
|
"text": "core.OutputSymbol",
|
|
447
|
-
"canonicalReference": "@alloy-js/core!OutputSymbol:
|
|
447
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:class"
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
450
|
"kind": "Content",
|
|
@@ -1081,104 +1081,6 @@
|
|
|
1081
1081
|
}
|
|
1082
1082
|
]
|
|
1083
1083
|
},
|
|
1084
|
-
{
|
|
1085
|
-
"kind": "Function",
|
|
1086
|
-
"canonicalReference": "@alloy-js/csharp!createCSharpMemberScope:function(1)",
|
|
1087
|
-
"docComment": "",
|
|
1088
|
-
"excerptTokens": [
|
|
1089
|
-
{
|
|
1090
|
-
"kind": "Content",
|
|
1091
|
-
"text": "export declare function createCSharpMemberScope(binder: "
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"kind": "Reference",
|
|
1095
|
-
"text": "core.Binder",
|
|
1096
|
-
"canonicalReference": "@alloy-js/core!Binder:interface"
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"kind": "Content",
|
|
1100
|
-
"text": ", parent: "
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"kind": "Reference",
|
|
1104
|
-
"text": "core.OutputScope",
|
|
1105
|
-
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"kind": "Content",
|
|
1109
|
-
"text": ", owner: "
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"kind": "Reference",
|
|
1113
|
-
"text": "CSharpOutputSymbol",
|
|
1114
|
-
"canonicalReference": "@alloy-js/csharp!CSharpOutputSymbol:interface"
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"kind": "Content",
|
|
1118
|
-
"text": ", name: "
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"kind": "Reference",
|
|
1122
|
-
"text": "CSharpMemberScopeName",
|
|
1123
|
-
"canonicalReference": "@alloy-js/csharp!CSharpMemberScopeName:type"
|
|
1124
|
-
},
|
|
1125
|
-
{
|
|
1126
|
-
"kind": "Content",
|
|
1127
|
-
"text": "): "
|
|
1128
|
-
},
|
|
1129
|
-
{
|
|
1130
|
-
"kind": "Reference",
|
|
1131
|
-
"text": "CSharpMemberScope",
|
|
1132
|
-
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope:interface"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"kind": "Content",
|
|
1136
|
-
"text": ";"
|
|
1137
|
-
}
|
|
1138
|
-
],
|
|
1139
|
-
"fileUrlPath": "src/symbols/scopes.ts",
|
|
1140
|
-
"returnTypeTokenRange": {
|
|
1141
|
-
"startIndex": 9,
|
|
1142
|
-
"endIndex": 10
|
|
1143
|
-
},
|
|
1144
|
-
"releaseTag": "Public",
|
|
1145
|
-
"overloadIndex": 1,
|
|
1146
|
-
"parameters": [
|
|
1147
|
-
{
|
|
1148
|
-
"parameterName": "binder",
|
|
1149
|
-
"parameterTypeTokenRange": {
|
|
1150
|
-
"startIndex": 1,
|
|
1151
|
-
"endIndex": 2
|
|
1152
|
-
},
|
|
1153
|
-
"isOptional": false
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"parameterName": "parent",
|
|
1157
|
-
"parameterTypeTokenRange": {
|
|
1158
|
-
"startIndex": 3,
|
|
1159
|
-
"endIndex": 4
|
|
1160
|
-
},
|
|
1161
|
-
"isOptional": false
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"parameterName": "owner",
|
|
1165
|
-
"parameterTypeTokenRange": {
|
|
1166
|
-
"startIndex": 5,
|
|
1167
|
-
"endIndex": 6
|
|
1168
|
-
},
|
|
1169
|
-
"isOptional": false
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"parameterName": "name",
|
|
1173
|
-
"parameterTypeTokenRange": {
|
|
1174
|
-
"startIndex": 7,
|
|
1175
|
-
"endIndex": 8
|
|
1176
|
-
},
|
|
1177
|
-
"isOptional": false
|
|
1178
|
-
}
|
|
1179
|
-
],
|
|
1180
|
-
"name": "createCSharpMemberScope"
|
|
1181
|
-
},
|
|
1182
1084
|
{
|
|
1183
1085
|
"kind": "Function",
|
|
1184
1086
|
"canonicalReference": "@alloy-js/csharp!createCSharpNamePolicy:function(1)",
|
|
@@ -1221,137 +1123,6 @@
|
|
|
1221
1123
|
"parameters": [],
|
|
1222
1124
|
"name": "createCSharpNamePolicy"
|
|
1223
1125
|
},
|
|
1224
|
-
{
|
|
1225
|
-
"kind": "Function",
|
|
1226
|
-
"canonicalReference": "@alloy-js/csharp!createCSharpNamespaceScope:function(1)",
|
|
1227
|
-
"docComment": "",
|
|
1228
|
-
"excerptTokens": [
|
|
1229
|
-
{
|
|
1230
|
-
"kind": "Content",
|
|
1231
|
-
"text": "export declare function createCSharpNamespaceScope(binder: "
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"kind": "Reference",
|
|
1235
|
-
"text": "core.Binder",
|
|
1236
|
-
"canonicalReference": "@alloy-js/core!Binder:interface"
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "Content",
|
|
1240
|
-
"text": ", parent: "
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"kind": "Reference",
|
|
1244
|
-
"text": "core.OutputScope",
|
|
1245
|
-
"canonicalReference": "@alloy-js/core!OutputScope:interface"
|
|
1246
|
-
},
|
|
1247
|
-
{
|
|
1248
|
-
"kind": "Content",
|
|
1249
|
-
"text": " | undefined"
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"kind": "Content",
|
|
1253
|
-
"text": ", name: "
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"kind": "Content",
|
|
1257
|
-
"text": "string"
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"kind": "Content",
|
|
1261
|
-
"text": "): "
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
"kind": "Reference",
|
|
1265
|
-
"text": "CSharpNamespaceScope",
|
|
1266
|
-
"canonicalReference": "@alloy-js/csharp!CSharpNamespaceScope:interface"
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"kind": "Content",
|
|
1270
|
-
"text": ";"
|
|
1271
|
-
}
|
|
1272
|
-
],
|
|
1273
|
-
"fileUrlPath": "src/symbols/scopes.ts",
|
|
1274
|
-
"returnTypeTokenRange": {
|
|
1275
|
-
"startIndex": 8,
|
|
1276
|
-
"endIndex": 9
|
|
1277
|
-
},
|
|
1278
|
-
"releaseTag": "Public",
|
|
1279
|
-
"overloadIndex": 1,
|
|
1280
|
-
"parameters": [
|
|
1281
|
-
{
|
|
1282
|
-
"parameterName": "binder",
|
|
1283
|
-
"parameterTypeTokenRange": {
|
|
1284
|
-
"startIndex": 1,
|
|
1285
|
-
"endIndex": 2
|
|
1286
|
-
},
|
|
1287
|
-
"isOptional": false
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"parameterName": "parent",
|
|
1291
|
-
"parameterTypeTokenRange": {
|
|
1292
|
-
"startIndex": 3,
|
|
1293
|
-
"endIndex": 5
|
|
1294
|
-
},
|
|
1295
|
-
"isOptional": false
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"parameterName": "name",
|
|
1299
|
-
"parameterTypeTokenRange": {
|
|
1300
|
-
"startIndex": 6,
|
|
1301
|
-
"endIndex": 7
|
|
1302
|
-
},
|
|
1303
|
-
"isOptional": false
|
|
1304
|
-
}
|
|
1305
|
-
],
|
|
1306
|
-
"name": "createCSharpNamespaceScope"
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"kind": "Function",
|
|
1310
|
-
"canonicalReference": "@alloy-js/csharp!createCSharpSymbol:function(1)",
|
|
1311
|
-
"docComment": "",
|
|
1312
|
-
"excerptTokens": [
|
|
1313
|
-
{
|
|
1314
|
-
"kind": "Content",
|
|
1315
|
-
"text": "export declare function createCSharpSymbol(props: "
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "Reference",
|
|
1319
|
-
"text": "DeclarationProps",
|
|
1320
|
-
"canonicalReference": "@alloy-js/csharp!DeclarationProps:interface"
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"kind": "Content",
|
|
1324
|
-
"text": "): "
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"kind": "Reference",
|
|
1328
|
-
"text": "CSharpOutputSymbol",
|
|
1329
|
-
"canonicalReference": "@alloy-js/csharp!CSharpOutputSymbol:interface"
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"kind": "Content",
|
|
1333
|
-
"text": ";"
|
|
1334
|
-
}
|
|
1335
|
-
],
|
|
1336
|
-
"fileUrlPath": "src/symbols/csharp-output-symbol.ts",
|
|
1337
|
-
"returnTypeTokenRange": {
|
|
1338
|
-
"startIndex": 3,
|
|
1339
|
-
"endIndex": 4
|
|
1340
|
-
},
|
|
1341
|
-
"releaseTag": "Public",
|
|
1342
|
-
"overloadIndex": 1,
|
|
1343
|
-
"parameters": [
|
|
1344
|
-
{
|
|
1345
|
-
"parameterName": "props",
|
|
1346
|
-
"parameterTypeTokenRange": {
|
|
1347
|
-
"startIndex": 1,
|
|
1348
|
-
"endIndex": 2
|
|
1349
|
-
},
|
|
1350
|
-
"isOptional": false
|
|
1351
|
-
}
|
|
1352
|
-
],
|
|
1353
|
-
"name": "createCSharpSymbol"
|
|
1354
|
-
},
|
|
1355
1126
|
{
|
|
1356
1127
|
"kind": "TypeAlias",
|
|
1357
1128
|
"canonicalReference": "@alloy-js/csharp!CSharpElements:type",
|
|
@@ -1379,18 +1150,18 @@
|
|
|
1379
1150
|
}
|
|
1380
1151
|
},
|
|
1381
1152
|
{
|
|
1382
|
-
"kind": "
|
|
1383
|
-
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope:
|
|
1153
|
+
"kind": "Class",
|
|
1154
|
+
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope:class",
|
|
1384
1155
|
"docComment": "",
|
|
1385
1156
|
"excerptTokens": [
|
|
1386
1157
|
{
|
|
1387
1158
|
"kind": "Content",
|
|
1388
|
-
"text": "export
|
|
1159
|
+
"text": "export declare class CSharpMemberScope extends "
|
|
1389
1160
|
},
|
|
1390
1161
|
{
|
|
1391
1162
|
"kind": "Reference",
|
|
1392
1163
|
"text": "core.OutputScope",
|
|
1393
|
-
"canonicalReference": "@alloy-js/core!OutputScope:
|
|
1164
|
+
"canonicalReference": "@alloy-js/core!OutputScope:class"
|
|
1394
1165
|
},
|
|
1395
1166
|
{
|
|
1396
1167
|
"kind": "Content",
|
|
@@ -1399,44 +1170,48 @@
|
|
|
1399
1170
|
],
|
|
1400
1171
|
"fileUrlPath": "src/symbols/scopes.ts",
|
|
1401
1172
|
"releaseTag": "Public",
|
|
1173
|
+
"isAbstract": false,
|
|
1402
1174
|
"name": "CSharpMemberScope",
|
|
1403
1175
|
"preserveMemberOrder": false,
|
|
1404
1176
|
"members": [
|
|
1405
1177
|
{
|
|
1406
|
-
"kind": "
|
|
1178
|
+
"kind": "Property",
|
|
1407
1179
|
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope#kind:member",
|
|
1408
1180
|
"docComment": "",
|
|
1409
1181
|
"excerptTokens": [
|
|
1410
1182
|
{
|
|
1411
1183
|
"kind": "Content",
|
|
1412
|
-
"text": "kind: "
|
|
1184
|
+
"text": "get kind(): "
|
|
1413
1185
|
},
|
|
1414
1186
|
{
|
|
1415
1187
|
"kind": "Content",
|
|
1416
|
-
"text": "
|
|
1188
|
+
"text": "string"
|
|
1417
1189
|
},
|
|
1418
1190
|
{
|
|
1419
1191
|
"kind": "Content",
|
|
1420
1192
|
"text": ";"
|
|
1421
1193
|
}
|
|
1422
1194
|
],
|
|
1423
|
-
"isReadonly":
|
|
1195
|
+
"isReadonly": true,
|
|
1424
1196
|
"isOptional": false,
|
|
1425
1197
|
"releaseTag": "Public",
|
|
1426
1198
|
"name": "kind",
|
|
1427
1199
|
"propertyTypeTokenRange": {
|
|
1428
1200
|
"startIndex": 1,
|
|
1429
1201
|
"endIndex": 2
|
|
1430
|
-
}
|
|
1202
|
+
},
|
|
1203
|
+
"isStatic": false,
|
|
1204
|
+
"isProtected": false,
|
|
1205
|
+
"isAbstract": false
|
|
1431
1206
|
},
|
|
1432
1207
|
{
|
|
1433
|
-
"kind": "
|
|
1208
|
+
"kind": "Property",
|
|
1434
1209
|
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope#name:member",
|
|
1435
1210
|
"docComment": "",
|
|
1436
1211
|
"excerptTokens": [
|
|
1437
1212
|
{
|
|
1438
1213
|
"kind": "Content",
|
|
1439
|
-
"text": "name: "
|
|
1214
|
+
"text": "get name(): "
|
|
1440
1215
|
},
|
|
1441
1216
|
{
|
|
1442
1217
|
"kind": "Reference",
|
|
@@ -1448,50 +1223,55 @@
|
|
|
1448
1223
|
"text": ";"
|
|
1449
1224
|
}
|
|
1450
1225
|
],
|
|
1451
|
-
"isReadonly":
|
|
1226
|
+
"isReadonly": true,
|
|
1452
1227
|
"isOptional": false,
|
|
1453
1228
|
"releaseTag": "Public",
|
|
1454
1229
|
"name": "name",
|
|
1455
1230
|
"propertyTypeTokenRange": {
|
|
1456
1231
|
"startIndex": 1,
|
|
1457
1232
|
"endIndex": 2
|
|
1458
|
-
}
|
|
1233
|
+
},
|
|
1234
|
+
"isStatic": false,
|
|
1235
|
+
"isProtected": false,
|
|
1236
|
+
"isAbstract": false
|
|
1459
1237
|
},
|
|
1460
1238
|
{
|
|
1461
|
-
"kind": "
|
|
1239
|
+
"kind": "Property",
|
|
1462
1240
|
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope#owner:member",
|
|
1463
1241
|
"docComment": "",
|
|
1464
1242
|
"excerptTokens": [
|
|
1465
1243
|
{
|
|
1466
1244
|
"kind": "Content",
|
|
1467
|
-
"text": "owner: "
|
|
1245
|
+
"text": "get owner(): "
|
|
1468
1246
|
},
|
|
1469
1247
|
{
|
|
1470
1248
|
"kind": "Reference",
|
|
1471
1249
|
"text": "CSharpOutputSymbol",
|
|
1472
|
-
"canonicalReference": "@alloy-js/csharp!CSharpOutputSymbol:
|
|
1250
|
+
"canonicalReference": "@alloy-js/csharp!CSharpOutputSymbol:class"
|
|
1473
1251
|
},
|
|
1474
1252
|
{
|
|
1475
1253
|
"kind": "Content",
|
|
1476
1254
|
"text": ";"
|
|
1477
1255
|
}
|
|
1478
1256
|
],
|
|
1479
|
-
"isReadonly":
|
|
1257
|
+
"isReadonly": true,
|
|
1480
1258
|
"isOptional": false,
|
|
1481
1259
|
"releaseTag": "Public",
|
|
1482
1260
|
"name": "owner",
|
|
1483
1261
|
"propertyTypeTokenRange": {
|
|
1484
1262
|
"startIndex": 1,
|
|
1485
1263
|
"endIndex": 2
|
|
1486
|
-
}
|
|
1264
|
+
},
|
|
1265
|
+
"isStatic": false,
|
|
1266
|
+
"isProtected": false,
|
|
1267
|
+
"isAbstract": false
|
|
1487
1268
|
}
|
|
1488
1269
|
],
|
|
1489
|
-
"
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
]
|
|
1270
|
+
"extendsTokenRange": {
|
|
1271
|
+
"startIndex": 1,
|
|
1272
|
+
"endIndex": 2
|
|
1273
|
+
},
|
|
1274
|
+
"implementsTokenRanges": []
|
|
1495
1275
|
},
|
|
1496
1276
|
{
|
|
1497
1277
|
"kind": "TypeAlias",
|
|
@@ -1520,18 +1300,18 @@
|
|
|
1520
1300
|
}
|
|
1521
1301
|
},
|
|
1522
1302
|
{
|
|
1523
|
-
"kind": "
|
|
1524
|
-
"canonicalReference": "@alloy-js/csharp!CSharpNamespaceScope:
|
|
1303
|
+
"kind": "Class",
|
|
1304
|
+
"canonicalReference": "@alloy-js/csharp!CSharpNamespaceScope:class",
|
|
1525
1305
|
"docComment": "",
|
|
1526
1306
|
"excerptTokens": [
|
|
1527
1307
|
{
|
|
1528
1308
|
"kind": "Content",
|
|
1529
|
-
"text": "export
|
|
1309
|
+
"text": "export declare class CSharpNamespaceScope extends "
|
|
1530
1310
|
},
|
|
1531
1311
|
{
|
|
1532
1312
|
"kind": "Reference",
|
|
1533
1313
|
"text": "core.OutputScope",
|
|
1534
|
-
"canonicalReference": "@alloy-js/core!OutputScope:
|
|
1314
|
+
"canonicalReference": "@alloy-js/core!OutputScope:class"
|
|
1535
1315
|
},
|
|
1536
1316
|
{
|
|
1537
1317
|
"kind": "Content",
|
|
@@ -1540,43 +1320,46 @@
|
|
|
1540
1320
|
],
|
|
1541
1321
|
"fileUrlPath": "src/symbols/scopes.ts",
|
|
1542
1322
|
"releaseTag": "Public",
|
|
1323
|
+
"isAbstract": false,
|
|
1543
1324
|
"name": "CSharpNamespaceScope",
|
|
1544
1325
|
"preserveMemberOrder": false,
|
|
1545
1326
|
"members": [
|
|
1546
1327
|
{
|
|
1547
|
-
"kind": "
|
|
1328
|
+
"kind": "Property",
|
|
1548
1329
|
"canonicalReference": "@alloy-js/csharp!CSharpNamespaceScope#kind:member",
|
|
1549
1330
|
"docComment": "",
|
|
1550
1331
|
"excerptTokens": [
|
|
1551
1332
|
{
|
|
1552
1333
|
"kind": "Content",
|
|
1553
|
-
"text": "kind: "
|
|
1334
|
+
"text": "get kind(): "
|
|
1554
1335
|
},
|
|
1555
1336
|
{
|
|
1556
1337
|
"kind": "Content",
|
|
1557
|
-
"text": "
|
|
1338
|
+
"text": "string"
|
|
1558
1339
|
},
|
|
1559
1340
|
{
|
|
1560
1341
|
"kind": "Content",
|
|
1561
1342
|
"text": ";"
|
|
1562
1343
|
}
|
|
1563
1344
|
],
|
|
1564
|
-
"isReadonly":
|
|
1345
|
+
"isReadonly": true,
|
|
1565
1346
|
"isOptional": false,
|
|
1566
1347
|
"releaseTag": "Public",
|
|
1567
1348
|
"name": "kind",
|
|
1568
1349
|
"propertyTypeTokenRange": {
|
|
1569
1350
|
"startIndex": 1,
|
|
1570
1351
|
"endIndex": 2
|
|
1571
|
-
}
|
|
1352
|
+
},
|
|
1353
|
+
"isStatic": false,
|
|
1354
|
+
"isProtected": false,
|
|
1355
|
+
"isAbstract": false
|
|
1572
1356
|
}
|
|
1573
1357
|
],
|
|
1574
|
-
"
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
]
|
|
1358
|
+
"extendsTokenRange": {
|
|
1359
|
+
"startIndex": 1,
|
|
1360
|
+
"endIndex": 2
|
|
1361
|
+
},
|
|
1362
|
+
"implementsTokenRanges": []
|
|
1580
1363
|
},
|
|
1581
1364
|
{
|
|
1582
1365
|
"kind": "TypeAlias",
|
|
@@ -1590,7 +1373,7 @@
|
|
|
1590
1373
|
{
|
|
1591
1374
|
"kind": "Reference",
|
|
1592
1375
|
"text": "CSharpMemberScope",
|
|
1593
|
-
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope:
|
|
1376
|
+
"canonicalReference": "@alloy-js/csharp!CSharpMemberScope:class"
|
|
1594
1377
|
},
|
|
1595
1378
|
{
|
|
1596
1379
|
"kind": "Content",
|
|
@@ -1599,7 +1382,7 @@
|
|
|
1599
1382
|
{
|
|
1600
1383
|
"kind": "Reference",
|
|
1601
1384
|
"text": "CSharpNamespaceScope",
|
|
1602
|
-
"canonicalReference": "@alloy-js/csharp!CSharpNamespaceScope:
|
|
1385
|
+
"canonicalReference": "@alloy-js/csharp!CSharpNamespaceScope:class"
|
|
1603
1386
|
},
|
|
1604
1387
|
{
|
|
1605
1388
|
"kind": "Content",
|
|
@@ -1615,18 +1398,18 @@
|
|
|
1615
1398
|
}
|
|
1616
1399
|
},
|
|
1617
1400
|
{
|
|
1618
|
-
"kind": "
|
|
1619
|
-
"canonicalReference": "@alloy-js/csharp!CSharpOutputSymbol:
|
|
1401
|
+
"kind": "Class",
|
|
1402
|
+
"canonicalReference": "@alloy-js/csharp!CSharpOutputSymbol:class",
|
|
1620
1403
|
"docComment": "",
|
|
1621
1404
|
"excerptTokens": [
|
|
1622
1405
|
{
|
|
1623
1406
|
"kind": "Content",
|
|
1624
|
-
"text": "export
|
|
1407
|
+
"text": "export declare class CSharpOutputSymbol extends "
|
|
1625
1408
|
},
|
|
1626
1409
|
{
|
|
1627
1410
|
"kind": "Reference",
|
|
1628
1411
|
"text": "core.OutputSymbol",
|
|
1629
|
-
"canonicalReference": "@alloy-js/core!OutputSymbol:
|
|
1412
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:class"
|
|
1630
1413
|
},
|
|
1631
1414
|
{
|
|
1632
1415
|
"kind": "Content",
|
|
@@ -1635,17 +1418,67 @@
|
|
|
1635
1418
|
],
|
|
1636
1419
|
"fileUrlPath": "src/symbols/csharp-output-symbol.ts",
|
|
1637
1420
|
"releaseTag": "Public",
|
|
1421
|
+
"isAbstract": false,
|
|
1638
1422
|
"name": "CSharpOutputSymbol",
|
|
1639
1423
|
"preserveMemberOrder": false,
|
|
1640
1424
|
"members": [
|
|
1641
1425
|
{
|
|
1642
|
-
"kind": "
|
|
1426
|
+
"kind": "Constructor",
|
|
1427
|
+
"canonicalReference": "@alloy-js/csharp!CSharpOutputSymbol:constructor(1)",
|
|
1428
|
+
"docComment": "/**\n * Constructs a new instance of the `CSharpOutputSymbol` class\n */\n",
|
|
1429
|
+
"excerptTokens": [
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "Content",
|
|
1432
|
+
"text": "constructor(name: "
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"kind": "Content",
|
|
1436
|
+
"text": "string"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "Content",
|
|
1440
|
+
"text": ", options?: "
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"kind": "Reference",
|
|
1444
|
+
"text": "core.OutputSymbolOptions",
|
|
1445
|
+
"canonicalReference": "@alloy-js/core!OutputSymbolOptions:interface"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "Content",
|
|
1449
|
+
"text": ");"
|
|
1450
|
+
}
|
|
1451
|
+
],
|
|
1452
|
+
"releaseTag": "Public",
|
|
1453
|
+
"isProtected": false,
|
|
1454
|
+
"overloadIndex": 1,
|
|
1455
|
+
"parameters": [
|
|
1456
|
+
{
|
|
1457
|
+
"parameterName": "name",
|
|
1458
|
+
"parameterTypeTokenRange": {
|
|
1459
|
+
"startIndex": 1,
|
|
1460
|
+
"endIndex": 2
|
|
1461
|
+
},
|
|
1462
|
+
"isOptional": false
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"parameterName": "options",
|
|
1466
|
+
"parameterTypeTokenRange": {
|
|
1467
|
+
"startIndex": 3,
|
|
1468
|
+
"endIndex": 4
|
|
1469
|
+
},
|
|
1470
|
+
"isOptional": true
|
|
1471
|
+
}
|
|
1472
|
+
]
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"kind": "Property",
|
|
1643
1476
|
"canonicalReference": "@alloy-js/csharp!CSharpOutputSymbol#scope:member",
|
|
1644
1477
|
"docComment": "",
|
|
1645
1478
|
"excerptTokens": [
|
|
1646
1479
|
{
|
|
1647
1480
|
"kind": "Content",
|
|
1648
|
-
"text": "scope: "
|
|
1481
|
+
"text": "get scope(): "
|
|
1649
1482
|
},
|
|
1650
1483
|
{
|
|
1651
1484
|
"kind": "Reference",
|
|
@@ -1654,7 +1487,16 @@
|
|
|
1654
1487
|
},
|
|
1655
1488
|
{
|
|
1656
1489
|
"kind": "Content",
|
|
1657
|
-
"text": "
|
|
1490
|
+
"text": ";\n\nset scope(value: "
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "Reference",
|
|
1494
|
+
"text": "CSharpOutputScope",
|
|
1495
|
+
"canonicalReference": "@alloy-js/csharp!CSharpOutputScope:type"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"kind": "Content",
|
|
1499
|
+
"text": ");"
|
|
1658
1500
|
}
|
|
1659
1501
|
],
|
|
1660
1502
|
"isReadonly": false,
|
|
@@ -1664,15 +1506,17 @@
|
|
|
1664
1506
|
"propertyTypeTokenRange": {
|
|
1665
1507
|
"startIndex": 1,
|
|
1666
1508
|
"endIndex": 2
|
|
1667
|
-
}
|
|
1509
|
+
},
|
|
1510
|
+
"isStatic": false,
|
|
1511
|
+
"isProtected": false,
|
|
1512
|
+
"isAbstract": false
|
|
1668
1513
|
}
|
|
1669
1514
|
],
|
|
1670
|
-
"
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
]
|
|
1515
|
+
"extendsTokenRange": {
|
|
1516
|
+
"startIndex": 1,
|
|
1517
|
+
"endIndex": 2
|
|
1518
|
+
},
|
|
1519
|
+
"implementsTokenRanges": []
|
|
1676
1520
|
},
|
|
1677
1521
|
{
|
|
1678
1522
|
"kind": "Function",
|
|
@@ -2559,7 +2403,7 @@
|
|
|
2559
2403
|
{
|
|
2560
2404
|
"kind": "Reference",
|
|
2561
2405
|
"text": "core.OutputSymbol",
|
|
2562
|
-
"canonicalReference": "@alloy-js/core!OutputSymbol:
|
|
2406
|
+
"canonicalReference": "@alloy-js/core!OutputSymbol:class"
|
|
2563
2407
|
},
|
|
2564
2408
|
{
|
|
2565
2409
|
"kind": "Content",
|