Git Product home page Git Product logo

Comments (3)

FallingSnow avatar FallingSnow commented on May 25, 2024 1

Please merge this, browserify doesn't work as a module because of the above error.

from detective.

sevenseacat avatar sevenseacat commented on May 25, 2024

Oh yes, I'm having a multitude of Acorn-related problems when used with Bower...

from detective.

deathcap avatar deathcap commented on May 25, 2024

👍 Acorn 2 (also used by @substack's syntax-error, [email protected], versus node-detective using the ancient [email protected]) in particular includes this important fix for acornjs/acorn#90:

acornjs/acorn@aed55f3 Use regexps instead of magic generated functions Remove need for acorn_csp.js

Without it, acorn's identifier.js use of new Function() violates the unsafe-eval Content-Security-Policy:

acorn.js:1576Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "default-src 'self' blob: filesystem: chrome-extension-resource:".

which is the default CSP in Chrome browser extensions (see https://developer.chrome.com/extensions/contentSecurityPolicy#relaxing-eval, supposedly can be relaxed with "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"). This breaks Chrome apps embedding acorn@1, therefore [email protected], therefore [email protected] (currently the latest).

Also, Acorn v3 is now out, may be worth considering. But definitely at least Acorn v2 =)

from detective.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.