feat(flags): add isAsync flag for methods and functions by buehler · Pull Request #92 · buehler/node-typescript-parser
Navigation Menu
{{ message }}
buehler / node-typescript-parser Public
- Notifications You must be signed in to change notification settings
- Fork 42
Merged
feat(flags): add isAsync flag for methods and functions#92
feat(flags): add isAsync flag for methods and functions#92
Conversation
Copy link Copy Markdown
Owner
Christoph Bühler added 6 commits
August 28, 2018 07:44Copy link Copy Markdown
Codecov Report
Merging #92 into develop will increase coverage by
0.01%.
The diff coverage is100%.
@@ Coverage Diff @@ ## develop #92 +/- ## =========================================== + Coverage 90.31% 90.33% +0.01% =========================================== Files 63 63 Lines 981 983 +2 Branches 193 173 -20 =========================================== + Hits 886 888 +2 Misses 88 88 Partials 7 7
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/node-parser/interface-parser.ts | 92.3% <ø> (ø) |
⬆️ |
| src/node-parser/class-parser.ts | 94.36% <ø> (ø) |
⬆️ |
| src/node-parser/function-parser.ts | 98.18% <100%> (ø) |
⬆️ |
| src/declarations/FunctionDeclaration.ts | 100% <100%> (ø) |
⬆️ |
| src/declarations/MethodDeclaration.ts | 100% <100%> (ø) |
⬆️ |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 617764d...1356310. Read the comment docs.
buehler
merged commit
b21136a
into
develop
buehler
deleted the
feat/is-async-flag
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment