feat: globals shared between tags, see #185

This commit is contained in:
harttle
2020-02-08 04:59:23 +08:00
parent fc0cf6fe7b
commit 870e7ec6aa
4 changed files with 29 additions and 9 deletions
+1 -1
View File
@@ -57,4 +57,4 @@ describe('parseStringLiteral()', function () {
it('should parse slash escape', () => {
expect(parseStringLiteral(String.raw`'fo\\o'`)).to.equal('fo\\o')
})
})
})