perf: remove transient strings to reduce memory

This commit is contained in:
harttle
2020-03-14 19:04:18 +08:00
committed by Jun Yang
parent 0f25017d5d
commit 3dfdf982c9
16 changed files with 124 additions and 125 deletions
-1
View File
@@ -16,7 +16,6 @@ describe('Tag', function () {
it('should call tag.render', async function () {
const spy = sinon.spy()
const token = {
type: 'tag',
content: 'foo',
args: '',
name: 'foo'