mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-22 06:13:23 +08:00
Avoid using arrays when unnecessary
This commit is contained in:
@@ -457,7 +457,7 @@ export default class Grammar {
|
||||
}
|
||||
)
|
||||
|
||||
/** @returns {Parsimmon.Parser<ObjectEntity[]>} */
|
||||
/** @param {Grammar} r */
|
||||
MultipleObject = r => r.Object.sepBy1(P.whitespace).trim(P.optWhitespace)
|
||||
|
||||
/* --- Others --- */
|
||||
|
||||
Reference in New Issue
Block a user