Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The road to 5.0.0 #685

Open
cecilemuller opened this issue Apr 2, 2024 · 0 comments
Open

The road to 5.0.0 #685

cecilemuller opened this issue Apr 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cecilemuller
Copy link
Member

The goals for the next major version:

  • even faster transpiling now that browser support is good enough to output ES2022 directly
  • moduleResolution: node16 enables:
    • Export Maps in 4.7 #417
    • Subpath Imports for simpler import paths: you can still use ../../../components/MyComponent.ts if you prefer, but now you also have the option to use paths like "#components/MyComponents" from anywhere
  • I switched from ts-node to tsx for Node testcases
  • I switched from webpack to vite for Web testcases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant