build: transition to Typescript without Babel #252
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
Idea
invalid
question
released
security
semantic-release
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/packwatch#252
Loading…
Reference in a new issue
No description provided.
Delete branch "ts-via-tsc-without-babel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While Babel offers a lot of cool features, very little of it is in use here. All we need to get along really is just
typescript
.This PR...
Codecov Report
97.77% <90.90%> (-2.23%)
100.00% <100.00%> (ø)
100.00% <0.00%> (ø)
100.00% <0.00%> (ø)
Continue to review full report at Codecov.
TODO:
EDIT:
Deferring the above to its own task so this can move along. The coverage gap is mainly introduced by extra nullcheck-adjacent logic added to squash typecheck problems.