@alloy-js/csharp 0.23.0-dev.3 → 0.23.0-dev.4

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/temp/api.json CHANGED
@@ -209,7 +209,7 @@
209
209
  {
210
210
  "kind": "Function",
211
211
  "canonicalReference": "@alloy-js/csharp!AccessExpression:function(1)",
212
- "docComment": "",
212
+ "docComment": "/**\n * Create a C# access expression from parts. Each part can be a member access,\n * element access, or invocation. Supports conditional access (`?.`), generic\n * type arguments, and call chain formatting.\n */\n",
213
213
  "excerptTokens": [
214
214
  {
215
215
  "kind": "Content",
@@ -275,7 +275,7 @@
275
275
  "excerptTokens": [
276
276
  {
277
277
  "kind": "Content",
278
- "text": "Part: (props: "
278
+ "text": "Part: (_props: "
279
279
  },
280
280
  {
281
281
  "kind": "Reference",
@@ -299,7 +299,7 @@
299
299
  "overloadIndex": 1,
300
300
  "parameters": [
301
301
  {
302
- "parameterName": "props",
302
+ "parameterName": "_props",
303
303
  "parameterTypeTokenRange": {
304
304
  "startIndex": 1,
305
305
  "endIndex": 2