We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270fed1 commit ad74083Copy full SHA for ad74083
packages/language-server/src/codegen/escaping.ts
@@ -1,3 +1,3 @@
1
export function escapeCtorName(name: string) {
2
- return `__JSRS_${name}__Ctor`
+ return `__JSRS_${name}__Ctor`;
3
}
0 commit comments