first commit: add entire code base
This commit is contained in:
12
parserState.js
Normal file
12
parserState.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
function ParserState () {
|
||||
this.currentPath = ''
|
||||
this.lastEndedNode = ''
|
||||
this.isPathfound = false
|
||||
this.object = {}
|
||||
this.buffer = []
|
||||
this.paused = false
|
||||
this.isRootNode = true
|
||||
}
|
||||
|
||||
module.exports = ParserState
|
||||
Reference in New Issue
Block a user