| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5a1afb2 commit e218b7c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -81,6 +81,7 @@ subSystemLabels: | |||
| 81 | 81 | /^deps\/nghttp2\/nghttp2\.gyp/: build, http2 | |
| 82 | 82 | /^deps\/nghttp2\//: http2 | |
| 83 | 83 | /^deps\/ngtcp2\//: quic | |
| 84 | + /^deps\/amaro\//: strip-types | ||
| 84 | 85 | /^deps\/([^/]+)/: dependencies, $1 | |
| 85 | 86 | ||
| 86 | 87 | ## JS subsystems | |
@@ -122,6 +123,7 @@ exlusiveLabels: | |||
| 122 | 123 | /^test\/fixtures\/es-module/: test, esm | |
| 123 | 124 | /^test\/es-module\//: test, esm | |
| 124 | 125 | /^test\/fixtures\/wpt\/streams\//: test, web streams | |
| 126 | + /^test\/fixtures\/typescript/: test, strip-types | ||
| 125 | 127 | ||
| 126 | 128 | /^test\//: test | |
| 127 | 129 | ||
@@ -141,6 +143,8 @@ exlusiveLabels: | |||
| 141 | 143 | # Add deprecations label to PRs that affect doc/api/deprecations.md | |
| 142 | 144 | /^doc\/api\/deprecations.md$/: doc, deprecations | |
| 143 | 145 | /^doc\/changelogs\//: release | |
| 146 | + # Specific map for typescript.md as it should be labeled 'strip-types' | ||
| 147 | + /^doc\/api\/typescript.md$/: doc, strip-types | ||
| 144 | 148 | ||
| 145 | 149 | /^doc\//: doc | |
| 146 | 150 | ||
@@ -190,6 +194,7 @@ allJsSubSystems: | |||
| 190 | 194 | - sqlite | |
| 191 | 195 | - stream | |
| 192 | 196 | - string_decoder | |
| 197 | + - strip-types | ||
| 193 | 198 | - timers | |
| 194 | 199 | - tls | |
| 195 | 200 | - trace_events | |
| Back | FazBrowse Home | New Git URL |
0 commit comments