Skip to content

Conversation

@gparlakov
Copy link
Contributor

  • since packages were depending on a lower version they still exhibited the TS4023 error
  • using the latest qwik version resolves that

fix #396

What is it?

  • Feature / enhancement
  • Bug
  • Docs / tests

Use cases and why

To successfully generate the missing d.ts files (as per the bug #396)

Checklist:

  • My code follows the developer guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • Added new tests to cover the fix / functionality

- since packages were depending on a lower version they still exhibited the TS4023 error
- using the latest qwik version resolves that

fix qwikifiers#396
@gparlakov
Copy link
Contributor Author

gparlakov commented Sep 19, 2023

@shairez, I noticed that the d.ts files are still missing (some of them) in the latest release. Specifically the autocomplete ones mentioned in #396 .

It turns out the packages having a peer dependency is reflected in what version pnpm makes available to them.
So kit-hedless was using the 1.1.0 version of qwik instead of the latest one with the fix.

This fix seems to take care of that as well as ensure the dts errors are still surfaced - the console.log in the dts config.

@gparlakov
Copy link
Contributor Author

@shairez gentle reminder for the above

@shairez
Copy link
Contributor

shairez commented Sep 22, 2023

Thanks for the fix @gparlakov !

@shairez shairez merged commit 1132ffa into qwikifiers:main Sep 22, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Autocomplete: input, label & trigger are missing from the build

2 participants