-
Notifications
You must be signed in to change notification settings - Fork 99
Regression: Unexpected newline after type #556
Copy link
Copy link
Closed
Labels
- P5: urgentFix build-breaking bugs affecting most users, should be released ASAP (priority)Fix build-breaking bugs affecting most users, should be released ASAP (priority)
Description
What version of astro are you using?
1.4.5
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
After update to astro@1.4.5, have been receiving a build error: ERROR: Unexpected newline after "type", This error dosn't happen on versions prior to astro@1.4.5
This error message is originating from this line I believe: https://github.com/evanw/esbuild/blob/master/internal/js_parser/js_parser.go#L6113
Link to Minimal Reproducible Example
Participation
- I am willing to submit a pull request for this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
- P5: urgentFix build-breaking bugs affecting most users, should be released ASAP (priority)Fix build-breaking bugs affecting most users, should be released ASAP (priority)