Giter VIP home page Giter VIP logo

Comments (4)

polkovnikov-ph avatar polkovnikov-ph commented on July 16, 2024

The problem is that jsDump is using perfectly wrong approach of sniffing object's properties, and doesn't rely on types at all. The correct solution is described here (http://javascriptweblog.wordpress.com/2011/08/08/fixing-the-javascript-typeof-operator/). Hotfix pushed to my fork, though we'd better look for another solution like running pegjs into js.js (https://github.com/jterrace/js.js), so that return value will be consistent, and there will be Function.prototype.toSource support in any browser (though, 200 times slowlier :).

from website.

dmajda avatar dmajda commented on July 16, 2024

According to this post this bug can be fixed by using a jsDump fork.

from website.

dmajda avatar dmajda commented on July 16, 2024

Hmm, I thought upgrading jsDump solved the problem, but it did that only for item. Dumping still misbehaves in presence of the callee property, as demonstrated by the following grammar:

start = "" { return { callee: 0 }; }

With empty input, it produces [].

from website.

dmajda avatar dmajda commented on July 16, 2024

I reported the bug at the jsDump fork the website uses and provided a PR with a fix. I’ll apply the fix locally too.

from website.

Related Issues (16)

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.