question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Investigate if object rest works correctly in tests on master

See original GitHub issue

I want to hold off releasing 0.7.0 until we figure out if this is an issue: https://github.com/facebookincubator/create-react-app/issues/892#issuecomment-253669786.

I would appreciate help trying to reproduce this in tests in master, and if it reproduces, a fix. I presume that the fix would include whitelisting destructuring transform regardless of Node version.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
hzoocommented, Nov 16, 2016

Fixed in babel-plugin-transform-object-rest-spread@6.19.0

0reactions
hzoocommented, Nov 15, 2016

@gaearon will work on fixing it in babel next https://github.com/babel/babel/pull/4755

Read more comments on GitHub >

github_iconTop Results From Across the Web

Object rest spread not working correctly in ...
I had started working on something like this in transform-object-rest-spread , but I no longer have the code; forgot to backup the babel...
Read more >
Best Practices for REST API Testing in 2023
In this guide, we share in-depth REST API testing best practices that will help you improve the security and stability of your web...
Read more >
Test Your REST APIs Using Insomnia REST Client
You can take advantage of Insomnia to test HTTP-based RESTful APIs or even GraphQL APIs. This article talks about how you can fast-track...
Read more >
Writing tests for RESTful APIs in Python using requests
One of the topics that was covered in this course is writing tests for RESTful APIs using the Python requests library and the...
Read more >
doctest — Test interactive Python examples
The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found