cloudhead / node-static

rfc 2616 compliant HTTP static-file server module, with built-in caching.
MIT License
2.17k stars 245 forks source link

Fix: octal literals are not allowed in strict mode #215

Closed Ilrilan closed 3 years ago

joshystuart commented 3 years ago

This small fix would help resolve the Octal literals are not allowed in strict mode error when using babel with strict mode on.

brettz9 commented 3 years ago

Closed by #227.