Navigation Menu

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

Import existing sourcemaps from libraries #1349

Merged
merged 3 commits into from Jul 22, 2018

Conversation

DeMoorJasper
Copy link
Member

Closes #741


try {
this.sourceMap = JSON.parse(
await fs.readFile(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about inline source maps? I think they can be base64 encoded as a data url, so we shouldn't try tp read a file in that case.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot about those, I'll add support for those as well

@devongovett devongovett force-pushed the feature/extend-existing-sourcemaps branch from acf5655 to 66e2e4a Compare July 22, 2018 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants