-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The compiled packages that are published on npm include ESM-compiled files with internal imports without the .js file extension. This is invalid, and is causing errors when trying to use the packages with Vite.
To Reproduce
Expected behavior
Imports are in the form export { Expr } from "./ast.js", not export { Expr } from "./ast"
Screenshots
If applicable, add screenshots to help explain your problem.
Package/Area
- Expressions
- Workflow Parser
- Language Service
- Language Server
Package Version
v1.x.y
Additional context
Add any other context about the problem here.
kraenhansen and mymx2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working