WebReflection / hyperHTML

A Fast & Light Virtual DOM Alternative
ISC License
3.07k stars 112 forks source link

Uncaught SyntaxError: Octal escape sequences are not allowed in strict mode. #184

Closed synaptiko closed 6 years ago

synaptiko commented 6 years ago

I'm getting the error on CodePen examples in the docs for the latest version of hyperHTML https://unpkg.com/hyperhtml@2.5.8/min.js

For example for this https://codepen.io/WebReflection/pen/qXXgJd?editors=0010 there is in console:

Uncaught SyntaxError: Octal escape sequences are not allowed in strict mode.
WebReflection commented 6 years ago

Sorry for that, 2.5.9 is fine ... something went wrong with uglify-js output (the index.js was indeed fine)