Seems like the `hasTrailingComma` property is not implemented in the `RemoteNodeList` class. The property is declared, but appears to never receive a value: https://github.com/microsoft/TypeScript/blob/d6c4afddb2c55f4a9dea7b59293a99a8fdea1799/packages/typescript/src/api/node/node.generated.ts#L46
Seems like the
hasTrailingCommaproperty is not implemented in theRemoteNodeListclass.The property is declared, but appears to never receive a value:
TypeScript/packages/typescript/src/api/node/node.generated.ts
Line 46 in d6c4afd