-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat(clang-format-node): create new clangFormatPath
and getClangFormatPath
API
#72
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
feat(clang-format-node): create new clangFormatPath
and getClangFormatPath
API
#72
Conversation
I've deleted mocha and replaced it with node.js's test runner. So I renamed it from `spec.js` to `test.js`.
Labels have been automatically applied based on the conventional commit types.🏷️ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #72 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 4 +3
Lines 7 21 +14
=========================================
+ Hits 7 21 +14
Continue to review full report in Codecov by Sentry.
|
f803cdb
to
7afbd3a
Compare
New features have arrived.
You can get
clang-format-node
native binary absolute path fromclangFormatPath
andgetClangFormatPath
API.