Closed thibaultdalban closed 4 years ago
The function signature of Parser.prototype.parse defined in index.js
Parser.prototype.parse
index.js
Parser.prototype.parse = function(input, oldTree, {bufferSize, includedRanges}={})
accepts a third optional parameter. This commit reflects the signature in TypeScript definition.
depends on #64
Thanks!
The function signature of
Parser.prototype.parse
defined inindex.js
accepts a third optional parameter. This commit reflects the signature in TypeScript definition.
depends on #64