We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
web streams
1 parent 2efce0f commit f7be92fCopy full SHA for f7be92f
.github/label-pr-config.yml
@@ -101,6 +101,7 @@ subSystemLabels:
101
/^lib\/worker_threads.js$/: worker
102
/^lib\/internal\/url\.js$/: whatwg-url
103
/^lib\/internal\/modules\/esm/: esm
104
+ /^lib\/internal\/webstreams/: web streams
105
106
# All other lib/ files map directly
107
/^lib\/_(\w+)_\w+\.js?$/: $1 # e.g. _(stream)_wrap
@@ -123,6 +124,7 @@ exlusiveLabels:
123
124
/^test\/report\//: test, report
125
/^test\/fixtures\/es-module/: test, esm
126
/^test\/es-module\//: test, esm
127
+ /^test\/fixtures\/wpt\/streams//: test, web streams
128
129
/^test\//: test
130
0 commit comments