Brendan Eich (2013-11-26T19:38:40.000Z)
domenic at domenicdenicola.com (2013-12-10T01:20:56.639Z)
Jason Orendorff wrote: > Implementation note: It is super obnoxious. Just to confirm, not in the backtracking/re-lexing-based-on-parser-feedback sense, right? Just on the "must implement strict checks in a parse tree walker as well as during parsing" sense? Duplicating strict mode implementation to be both during parsing, and post-processing on a parse tree, does sound bad. How bad, can you say more?