We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typings
1 parent 795108a commit b80b85eCopy full SHA for b80b85e
.github/label-pr-config.yml
@@ -71,6 +71,7 @@ subSystemLabels:
71
# all other tool changes should be marked as such
72
/^tools\//: tools
73
/^\.eslint|\.remark|\.editorconfig/: tools
74
+ /^typings\//: typings
75
76
## Dependencies
77
# libuv needs an explicit mapping, as the ordinary /deps/ mapping below would
@@ -186,6 +187,7 @@ allJsSubSystems:
186
187
- timers
188
- tls
189
- tty
190
+ - typings
191
- url
192
- util
193
- v8
0 commit comments