Vitaly Puzrin
10 years ago
32 changed files with 92 additions and 96 deletions
@ -0,0 +1,11 @@ |
|||
// Core state object
|
|||
//
|
|||
'use strict'; |
|||
|
|||
module.exports = function StateCore(src, md, env) { |
|||
this.src = src; |
|||
this.env = env; |
|||
this.tokens = []; |
|||
this.inlineMode = false; |
|||
this.md = md; // link to parser instance
|
|||
}; |
Loading…
Reference in new issue