-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Chrome has support for source maps in its set of developer tools for debugging javascript code. Source maps allow you to map the generated javascript to lines in the original source, so you can debug in the original source language. Would be nice to support this feature in a C# to javascript compiler by also generating source map files.
Reactions are currently unavailable