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

Support auto-imports (components and symbols) #24

Open
5 tasks
phoenix-ru opened this issue Feb 22, 2024 · 0 comments
Open
5 tasks

Support auto-imports (components and symbols) #24

phoenix-ru opened this issue Feb 22, 2024 · 0 comments
Labels
experimental An experimental feature not available in official compiler

Comments

@phoenix-ru
Copy link
Owner

To avoid extra overhead of using unimport in js side, most of the component and directive resolutions can happen in the Rust side.

  • Research how unimport works on source code;
  • Research how unimport gathers the auto-import symbols (across source code and dependencies);
  • Research existing Node resolution libraries (import 'x' -> node_modules/path/to/x/index.js) in Rust;
  • Ensure we can support Lazy prefixed imports;
  • ... define other steps after research.
@phoenix-ru phoenix-ru added the experimental An experimental feature not available in official compiler label Feb 22, 2024
@phoenix-ru phoenix-ru mentioned this issue Apr 19, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental An experimental feature not available in official compiler
Projects
None yet
Development

No branches or pull requests

1 participant