-
Notifications
You must be signed in to change notification settings - Fork 15
STCLI-273 Translate compile on Windows - cross-env globbing. #389
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
Conversation
zburke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but
- We should figure out if fast-glob is really even necessary here or if we could as easily grab stuff with straight up node APIs, or with the formatjs APIs.
- Please file a STCLI story and stick it in the PR title before you merge so the jira<->github magic linker can find it in the commit log and keep them sync'ed. Having the Jira paperwork in order is helpful when managing official releases.
zburke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better, thank you!
|



On windows 😝path.join(txPath, '*.json')results infast-globreportedly needsEDIT: Just switched to using
fs.globSyncand canned the dep.