Add flags to TopEntry, detect duplicate constructors, fix issue with missing constructors in CompileExp.

This commit is contained in:
2025-04-05 14:31:00 -07:00
parent 2a042c0092
commit 549cca19e3
17 changed files with 177 additions and 117 deletions

View File

@@ -17,7 +17,7 @@
}
],
"@typescript-eslint/semi": "warn",
"curly": ["warn", "multi", "consistent"],
"curly": "off",
"eqeqeq": "warn",
"no-throw-literal": "warn",
"semi": "off"