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

Config API #213

Closed
kdy1 opened this issue Feb 14, 2019 · 1 comment
Closed

Config API #213

kdy1 opened this issue Feb 14, 2019 · 1 comment

Comments

@kdy1
Copy link
Member

kdy1 commented Feb 14, 2019

Bundler (#43) and #141 are blocked by design of the configuration api which

  • is accessible from this repository (swc-project/swc)
    This is required for bundler. (because bundler should respect .swcrc)

  • does not depend on swc_ecma_transforms

  • does not introduce breaking change


One simple way would be copying config structs into a separate crate (like swc_config), but I think it's kind of code smell.

@kdy1 kdy1 modified the milestones: v1.0.14, v1.0.15 Feb 15, 2019
@kdy1 kdy1 modified the milestones: v1.0.15, v1.0.16, v1.0.17, v1.0.18, v1.0.19, v1.1.0 Feb 17, 2019
@kdy1 kdy1 modified the milestones: v1.1.0, v1.2.0 Feb 25, 2019
@kdy1 kdy1 mentioned this issue Apr 28, 2019
6 tasks
@kdy1 kdy1 closed this as completed Nov 23, 2019
@kdy1 kdy1 removed this from the v1.2.0 milestone Feb 11, 2020
@swc-bot
Copy link
Collaborator

swc-bot commented Oct 28, 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 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants