-
Couldn't load subscription status.
- Fork 81
Closed as not planned
Labels
- P4: importantViolate documented behavior or significantly improves performance (priority)Violate documented behavior or significantly improves performance (priority)
Description
What version of @astrojs/compiler are you using?
2.8.1
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
In this code sample, the export statement is hoisted, but as const is not.
---
export const allAboutUsPreviewCards = [
] as const;
---as const is correctly hoisted if the const declaration is only takes up one line.
Link to Minimal Reproducible Example
Metadata
Metadata
Assignees
Labels
- P4: importantViolate documented behavior or significantly improves performance (priority)Violate documented behavior or significantly improves performance (priority)