Don't transform object spread #7489
Merged
Conversation
|
Using this to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1496044 (TRY) I checked the debugger in launchpad and it works fine. |
|
we do the same thing in copy-modules, but yeah. looks like this didn't help reps and other modules... |
|
@jasonLaster Should this be removed from package.json now? diff --git a/package.json b/package.json
index 4da85106..cf7b5631 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,6 @@
"dependencies": {
"@babel/core": "^7.0.0-beta.55",
"@babel/parser": "^7.0.0-beta.55",
- "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.55",
"@babel/template": "^7.0.0-beta.55",
"@babel/types": "^7.0.0-beta.55",
"babel-plugin-transform-imports": "^1.5.0", |
|
@kenjiO yep! |
jasonLaster
pushed a commit
that referenced
this pull request
Dec 14, 2018
jasonLaster
pushed a commit
that referenced
this pull request
Dec 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Fixes #7223