chore(process): add core/webworker component to TRIAGE_AND_LABELS.md

This commit is contained in:
Yegor 2015-07-14 11:15:10 -07:00
parent 34993f7691
commit 27233cff31
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ to work on next.
* `comp: core/view` -- runtime processing of the `View`s
* `comp: core/view/compiler` -- static analysis of the templates which generate `ProtoView`s.
* `comp: core/testbed` -- e2e tests and support for them
* `comp: core/webworker` -- core web worker infrastructure
* `comp: dart-transformer` -- Dart transforms → *kegluneq*, *jakemac*
* `comp: data-access` -- → *jeffbcross*
* `comp: docs` -- API docs and doc generation → *naomiblack*, *petebacondarwin*