spread operator support #905
Comments
This is actually done (it is a PR right now). It's part of the plugins / extensions API which is documented here: #684 |
Sounds good, thank you! |
Released in |
Can you give us a sample of a file preprocessor to use in order to have the spread operator, please ? Thanks ! |
I'd also like native spread operator support for Cypress. It's strange that I can't use syntax which is natively supported by node. |
I created a new issue in our docs to document use of the spread operator within the preprocessor here: cypress-io/cypress-documentation#533. Our documentation is open source and contributions are welcome. |
@hsellou If you're already using webpack, this should get you where you want to be (includes examples): https://github.com/cypress-io/cypress-webpack-preprocessor |
Any plans to support transform-object-rest-spread plugin? It would make tests neater, whenever necessary.
The text was updated successfully, but these errors were encountered: