| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3494eae commit 83f0d37
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,9 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | + // TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests | ||
| 4 | + // are still being developed. | ||
| 5 | + /* c8 ignore start */ | ||
| 6 | + | ||
| 3 | 7 | const dc = require('diagnostics_channel'); | |
| 4 | 8 | ||
| 5 | 9 | const onEndpointCreatedChannel = dc.channel('quic.endpoint.created'); | |
@@ -69,3 +73,5 @@ module.exports = { | |||
| 69 | 73 | onSessionErrorChannel, | |
| 70 | 74 | onEndpointConnectChannel, | |
| 71 | 75 | }; | |
| 76 | + | ||
| 77 | + /* c8 ignore stop */ | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,9 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | + // TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests | ||
| 4 | + // are still being developed. | ||
| 5 | + /* c8 ignore start */ | ||
| 6 | + | ||
| 3 | 7 | const { | |
| 4 | 8 | ArrayBuffer, | |
| 5 | 9 | DataView, | |
@@ -806,3 +810,5 @@ module.exports = { | |||
| 806 | 810 | QuicSessionState, | |
| 807 | 811 | QuicStreamState, | |
| 808 | 812 | }; | |
| 813 | + | ||
| 814 | + /* c8 ignore stop */ | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,9 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | + // TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests | ||
| 4 | + // are still being developed. | ||
| 5 | + /* c8 ignore start */ | ||
| 6 | + | ||
| 3 | 7 | const { | |
| 4 | 8 | BigUint64Array, | |
| 5 | 9 | JSONStringify, | |
@@ -743,3 +747,5 @@ module.exports = { | |||
| 743 | 747 | QuicSessionStats, | |
| 744 | 748 | QuicStreamStats, | |
| 745 | 749 | }; | |
| 750 | + | ||
| 751 | + /* c8 ignore stop */ | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,9 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | + // TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests | ||
| 4 | + // are still being developed. | ||
| 5 | + /* c8 ignore start */ | ||
| 6 | + | ||
| 3 | 7 | const { | |
| 4 | 8 | Symbol, | |
| 5 | 9 | } = primordials; | |
@@ -92,3 +96,5 @@ module.exports = { | |||
| 92 | 96 | kWantsHeaders, | |
| 93 | 97 | kWantsTrailers, | |
| 94 | 98 | }; | |
| 99 | + | ||
| 100 | + /* c8 ignore stop */ | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments