|
197 | 197 | /.circleci/** @jelbourn
|
198 | 198 | /scripts/** @devversion @jelbourn
|
199 | 199 | /test/** @devversion @jelbourn
|
200 |
| -/tools/** @devversion @jelbourn |
| 200 | +/tools/**/!(*.d.ts) @devversion @jelbourn |
| 201 | + |
| 202 | +# Public API golden files |
| 203 | +/tools/public_api_guard/cdk/a11y.d.ts @jelbourn @devversion |
| 204 | +/tools/public_api_guard/cdk/accordion.d.ts @josephperrott |
| 205 | +/tools/public_api_guard/cdk/bidi.d.ts @jelbourn |
| 206 | +/tools/public_api_guard/cdk/cdk.d.ts @jelbourn |
| 207 | +/tools/public_api_guard/cdk/coercion.d.ts @jelbourn |
| 208 | +/tools/public_api_guard/cdk/collections.d.ts @jelbourn @crisbeto @andrewseguin |
| 209 | +/tools/public_api_guard/cdk/drag-drop.d.ts @crisbeto |
| 210 | +/tools/public_api_guard/cdk/keycodes.d.ts @jelbourn |
| 211 | +/tools/public_api_guard/cdk/layout.d.ts @josephperrott |
| 212 | +/tools/public_api_guard/cdk/observers.d.ts @jelbourn @crisbeto |
| 213 | +/tools/public_api_guard/cdk/overlay.d.ts @jelbourn @crisbeto |
| 214 | +/tools/public_api_guard/cdk/platform.d.ts @jelbourn @devversion |
| 215 | +/tools/public_api_guard/cdk/scrolling.d.ts @andrewseguin @crisbeto |
| 216 | +/tools/public_api_guard/cdk/stepper.d.ts @mmalerba |
| 217 | +/tools/public_api_guard/cdk/table.d.ts @andrewseguin |
| 218 | +/tools/public_api_guard/cdk/text-field.d.ts @mmalerba |
| 219 | +/tools/public_api_guard/cdk/tree.d.ts @jelbourn @andrewseguin |
| 220 | +/tools/public_api_guard/lib/autocomplete.d.ts @crisbeto |
| 221 | +/tools/public_api_guard/lib/badge.d.ts @jelbourn |
| 222 | +/tools/public_api_guard/lib/bottom-sheet.d.ts @jelbourn @crisbeto |
| 223 | +/tools/public_api_guard/lib/button-toggle.d.ts @jelbourn |
| 224 | +/tools/public_api_guard/lib/button.d.ts @jelbourn @josephperrott |
| 225 | +/tools/public_api_guard/lib/card.d.ts @jelbourn |
| 226 | +/tools/public_api_guard/lib/checkbox.d.ts @jelbourn @devversion @josephperrott |
| 227 | +/tools/public_api_guard/lib/chips.d.ts @jelbourn |
| 228 | +/tools/public_api_guard/lib/core.d.ts @jelbourn |
| 229 | +/tools/public_api_guard/lib/datepicker.d.ts @mmalerba |
| 230 | +/tools/public_api_guard/lib/dialog.d.ts @jelbourn @crisbeto |
| 231 | +/tools/public_api_guard/lib/divider.d.ts @jelbourn @crisbeto |
| 232 | +/tools/public_api_guard/lib/expansion.d.ts @josephperrott @jelbourn |
| 233 | +/tools/public_api_guard/lib/form-field.d.ts @mmalerba |
| 234 | +/tools/public_api_guard/lib/grid-list.d.ts @jelbourn |
| 235 | +/tools/public_api_guard/lib/icon.d.ts @jelbourn |
| 236 | +/tools/public_api_guard/lib/input.d.ts @mmalerba |
| 237 | +/tools/public_api_guard/lib/list.d.ts @jelbourn @crisbeto @devversion |
| 238 | +/tools/public_api_guard/lib/menu.d.ts @crisbeto |
| 239 | +/tools/public_api_guard/lib/paginator.d.ts @andrewseguin |
| 240 | +/tools/public_api_guard/lib/progress-bar.d.ts @jelbourn @crisbeto @josephperrott |
| 241 | +/tools/public_api_guard/lib/progress-spinner.d.ts @jelbourn @crisbeto @josephperrott |
| 242 | +/tools/public_api_guard/lib/radio.d.ts @jelbourn @devversion |
| 243 | +/tools/public_api_guard/lib/select.d.ts @crisbeto |
| 244 | +/tools/public_api_guard/lib/sidenav.d.ts @mmalerba |
| 245 | +/tools/public_api_guard/lib/slide-toggle.d.ts @devversion |
| 246 | +/tools/public_api_guard/lib/slider.d.ts @mmalerba |
| 247 | +/tools/public_api_guard/lib/snack-bar.d.ts @jelbourn @crisbeto @josephperrott |
| 248 | +/tools/public_api_guard/lib/sort.d.ts @andrewseguin |
| 249 | +/tools/public_api_guard/lib/stepper.d.ts @mmalerba |
| 250 | +/tools/public_api_guard/lib/table.d.ts @andrewseguin |
| 251 | +/tools/public_api_guard/lib/tabs.d.ts @andrewseguin |
| 252 | +/tools/public_api_guard/lib/toolbar.d.ts @devversion |
| 253 | +/tools/public_api_guard/lib/tooltip.d.ts @andrewseguin |
| 254 | +/tools/public_api_guard/lib/tree.d.ts @jelbourn @andrewseguin |
| 255 | +/tools/public_api_guard/lib/lib.d.ts @jelbourn |
201 | 256 |
|
202 | 257 | # Misc
|
203 | 258 | /* @jelbourn
|
|
0 commit comments