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

ignoreDynamic configuration missing from TypeScript type declarations #4100

Closed
cspotcode opened this issue Mar 19, 2022 · 1 comment · Fixed by #4832
Closed

ignoreDynamic configuration missing from TypeScript type declarations #4100

cspotcode opened this issue Mar 19, 2022 · 1 comment · Fixed by #4832
Labels
Milestone

Comments

@cspotcode
Copy link
Contributor

Describe the bug

Discovered via #4099

ignoreDynamic is on the website but is omitted from BaseModuleConfig:

https://swc.rs/docs/configuration/modules#ignoredynamic

export interface BaseModuleConfig {

Input code

No response

Config

No response

Playground link

No response

Expected behavior

Same as for #2633: When using swc's JS API from Typescript, specifying ignoreDynamic is recognized as valid by the typechecker.

Actual behavior

No response

Version

1.2.159

Additional context

No response

@swc-bot
Copy link
Collaborator

swc-bot commented Oct 16, 2022

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@swc-project swc-project locked as resolved and limited conversation to collaborators Oct 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging a pull request may close this issue.

3 participants