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

Drop use of cross-spawn & cleanup bin script #13

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

brodybits
Copy link
Owner

  • use execa instead of cross-spawn in bin/glob-tsc.js
  • remove cross-spawn from package dependencies
  • skip now broken test in test/glob-tsc.spec.js, now relying on using checkjs to test bin/glob-tsc.js
  • cleanup fixes in bin/glob-tsc.js
    • use separate const declarations
    • no declaration of proc object (not needed)
    • remove module.exports (not needed)

removes most surviving mutants from bin/glob-tsc.js

Christopher J. Brody added 2 commits November 2, 2019 22:59
remove `cross-spawn` from package dependencies

skip now broken test in `test/glob-tsc.spec.js`

now relying on using `checkjs` to test `bin/glob-tsc.js`
- use separate const declarations
- no declaration of proc object (not needed)
- remove module.exports
@brodybits brodybits self-assigned this Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant