Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@alexthornton1
Copy link
Contributor

@alexthornton1 alexthornton1 commented Aug 20, 2025

Issue #418 appeared to boil down to missing support for namespace imports (i.e., those of the form import * from Xyz in 'xyz'), which show up in TypeScript's AST differently from others.

This commit adds that support, along with a unit test and a change in the react-vite example that relies on the new functionality.

Issue qmhc#418 appeared to boil down to missing support for _namespace
imports_ (i.e., those of the form `import * from Xyz in 'xyz'`).

This commit adds that support, along with a unit test and a change
in the `react-vite` example that relies on the new functionality.
Fixing linting issues occurring during CI build.
@qmhc qmhc merged commit 3ca6044 into qmhc:main Sep 12, 2025
4 checks passed
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.

2 participants