(plugins: {[key: string]: BasePlugin})
| 25 | plugins: {[key: string]: BasePlugin}; |
| 26 | |
| 27 | _acceptPlugins(plugins: {[key: string]: BasePlugin}) { |
| 28 | this.plugins = plugins; |
| 29 | } |
| 30 | |
| 31 | _acceptChildren(children: ElementAssert) { |
| 32 | if (children.isToken('Hashbang')) { |