| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent edd9361 commit 86d7ba0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,3 @@ | |||
| 1 | - // Flags: --expose-internals | ||
| 2 | - | ||
| 3 | 1 | 'use strict'; | |
| 4 | 2 | ||
| 5 | 3 | const common = require('../common'); | |
@@ -9,9 +7,9 @@ const { | |||
| 9 | 7 | Transform, | |
| 10 | 8 | Writable, | |
| 11 | 9 | finished, | |
| 10 | + compose, | ||
| 12 | 11 | PassThrough | |
| 13 | 12 | } = require('stream'); | |
| 14 | - const compose = require('internal/streams/compose'); | ||
| 15 | 13 | const assert = require('assert'); | |
| 16 | 14 | ||
| 17 | 15 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments