mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-21 14:24:47 +08:00
Still WIP
This commit is contained in:
@@ -2,10 +2,6 @@ import Parsernostrum from "parsernostrum"
|
||||
|
||||
export default class Serializable {
|
||||
|
||||
static grammar = this.createGrammar()
|
||||
|
||||
/** @protected */
|
||||
static createGrammar() {
|
||||
return /** @type {Parsernostrum<any>} */(Parsernostrum.failure())
|
||||
}
|
||||
/** @type {Parsernostrum<any>} */
|
||||
static grammar = Parsernostrum.failure()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user