-
Notifications
You must be signed in to change notification settings - Fork 29
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
Refactor getExportPaths #243
Comments
Do you mind if I set this as
It is because this feature is not yet stable and need to be more tested, and I'm thinking of wildcard support like |
@devjiwonchoi sounds good! 👍 Let's add an experimental warning for this, thanks |
Do you prefer to use syntax highlights like chalk or none? |
I'd like to keep it simple for now, just using console.log |
In #244 I used |
|
x-ref: #228 (review)
One design improvement could be: keep getExportPaths simple, that reciving a resolved exports map instead of cwd and doing cwd operation
The text was updated successfully, but these errors were encountered: