kizu / ideas

Repo for some not-so-secret ideas for different things, more like todo-someday-in-the-future I guess
1 stars 0 forks source link

Absolute/gh source maps #91

Open kizu opened 10 years ago

kizu commented 10 years ago
  1. It would be nice to have links inside source maps to some absolute paths in the web, so you could point to the actual source like at gh.
  2. Replacing the node_modules/… paths in source maps with the proper absolute urls, according to the package.json files inside those modules.
  3. Plugins for browser dev tools that would use the links in the source maps to send you to GH with the line highlighting and stuff.