Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sourcemap generator into compile procedure. #146

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

unc0
Copy link
Contributor

@unc0 unc0 commented Mar 20, 2014

Now you can have original source position in stack trace.

let x()
  throw new Error("hello")

x()
Error: hello
  at x (/home/unco/snips/gerror/error.gs:2:8, <js>:4:11)
  at Object.<anonymous> (/home/unco/snips/gerror/error.gs:4:1, <js>:6:3)
  at Object.<anonymous> (/home/unco/snips/gerror/error.gs <js>:7:3)
  at Module._compile (module.js:456:26)
  at _step (/home/unco/repos/new/gorillascript/lib/gorilla.js:1690:31)
  at Object._send [as send] (/home/unco/repos/new/gorillascript/lib/gorilla.js:1710:16)
  at continuer (/home/unco/repos/new/gorillascript/lib/gorilla.js:189:31)
  at callback (/home/unco/repos/new/gorillascript/lib/gorilla.js:200:14)
  at Array.step [as 0] (/home/unco/repos/new/gorillascript/lib/gorilla.js:53:28)
  at Object._onImmediate (/home/unco/repos/new/gorillascript/lib/gorilla.js:26:25)

BTW, the sourcemap generated by gorillascript is not correct in the first trace frame.

unc0 added 3 commits March 20, 2014 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant