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

Update instrumenter.js #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ouhouhsami
Copy link

I had problem using your lib, and it seems I found a solution.
In traceur: https://github.com/google/traceur-compiler/blob/master/src/Compiler.js#L132 you can pass the filename argument to compile method.
I also remove this._compiler.options_.filename = filename; which seems to do nothing (also based on https://github.com/google/traceur-compiler/blob/master/src/Compiler.js)

I had problem using your lib, and it seems I found the solution. 
In traceur: https://github.com/google/traceur-compiler/blob/master/src/Compiler.js#L132 you can pass the filename argument to compile method.
I also remove this._compiler.options_.filename = filename; which seems to do nothing (also based on https://github.com/google/traceur-compiler/blob/master/src/Compiler.js)
@jnutter
Copy link

jnutter commented Dec 22, 2014

@meoguru This fixes my issue as well. Is it possible to get this merged and a new version put up on NPM?

@trungfinity
Copy link
Owner

@jnutter I will take a look and get it merged.

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.

3 participants