]> code.delx.au - gnu-emacs-elpa/commit
Add js2-mode-assume-strict custom variable
authorStephen Hicks <sdh@google.com>
Fri, 10 Jun 2016 00:07:02 +0000 (17:07 -0700)
committerStephen Hicks <sdh@google.com>
Fri, 10 Jun 2016 23:57:55 +0000 (16:57 -0700)
commite5e4fa4120a35e2688655eb9346670ef25281cb1
tree09e471b669df9adde5d1c21c6cf54b4c150215d8
parentbc46db59d4966ce98fecbf0d466bdc9e1d90d167
Add js2-mode-assume-strict custom variable

This allows all files to be parsed as if 'use strict' were on top of
every file, for the case of JS passed through compilers that assume
strict input.

Closes #341.
js2-mode.el