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 80c014f commit 85dafb0Copy full SHA for 85dafb0
lib/compile/codegen/code.ts
@@ -1,3 +1,4 @@
1
+// eslint-disable-next-line @typescript-eslint/no-extraneous-class
2
export abstract class _CodeOrName {
3
abstract readonly str: string
4
abstract readonly names: UsedNames
0 commit comments