-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
🐛 Object spread (...obj) is failing to work with basic setup
🤔 Expected Behavior
No error
😯 Current Behavior
Parcel build hangs with this syntax error
yarn run v1.7.0
$ parcel build index.html
🚨 Desktop/parcel-spread-bug/src/components/SplitPane.js:74:8: Unexpected token (74:8)
72 | // top
73 | styleA = {
> 74 | ...baseStyleVertical,
| ^
75 | top: 0,
76 | height: dividerPos + '%',
77 | paddingBottom: 3,
🔦 Context
Faced this bug here
fkling/astexplorer#330
💻 Code Sample
Repo to reproduce
Reactions are currently unavailable