Giter Site home page Giter Site logo

Source maps support about imba HOT 6 CLOSED

imba avatar imba commented on May 8, 2024
Source maps support

from imba.

Comments (6)

somebee avatar somebee commented on May 8, 2024

The lexer already marks all tokens with their original location (both char and line/col), as it is used for analysis / annotations and the highlighter. I have limited knowledge of source maps, but from what I understand it should be relatively easy to support.

from imba.

marvinroger avatar marvinroger commented on May 8, 2024

This feature is definitely needed for any serious project. Debugging unfortunately happens so often!

from imba.

judofyr avatar judofyr commented on May 8, 2024

It's not that bad actually. The JavaScript it generates is rather clean and
easy to debug. But yes, it's definitely a feature we want to implement.

On lΓΈr. 22. aug. 2015 at 12.04 Marvin Roger [email protected]
wrote:

This feature is definitely needed for any serious project. Debugging
unfortunately happens so often!

β€”
Reply to this email directly or view it on GitHub
#1 (comment).

from imba.

marvinroger avatar marvinroger commented on May 8, 2024

That's right, the generated JS is clean, but when your debugger tells you that there is an error at x line, you lost some time to find the corresponding imba line. :)
Anyway, no hurry!

from imba.

somebee avatar somebee commented on May 8, 2024

@marvinroger Preliminary support for sourcemaps has been added and released with v0.12.0. The sourcemap is embedded directly in the compiled files if you include --source-map-inline in imba watch/compile. Make sure the imba-file is accessible from the browser (correctly relative to the compiled file). I've tested it in Chrome and it seems to work well. Still a few mappings missing, but it should be pretty usable :)

from imba.

marvinroger avatar marvinroger commented on May 8, 2024

Great! Thanks, you guys are very fast. :)

from imba.

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.