@tsonic/aspnetcore 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.
Files changed (110) hide show
  1. package/Microsoft.AspNetCore.Authentication/bindings.json +4 -4
  2. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +4 -4
  3. package/Microsoft.AspNetCore.Authentication/internal/metadata.json +2 -2
  4. package/Microsoft.AspNetCore.Builder/bindings.json +20 -20
  5. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +9 -9
  6. package/Microsoft.AspNetCore.Builder/internal/metadata.json +10 -10
  7. package/Microsoft.AspNetCore.Components/bindings.json +6 -6
  8. package/Microsoft.AspNetCore.Components/internal/index.d.ts +4 -4
  9. package/Microsoft.AspNetCore.Components/internal/metadata.json +3 -3
  10. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +2 -2
  11. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +2 -2
  12. package/Microsoft.AspNetCore.Components.Authorization/internal/metadata.json +1 -1
  13. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +4 -4
  14. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +2 -2
  15. package/Microsoft.AspNetCore.Components.Endpoints/internal/metadata.json +2 -2
  16. package/Microsoft.AspNetCore.Components.Forms/bindings.json +4 -4
  17. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +3 -3
  18. package/Microsoft.AspNetCore.Components.Forms/internal/metadata.json +2 -2
  19. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +2 -2
  20. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +1 -1
  21. package/Microsoft.AspNetCore.Components.RenderTree/internal/metadata.json +1 -1
  22. package/Microsoft.AspNetCore.Components.Web/bindings.json +19 -19
  23. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +8 -8
  24. package/Microsoft.AspNetCore.Components.Web/internal/metadata.json +8 -8
  25. package/Microsoft.AspNetCore.Http/bindings.json +19 -19
  26. package/Microsoft.AspNetCore.Http/internal/index.d.ts +25 -25
  27. package/Microsoft.AspNetCore.Http/internal/metadata.json +9 -9
  28. package/Microsoft.AspNetCore.Http.Features/bindings.json +12 -12
  29. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +6 -6
  30. package/Microsoft.AspNetCore.Http.Features/internal/metadata.json +6 -6
  31. package/Microsoft.AspNetCore.Http.Headers/bindings.json +8 -8
  32. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +4 -4
  33. package/Microsoft.AspNetCore.Http.Headers/internal/metadata.json +4 -4
  34. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +2 -2
  35. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +2 -2
  36. package/Microsoft.AspNetCore.Http.Metadata/internal/metadata.json +1 -1
  37. package/Microsoft.AspNetCore.Identity/bindings.json +2 -2
  38. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -3
  39. package/Microsoft.AspNetCore.Identity/internal/metadata.json +1 -1
  40. package/Microsoft.AspNetCore.Mvc/bindings.json +23 -23
  41. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +20 -20
  42. package/Microsoft.AspNetCore.Mvc/internal/metadata.json +10 -10
  43. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +12 -12
  44. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +6 -6
  45. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/metadata.json +6 -6
  46. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +5 -5
  47. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +4 -4
  48. package/Microsoft.AspNetCore.Mvc.Formatters/internal/metadata.json +2 -2
  49. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +4 -4
  50. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +6 -6
  51. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +9 -9
  52. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/metadata.json +3 -3
  53. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -1
  54. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +6 -6
  55. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +7 -7
  56. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/metadata.json +3 -3
  57. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +1 -1
  58. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +2 -2
  59. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/metadata.json +1 -1
  61. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +4 -4
  62. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +2 -2
  63. package/Microsoft.AspNetCore.Mvc.Rendering/internal/metadata.json +2 -2
  64. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +14 -14
  65. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +13 -13
  66. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/metadata.json +7 -7
  67. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +1 -1
  68. package/Microsoft.AspNetCore.OutputCaching/bindings.json +4 -4
  69. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
  70. package/Microsoft.AspNetCore.OutputCaching/internal/metadata.json +2 -2
  71. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +4 -4
  72. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -3
  73. package/Microsoft.AspNetCore.Razor.Hosting/internal/metadata.json +2 -2
  74. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +2 -2
  75. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +1 -1
  76. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/metadata.json +1 -1
  77. package/Microsoft.AspNetCore.Routing/bindings.json +2 -2
  78. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +2 -2
  79. package/Microsoft.AspNetCore.Routing/internal/metadata.json +1 -1
  80. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +2 -2
  81. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +1 -1
  82. package/Microsoft.AspNetCore.Routing.Matching/internal/metadata.json +1 -1
  83. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +2 -2
  84. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +1 -1
  85. package/Microsoft.AspNetCore.Routing.Patterns/internal/metadata.json +1 -1
  86. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +8 -8
  87. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +4 -4
  88. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/metadata.json +4 -4
  89. package/Microsoft.AspNetCore.Session/bindings.json +2 -2
  90. package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
  91. package/Microsoft.AspNetCore.Session/internal/metadata.json +1 -1
  92. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +2 -2
  93. package/Microsoft.AspNetCore.StaticAssets/bindings.json +2 -2
  94. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
  95. package/Microsoft.AspNetCore.StaticAssets/internal/metadata.json +1 -1
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +1 -1
  97. package/Microsoft.JSInterop/bindings.json +2 -2
  98. package/Microsoft.JSInterop/internal/index.d.ts +1 -1
  99. package/Microsoft.JSInterop/internal/metadata.json +1 -1
  100. package/Microsoft.Net.Http.Headers/bindings.json +14 -14
  101. package/Microsoft.Net.Http.Headers/internal/index.d.ts +11 -11
  102. package/Microsoft.Net.Http.Headers/internal/metadata.json +7 -7
  103. package/System.Formats.Cbor/bindings.json +10 -10
  104. package/System.Formats.Cbor/internal/index.d.ts +5 -5
  105. package/System.Formats.Cbor/internal/metadata.json +5 -5
  106. package/System.Threading.RateLimiting/bindings.json +2 -2
  107. package/System.Threading.RateLimiting/internal/index.d.ts +1 -1
  108. package/System.Threading.RateLimiting/internal/metadata.json +1 -1
  109. package/__internal/extensions/index.d.ts +8 -8
  110. package/package.json +1 -1
@@ -3828,7 +3828,7 @@
3828
3828
  {
3829
3829
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
3830
3830
  "clrName": "For",
3831
- "tsEmitName": "for_",
3831
+ "tsEmitName": "for",
3832
3832
  "metadataToken": 385876057,
3833
3833
  "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
3834
3834
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
@@ -4012,7 +4012,7 @@
4012
4012
  }
4013
4013
  },
4014
4014
  {
4015
- "tsName": "for_",
4015
+ "tsName": "for",
4016
4016
  "isStatic": false,
4017
4017
  "tsSignatureId": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
4018
4018
  "target": {
@@ -4190,7 +4190,7 @@
4190
4190
  {
4191
4191
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
4192
4192
  "clrName": "For",
4193
- "tsEmitName": "for_",
4193
+ "tsEmitName": "for",
4194
4194
  "metadataToken": 385876066,
4195
4195
  "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
4196
4196
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
@@ -4304,7 +4304,7 @@
4304
4304
  }
4305
4305
  },
4306
4306
  {
4307
- "tsName": "for_",
4307
+ "tsName": "for",
4308
4308
  "isStatic": false,
4309
4309
  "tsSignatureId": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
4310
4310
  "target": {
@@ -5142,7 +5142,7 @@
5142
5142
  {
5143
5143
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
5144
5144
  "clrName": "For",
5145
- "tsEmitName": "for_",
5145
+ "tsEmitName": "for",
5146
5146
  "metadataToken": 385876092,
5147
5147
  "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
5148
5148
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
@@ -5316,7 +5316,7 @@
5316
5316
  }
5317
5317
  },
5318
5318
  {
5319
- "tsName": "for_",
5319
+ "tsName": "for",
5320
5320
  "isStatic": false,
5321
5321
  "tsSignatureId": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
5322
5322
  "target": {
@@ -5930,7 +5930,7 @@
5930
5930
  {
5931
5931
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper::Type:System.String",
5932
5932
  "clrName": "Type",
5933
- "tsEmitName": "type_",
5933
+ "tsEmitName": "type",
5934
5934
  "metadataToken": 385876104,
5935
5935
  "canonicalSignature": ":System.String",
5936
5936
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
@@ -6170,7 +6170,7 @@
6170
6170
  }
6171
6171
  },
6172
6172
  {
6173
- "tsName": "type_",
6173
+ "tsName": "type",
6174
6174
  "isStatic": false,
6175
6175
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
6176
6176
  "target": {
@@ -6412,7 +6412,7 @@
6412
6412
  {
6413
6413
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
6414
6414
  "clrName": "For",
6415
- "tsEmitName": "for_",
6415
+ "tsEmitName": "for",
6416
6416
  "metadataToken": 385876123,
6417
6417
  "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
6418
6418
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
@@ -6554,7 +6554,7 @@
6554
6554
  }
6555
6555
  },
6556
6556
  {
6557
- "tsName": "for_",
6557
+ "tsName": "for",
6558
6558
  "isStatic": false,
6559
6559
  "tsSignatureId": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
6560
6560
  "target": {
@@ -6716,7 +6716,7 @@
6716
6716
  {
6717
6717
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
6718
6718
  "clrName": "For",
6719
- "tsEmitName": "for_",
6719
+ "tsEmitName": "for",
6720
6720
  "metadataToken": 385876129,
6721
6721
  "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
6722
6722
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
@@ -6844,7 +6844,7 @@
6844
6844
  }
6845
6845
  },
6846
6846
  {
6847
- "tsName": "for_",
6847
+ "tsName": "for",
6848
6848
  "isStatic": false,
6849
6849
  "tsSignatureId": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
6850
6850
  "target": {
@@ -6982,7 +6982,7 @@
6982
6982
  {
6983
6983
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
6984
6984
  "clrName": "For",
6985
- "tsEmitName": "for_",
6985
+ "tsEmitName": "for",
6986
6986
  "metadataToken": 385876134,
6987
6987
  "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
6988
6988
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
@@ -7096,7 +7096,7 @@
7096
7096
  }
7097
7097
  },
7098
7098
  {
7099
- "tsName": "for_",
7099
+ "tsName": "for",
7100
7100
  "isStatic": false,
7101
7101
  "tsSignatureId": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
7102
7102
  "target": {
@@ -325,8 +325,8 @@ export type ImageTagHelper = ImageTagHelper$instance & __ImageTagHelper$views;
325
325
 
326
326
 
327
327
  export interface InputTagHelper$instance extends TagHelper, ITagHelper {
328
- get for_(): ModelExpression | undefined;
329
- set for_(value: ModelExpression);
328
+ get for(): ModelExpression | undefined;
329
+ set for(value: ModelExpression);
330
330
  format: string;
331
331
  get formName(): string | undefined;
332
332
  set formName(value: string);
@@ -356,8 +356,8 @@ export type InputTagHelper = InputTagHelper$instance & __InputTagHelper$views;
356
356
 
357
357
 
358
358
  export interface LabelTagHelper$instance extends TagHelper, ITagHelper {
359
- get for_(): ModelExpression | undefined;
360
- set for_(value: ModelExpression);
359
+ get for(): ModelExpression | undefined;
360
+ set for(value: ModelExpression);
361
361
  readonly order: int;
362
362
  viewContext: ViewContext;
363
363
  init(context: TagHelperContext): void;
@@ -435,8 +435,8 @@ export type OptionTagHelper = OptionTagHelper$instance & __OptionTagHelper$views
435
435
 
436
436
  export interface PartialTagHelper$instance extends TagHelper {
437
437
  fallbackName: string;
438
- get for_(): ModelExpression | undefined;
439
- set for_(value: ModelExpression);
438
+ get for(): ModelExpression | undefined;
439
+ set for(value: ModelExpression);
440
440
  model: unknown;
441
441
  name: string;
442
442
  optional: boolean;
@@ -517,7 +517,7 @@ export interface ScriptTagHelper$instance extends UrlResolutionTagHelper, ITagHe
517
517
  srcExclude: string;
518
518
  srcInclude: string;
519
519
  suppressFallbackIntegrity: boolean;
520
- type_: string;
520
+ type: string;
521
521
  init(context: TagHelperContext): void;
522
522
  processAsync(context: TagHelperContext, output: TagHelperOutput): Task;
523
523
  }
@@ -536,8 +536,8 @@ export type ScriptTagHelper = ScriptTagHelper$instance & __ScriptTagHelper$views
536
536
 
537
537
 
538
538
  export interface SelectTagHelper$instance extends TagHelper, ITagHelper {
539
- get for_(): ModelExpression | undefined;
540
- set for_(value: ModelExpression);
539
+ get for(): ModelExpression | undefined;
540
+ set for(value: ModelExpression);
541
541
  items: IEnumerable<SelectListItem>;
542
542
  name: string;
543
543
  readonly order: int;
@@ -563,8 +563,8 @@ export type SelectTagHelper = SelectTagHelper$instance & __SelectTagHelper$views
563
563
 
564
564
 
565
565
  export interface TextAreaTagHelper$instance extends TagHelper, ITagHelper {
566
- get for_(): ModelExpression | undefined;
567
- set for_(value: ModelExpression);
566
+ get for(): ModelExpression | undefined;
567
+ set for(value: ModelExpression);
568
568
  name: string;
569
569
  readonly order: int;
570
570
  viewContext: ViewContext;
@@ -589,8 +589,8 @@ export type TextAreaTagHelper = TextAreaTagHelper$instance & __TextAreaTagHelper
589
589
 
590
590
 
591
591
  export interface ValidationMessageTagHelper$instance extends TagHelper, ITagHelper {
592
- get for_(): ModelExpression | undefined;
593
- set for_(value: ModelExpression);
592
+ get for(): ModelExpression | undefined;
593
+ set for(value: ModelExpression);
594
594
  readonly order: int;
595
595
  viewContext: ViewContext;
596
596
  init(context: TagHelperContext): void;
@@ -2306,7 +2306,7 @@
2306
2306
  {
2307
2307
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
2308
2308
  "clrName": "For",
2309
- "tsEmitName": "for_",
2309
+ "tsEmitName": "for",
2310
2310
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
2311
2311
  "provenance": "Original",
2312
2312
  "emitScope": "ClassSurface",
@@ -2532,7 +2532,7 @@
2532
2532
  {
2533
2533
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
2534
2534
  "clrName": "For",
2535
- "tsEmitName": "for_",
2535
+ "tsEmitName": "for",
2536
2536
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
2537
2537
  "provenance": "Original",
2538
2538
  "emitScope": "ClassSurface",
@@ -3121,7 +3121,7 @@
3121
3121
  {
3122
3122
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
3123
3123
  "clrName": "For",
3124
- "tsEmitName": "for_",
3124
+ "tsEmitName": "for",
3125
3125
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
3126
3126
  "provenance": "Original",
3127
3127
  "emitScope": "ClassSurface",
@@ -3619,7 +3619,7 @@
3619
3619
  {
3620
3620
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper::Type:System.String",
3621
3621
  "clrName": "Type",
3622
- "tsEmitName": "type_",
3622
+ "tsEmitName": "type",
3623
3623
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
3624
3624
  "provenance": "Original",
3625
3625
  "emitScope": "ClassSurface",
@@ -3921,7 +3921,7 @@
3921
3921
  {
3922
3922
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
3923
3923
  "clrName": "For",
3924
- "tsEmitName": "for_",
3924
+ "tsEmitName": "for",
3925
3925
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
3926
3926
  "provenance": "Original",
3927
3927
  "emitScope": "ClassSurface",
@@ -4118,7 +4118,7 @@
4118
4118
  {
4119
4119
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
4120
4120
  "clrName": "For",
4121
- "tsEmitName": "for_",
4121
+ "tsEmitName": "for",
4122
4122
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
4123
4123
  "provenance": "Original",
4124
4124
  "emitScope": "ClassSurface",
@@ -4284,7 +4284,7 @@
4284
4284
  {
4285
4285
  "stableId": "Microsoft.AspNetCore.Mvc.TagHelpers:Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper::For:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression",
4286
4286
  "clrName": "For",
4287
- "tsEmitName": "for_",
4287
+ "tsEmitName": "for",
4288
4288
  "normalizedSignature": "For|:Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression|static=false|accessor=getset",
4289
4289
  "provenance": "Original",
4290
4290
  "emitScope": "ClassSurface",
@@ -11,7 +11,7 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
11
11
  import type { Boolean as ClrBoolean, Byte, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System.js";
12
12
 
13
13
  export interface TempDataSerializer$instance {
14
- canSerializeType(type_: Type): boolean;
14
+ canSerializeType(type: Type): boolean;
15
15
  deserialize(unprotectedData: byte[]): IDictionary<System_Internal.String, unknown> | undefined;
16
16
  serialize(values: IDictionary<System_Internal.String, unknown>): byte[];
17
17
  }
@@ -1282,7 +1282,7 @@
1282
1282
  {
1283
1283
  "stableId": "Microsoft.AspNetCore.OutputCaching:Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder::With(System.Func_3[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder",
1284
1284
  "clrName": "With",
1285
- "tsEmitName": "with_",
1285
+ "tsEmitName": "with",
1286
1286
  "metadataToken": 100663512,
1287
1287
  "canonicalSignature": "(System.Func_3[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder",
1288
1288
  "normalizedSignature": "With|(System.Func_3[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder|static=false",
@@ -1296,7 +1296,7 @@
1296
1296
  {
1297
1297
  "stableId": "Microsoft.AspNetCore.OutputCaching:Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder::With(System.Func_2[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder",
1298
1298
  "clrName": "With",
1299
- "tsEmitName": "with_",
1299
+ "tsEmitName": "with",
1300
1300
  "metadataToken": 100663513,
1301
1301
  "canonicalSignature": "(System.Func_2[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder",
1302
1302
  "normalizedSignature": "With|(System.Func_2[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder|static=false",
@@ -1586,7 +1586,7 @@
1586
1586
  }
1587
1587
  },
1588
1588
  {
1589
- "tsName": "with_",
1589
+ "tsName": "with",
1590
1590
  "isStatic": false,
1591
1591
  "tsSignatureId": "With|(System.Func_3[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder|static=false",
1592
1592
  "target": {
@@ -1596,7 +1596,7 @@
1596
1596
  }
1597
1597
  },
1598
1598
  {
1599
- "tsName": "with_",
1599
+ "tsName": "with",
1600
1600
  "isStatic": false,
1601
1601
  "tsSignatureId": "With|(System.Func_2[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder|static=false",
1602
1602
  "target": {
@@ -153,8 +153,8 @@ export interface OutputCachePolicyBuilder$instance {
153
153
  varyByValue(key: string, value: string): OutputCachePolicyBuilder;
154
154
  varyByValue(varyBy: Func<HttpContext, KeyValuePair<System_Internal.String, System_Internal.String>>): OutputCachePolicyBuilder;
155
155
  varyByValue(varyBy: Func<HttpContext, CancellationToken, ValueTask<KeyValuePair<System_Internal.String, System_Internal.String>>>): OutputCachePolicyBuilder;
156
- with_(predicate: Func<OutputCacheContext, CancellationToken, ValueTask<System_Internal.Boolean>>): OutputCachePolicyBuilder;
157
- with_(predicate: Func<OutputCacheContext, System_Internal.Boolean>): OutputCachePolicyBuilder;
156
+ with(predicate: Func<OutputCacheContext, CancellationToken, ValueTask<System_Internal.Boolean>>): OutputCachePolicyBuilder;
157
+ with(predicate: Func<OutputCacheContext, System_Internal.Boolean>): OutputCachePolicyBuilder;
158
158
  }
159
159
 
160
160
 
@@ -871,7 +871,7 @@
871
871
  {
872
872
  "stableId": "Microsoft.AspNetCore.OutputCaching:Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder::With(System.Func_3[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder",
873
873
  "clrName": "With",
874
- "tsEmitName": "with_",
874
+ "tsEmitName": "with",
875
875
  "normalizedSignature": "With|(System.Func_3[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder|static=false",
876
876
  "provenance": "Original",
877
877
  "emitScope": "ClassSurface",
@@ -887,7 +887,7 @@
887
887
  {
888
888
  "stableId": "Microsoft.AspNetCore.OutputCaching:Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder::With(System.Func_2[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder",
889
889
  "clrName": "With",
890
- "tsEmitName": "with_",
890
+ "tsEmitName": "with",
891
891
  "normalizedSignature": "With|(System.Func_2[[Microsoft.AspNetCore.OutputCaching.OutputCacheContext,Microsoft.AspNetCore.OutputCaching,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder|static=false",
892
892
  "provenance": "Original",
893
893
  "emitScope": "ClassSurface",
@@ -141,7 +141,7 @@
141
141
  {
142
142
  "stableId": "Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem::Type:System.Type",
143
143
  "clrName": "Type",
144
- "tsEmitName": "type_",
144
+ "tsEmitName": "type",
145
145
  "metadataToken": 385876006,
146
146
  "canonicalSignature": ":System.Type",
147
147
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -188,7 +188,7 @@
188
188
  }
189
189
  },
190
190
  {
191
- "tsName": "type_",
191
+ "tsName": "type",
192
192
  "isStatic": false,
193
193
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
194
194
  "target": {
@@ -238,7 +238,7 @@
238
238
  {
239
239
  "stableId": "Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute::Type:System.Type",
240
240
  "clrName": "Type",
241
- "tsEmitName": "type_",
241
+ "tsEmitName": "type",
242
242
  "metadataToken": 385876009,
243
243
  "canonicalSignature": ":System.Type",
244
244
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -286,7 +286,7 @@
286
286
  }
287
287
  },
288
288
  {
289
- "tsName": "type_",
289
+ "tsName": "type",
290
290
  "isStatic": false,
291
291
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
292
292
  "target": {
@@ -24,7 +24,7 @@ export interface RazorCompiledItem$instance {
24
24
  readonly identifier: string;
25
25
  readonly kind: string;
26
26
  readonly metadata: IReadOnlyList<unknown>;
27
- readonly type_: Type;
27
+ readonly type: Type;
28
28
  }
29
29
 
30
30
 
@@ -37,12 +37,12 @@ export type RazorCompiledItem = RazorCompiledItem$instance;
37
37
  export interface RazorCompiledItemAttribute$instance extends Attribute {
38
38
  readonly identifier: string | undefined;
39
39
  readonly kind: string;
40
- readonly type_: Type;
40
+ readonly type: Type;
41
41
  }
42
42
 
43
43
 
44
44
  export const RazorCompiledItemAttribute: {
45
- new(type_: Type, kind: string, identifier: string): RazorCompiledItemAttribute;
45
+ new(type: Type, kind: string, identifier: string): RazorCompiledItemAttribute;
46
46
  };
47
47
 
48
48
 
@@ -126,7 +126,7 @@
126
126
  {
127
127
  "stableId": "Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem::Type:System.Type",
128
128
  "clrName": "Type",
129
- "tsEmitName": "type_",
129
+ "tsEmitName": "type",
130
130
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
131
131
  "provenance": "Original",
132
132
  "emitScope": "ClassSurface",
@@ -188,7 +188,7 @@
188
188
  {
189
189
  "stableId": "Microsoft.AspNetCore.Razor.Runtime:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute::Type:System.Type",
190
190
  "clrName": "Type",
191
- "tsEmitName": "type_",
191
+ "tsEmitName": "type",
192
192
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
193
193
  "provenance": "Original",
194
194
  "emitScope": "ClassSurface",
@@ -1499,7 +1499,7 @@
1499
1499
  {
1500
1500
  "stableId": "Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder::Default:Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder",
1501
1501
  "clrName": "Default",
1502
- "tsEmitName": "default_",
1502
+ "tsEmitName": "default",
1503
1503
  "metadataToken": 385875980,
1504
1504
  "canonicalSignature": ":Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder",
1505
1505
  "normalizedSignature": "Default|:Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder|static=true|accessor=get",
@@ -1592,7 +1592,7 @@
1592
1592
  ],
1593
1593
  "exposedProperties": [
1594
1594
  {
1595
- "tsName": "default_",
1595
+ "tsName": "default",
1596
1596
  "isStatic": true,
1597
1597
  "tsSignatureId": "Default|:Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder|static=true|accessor=get",
1598
1598
  "target": {
@@ -155,7 +155,7 @@ export interface NullHtmlEncoder$instance extends HtmlEncoder {
155
155
 
156
156
  export const NullHtmlEncoder: {
157
157
  new(): NullHtmlEncoder;
158
- readonly default_: NullHtmlEncoder;
158
+ readonly default: NullHtmlEncoder;
159
159
  };
160
160
 
161
161
 
@@ -960,7 +960,7 @@
960
960
  {
961
961
  "stableId": "Microsoft.AspNetCore.Razor:Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder::Default:Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder",
962
962
  "clrName": "Default",
963
- "tsEmitName": "default_",
963
+ "tsEmitName": "default",
964
964
  "normalizedSignature": "Default|:Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder|static=true|accessor=get",
965
965
  "provenance": "Original",
966
966
  "emitScope": "ClassSurface",
@@ -6345,7 +6345,7 @@
6345
6345
  {
6346
6346
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.RouteValueEqualityComparer::DefaultMicrosoft.AspNetCore.Routing.RouteValueEqualityComparer",
6347
6347
  "clrName": "Default",
6348
- "tsEmitName": "default_",
6348
+ "tsEmitName": "default",
6349
6349
  "metadataToken": 67109069,
6350
6350
  "normalizedSignature": "Default|Microsoft.AspNetCore.Routing.RouteValueEqualityComparer|static=true|const=false",
6351
6351
  "isStatic": true,
@@ -6391,7 +6391,7 @@
6391
6391
  ],
6392
6392
  "exposedFields": [
6393
6393
  {
6394
- "tsName": "default_",
6394
+ "tsName": "default",
6395
6395
  "isStatic": true,
6396
6396
  "tsSignatureId": "Default|Microsoft.AspNetCore.Routing.RouteValueEqualityComparer|static=true|const=false",
6397
6397
  "target": {
@@ -792,7 +792,7 @@ export interface RouteOptions$instance {
792
792
  lowercaseUrls: boolean;
793
793
  suppressCheckForUnhandledSecurityMetadata: boolean;
794
794
  setParameterPolicy<T extends IParameterPolicy>(token: string): void;
795
- setParameterPolicy(token: string, type_: Type): void;
795
+ setParameterPolicy(token: string, type: Type): void;
796
796
  }
797
797
 
798
798
 
@@ -840,7 +840,7 @@ export interface RouteValueEqualityComparer$instance {
840
840
 
841
841
  export const RouteValueEqualityComparer: {
842
842
  new(): RouteValueEqualityComparer;
843
- readonly default_: RouteValueEqualityComparer;
843
+ readonly default: RouteValueEqualityComparer;
844
844
  };
845
845
 
846
846
 
@@ -4118,7 +4118,7 @@
4118
4118
  {
4119
4119
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.RouteValueEqualityComparer::DefaultMicrosoft.AspNetCore.Routing.RouteValueEqualityComparer",
4120
4120
  "clrName": "Default",
4121
- "tsEmitName": "default_",
4121
+ "tsEmitName": "default",
4122
4122
  "normalizedSignature": "Default|Microsoft.AspNetCore.Routing.RouteValueEqualityComparer|static=true|const=false",
4123
4123
  "isStatic": true,
4124
4124
  "isReadOnly": true,
@@ -709,7 +709,7 @@
709
709
  {
710
710
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.Matching.EndpointMetadataComparer\u00601::DefaultEndpointMetadataComparer\u00601",
711
711
  "clrName": "Default",
712
- "tsEmitName": "default_",
712
+ "tsEmitName": "default",
713
713
  "metadataToken": 67109283,
714
714
  "normalizedSignature": "Default|EndpointMetadataComparer\u00601|static=true|const=false",
715
715
  "isStatic": true,
@@ -734,7 +734,7 @@
734
734
  ],
735
735
  "exposedFields": [
736
736
  {
737
- "tsName": "default_",
737
+ "tsName": "default",
738
738
  "isStatic": true,
739
739
  "tsSignatureId": "Default|EndpointMetadataComparer\u00601|static=true|const=false",
740
740
  "target": {
@@ -126,7 +126,7 @@ export interface EndpointMetadataComparer_1$instance<TMetadata> {
126
126
 
127
127
 
128
128
  export const EndpointMetadataComparer_1: {
129
- readonly default_: unknown;
129
+ readonly default: unknown;
130
130
  };
131
131
 
132
132
 
@@ -518,7 +518,7 @@
518
518
  {
519
519
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.Matching.EndpointMetadataComparer\u00601::DefaultEndpointMetadataComparer\u00601",
520
520
  "clrName": "Default",
521
- "tsEmitName": "default_",
521
+ "tsEmitName": "default",
522
522
  "normalizedSignature": "Default|EndpointMetadataComparer\u00601|static=true|const=false",
523
523
  "isStatic": true,
524
524
  "isReadOnly": true,
@@ -663,7 +663,7 @@
663
663
  {
664
664
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.Patterns.RoutePatternParameterPart::Default:System.Object",
665
665
  "clrName": "Default",
666
- "tsEmitName": "default_",
666
+ "tsEmitName": "default",
667
667
  "metadataToken": 385876210,
668
668
  "canonicalSignature": ":System.Object",
669
669
  "normalizedSignature": "Default|:System.Object|static=false|accessor=get",
@@ -756,7 +756,7 @@
756
756
  }
757
757
  },
758
758
  {
759
- "tsName": "default_",
759
+ "tsName": "default",
760
760
  "isStatic": false,
761
761
  "tsSignatureId": "Default|:System.Object|static=false|accessor=get",
762
762
  "target": {
@@ -74,7 +74,7 @@ export const RoutePatternLiteralPart: {
74
74
  export type RoutePatternLiteralPart = RoutePatternLiteralPart$instance;
75
75
 
76
76
  export interface RoutePatternParameterPart$instance extends RoutePatternPart {
77
- readonly default_: unknown | undefined;
77
+ readonly default: unknown | undefined;
78
78
  readonly encodeSlashes: boolean;
79
79
  readonly isCatchAll: boolean;
80
80
  readonly isOptional: boolean;
@@ -406,7 +406,7 @@
406
406
  {
407
407
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.Patterns.RoutePatternParameterPart::Default:System.Object",
408
408
  "clrName": "Default",
409
- "tsEmitName": "default_",
409
+ "tsEmitName": "default",
410
410
  "normalizedSignature": "Default|:System.Object|static=false|accessor=get",
411
411
  "provenance": "Original",
412
412
  "emitScope": "ClassSurface",