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

Rewrite to TS #22

Merged
merged 7 commits into from
Jul 28, 2023
Merged

Rewrite to TS #22

merged 7 commits into from
Jul 28, 2023

Conversation

Comandeer
Copy link
Owner

Closes #20.

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #22 (fd8fcd4) into main (9892a5d) will decrease coverage by 31.19%.
Report is 3 commits behind head on main.
The diff coverage is 64.92%.

@@             Coverage Diff              @@
##              main      #22       +/-   ##
============================================
- Coverage   100.00%   68.81%   -31.19%     
============================================
  Files            7        8        +1     
  Lines          201      311      +110     
  Branches         0       19       +19     
============================================
+ Hits           201      214       +13     
- Misses           0       97       +97     
Files Changed Coverage Δ
src/__bin__/esmlm.ts 0.00% <0.00%> (ø)
src/index.ts 62.20% <62.20%> (ø)
src/utilities/isBuiltInModule.ts 100.00% <100.00%> (ø)
src/utilities/isInsideDir.ts 100.00% <100.00%> (ø)
src/utilities/isInsideNodeModules.ts 100.00% <100.00%> (ø)
src/utilities/loadURL.ts 100.00% <100.00%> (ø)
src/utilities/resolveConfigFile.ts 100.00% <100.00%> (ø)
src/utilities/resolveProjectRoot.ts 100.00% <100.00%> (ø)

@Comandeer Comandeer merged commit f96f77f into main Jul 28, 2023
9 of 11 checks passed
@Comandeer Comandeer deleted the t/20 branch July 28, 2023 22:42
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.

Rewrite to TS
1 participant