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

sourceMapFile option should accept an absolute path #101

Closed
Rich-Harris opened this issue Feb 6, 2015 · 1 comment
Closed

sourceMapFile option should accept an absolute path #101

Rich-Harris opened this issue Feb 6, 2015 · 1 comment

Comments

@Rich-Harris
Copy link
Contributor

Minor annoyance: when using Esperanto as part of a chain of sourcemap-generating transformations, it's helpful if the path to the .map file is absolute...

//# sourceMappingURL=/path/to/generated.js.map

...rather than relative to generated.js (currently it will always become ./generated.js.map. That way, sorcery can follow the sourcemap chain back to the origin.

@Rich-Harris
Copy link
Contributor Author

Released in 0.6.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant