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

babel-register: update source-map-support to latest #4577

Merged
merged 1 commit into from Sep 27, 2016
Merged

babel-register: update source-map-support to latest #4577

merged 1 commit into from Sep 27, 2016

Conversation

MoOx
Copy link
Contributor

@MoOx MoOx commented Sep 27, 2016

Q A
Bug fix? kind of
Breaking change? probably not
New feature? no
Deprecations? no
Spec compliancy? no
Tests added/pass? no
Fixed tickets -
License MIT
Doc PR -

This allows in some case when you use other modules that use this source-map-support lib to get only a single version at the root of node_modules. For example, this can prevent issues when requiring using webpack Banner plugin (compiled code is not always requiring dependencies as you would expect).

This allows in some case when you use other modules that use this source-map-support lib to get only a single version at the root of node_modules. For example, this can prevent issues when requiring using webpack Banner plugin (compiled code is not always requiring dependencies as you would expect).
@codecov-io
Copy link

codecov-io commented Sep 27, 2016

Current coverage is 88.73% (diff: 100%)

No coverage report found for master at afbe399.

Powered by Codecov. Last update afbe399...08a2516

@danez danez added the PR: Bug Fix 🐛 A type of pull request used for our changelog categories label Sep 27, 2016
@danez
Copy link
Member

danez commented Sep 27, 2016

We do not yet have tests for babel-register. Although the changes shouldn't break anything as far as I can see in the changes of source-map-support.

@danez danez merged commit 90f3f90 into babel:master Sep 27, 2016
panagosg7 pushed a commit to panagosg7/babel that referenced this pull request Jan 17, 2017
This allows in some case when you use other modules that use this source-map-support lib to get only a single version at the root of node_modules. For example, this can prevent issues when requiring using webpack Banner plugin (compiled code is not always requiring dependencies as you would expect).
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 7, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Bug Fix 🐛 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants