Deduce quoted object reference

This commit is contained in:
barsdeveloper
2024-09-09 15:16:48 +02:00
parent 4601c9dc48
commit 4885a988f9
6 changed files with 41 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ export default class NullEntity extends IEntity {
// @ts-expect-error
return P.reg(new RegExp(String.raw`\(${P.whitespaceInlineOpt.getParser().regexp.source}\)`))
.map(v => new this())
.label("NullEntity")
}
serialize(