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

Improve Performance #85

Closed
5 tasks done
SellersEvan opened this issue Apr 16, 2024 · 2 comments · Fixed by #110
Closed
5 tasks done

Improve Performance #85

SellersEvan opened this issue Apr 16, 2024 · 2 comments · Fixed by #110
Labels
enhancement New feature or request

Comments

@SellersEvan
Copy link
Member

SellersEvan commented Apr 16, 2024

Is your feature request related to a problem? Please describe.
Improve performance on tooling to allow faster build times.

Describe the solution you'd like

  • Rebuild tooling for get exported variables. Indicate whether variable is default or type. Do this using import/export slicer that get exported loader uses.
  • Add tests for get exported variables.
  • Remove extra imports/exports package.
  • Make type checker faster
  • Add cache to type checker

Describe alternatives you've considered
N/A

Additional context
N/A

@SellersEvan SellersEvan added the enhancement New feature or request label Apr 16, 2024
@SellersEvan
Copy link
Member Author

SellersEvan commented Apr 22, 2024

https://oxc-project.github.io/docs/guide/usage/linter.html

Turns out the linter doesn't do type checking.

@SellersEvan
Copy link
Member Author

@SellersEvan SellersEvan linked a pull request Apr 30, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant