mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
Deduce quoted object reference
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user