Revision e005099fb1b9a1b87ac50ba8223255e52cec452d authored by Alex Lam S.L on 14 May 2017, 18:37:53 UTC, committed by GitHub on 14 May 2017, 18:37:53 UTC
- fix `estree` conversion of getter/setter
- fix non-directive literal in `to_mozilla_ast()`
- revamp `test/mozilla-ast.js`
  - reuse `test/ufuzz.js` for code generation
  - use `acorn.parse()` for creating `estree`
- extend `test/ufuzz.js` for `acorn` workaround
  - catch variable redefinition
  - non-trivial literal as directive
  - adjust options for tolerance

Miscellaneous
- optional semi-colon when parsing directives

fixes #1914
closes #1915
1 parent 504a436
Raw File
.gitattributes
*.js    text eol=lf
back to top