dominictarr / JSONStream

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Other
1.92k stars 165 forks source link

"this.stack[k].value = null" regression after adding "use strict" #88

Closed odzb closed 8 years ago

odzb commented 8 years ago

The issue that is described at https://github.com/hcoona/hexo-renderer-asciidoc/issues/3 is a consequence of adding the "use strict" directive to JSONStream. The problem goes away when "use strict" is removed (e.g. by using version 1.0.6 instead of 1.0.7).

dominictarr commented 8 years ago

can we make that problem into a test case?

gchauvet commented 8 years ago

Sound like dominictarr/JSONStream/pull/82

dominictarr commented 8 years ago

fixed in 1.1.2