| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9391ebd commit dc5478a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -101,6 +101,7 @@ subSystemLabels: | |||
| 101 | 101 | /^lib\/worker_threads.js$/: worker | |
| 102 | 102 | /^lib\/internal\/url\.js$/: whatwg-url | |
| 103 | 103 | /^lib\/internal\/modules\/esm/: esm | |
| 104 | + /^lib\/internal\/webstreams/: web streams | ||
| 104 | 105 | ||
| 105 | 106 | # All other lib/ files map directly | |
| 106 | 107 | /^lib\/_(\w+)_\w+\.js?$/: $1 # e.g. _(stream)_wrap | |
@@ -123,6 +124,7 @@ exlusiveLabels: | |||
| 123 | 124 | /^test\/report\//: test, report | |
| 124 | 125 | /^test\/fixtures\/es-module/: test, esm | |
| 125 | 126 | /^test\/es-module\//: test, esm | |
| 127 | + /^test\/fixtures\/wpt\/streams//: test, web streams | ||
| 126 | 128 | ||
| 127 | 129 | /^test\//: test | |
| 128 | 130 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments