Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-02-26 23:47:23 +03:00
parent b68959e2d6
commit 0ddaa45b25

View File

@ -19,6 +19,9 @@ var types = require('ig-types')
// without change...
// XXX might be a good idea to both think of a good async parse and
// create tools for sync parsing (get links etc.)...
// XXX need to correctly handle nested and escaped quotes...
// i.e.
// "aaa \"bbb \\"ccc\\" bbb\" aaa"
var BaseParser =
module.BaseParser = {