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

fix: use import for QuasarResolver api-list.json #765

Closed
wants to merge 1 commit into from

Conversation

stefanvanherwijnen
Copy link
Contributor

Description

After upgrading my packages, the QuasarResolver stopped working. I think this is due to Quasar 2.16.0 having moved to ESM (https://github.com/quasarframework/quasar/releases/tag/quasar-v2.16.0). resolveModule fails for some reason which leads to an empty list. The strange thing is that adding a console.log() in the resolve function seems to fix it...

Instead of using readFile it now uses import()

Linked Issues

Additional context

@stefanvanherwijnen stefanvanherwijnen requested a review from antfu as a code owner June 6, 2024 12:54
Copy link

stackblitz bot commented Jun 6, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@stefanvanherwijnen
Copy link
Contributor Author

It probably was a different problem...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant