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

src-transpiler/expandType.js: Structurize ts.SyntaxKind.QualifiedName #212

Merged
merged 3 commits into from
Nov 6, 2024

Conversation

kungfooman
Copy link
Owner

Fixes: #211

toSourceTS(parseType("import('abc').x.y")); // Outputs: 'x.y.z'

@kungfooman kungfooman added enhancement New feature or request Babel Related to Babel compiler ast stringification Everything related to AST node stringification code generation Everything related to code generation labels Nov 6, 2024
@kungfooman kungfooman self-assigned this Nov 6, 2024
@kungfooman kungfooman merged commit 2f9e342 into main Nov 6, 2024
4 checks passed
@kungfooman kungfooman deleted the implement-qualified-name branch November 6, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ast stringification Everything related to AST node stringification Babel Related to Babel compiler code generation Everything related to code generation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement TS QualifiedName
1 participant