Registers the core tools and every built-in pack's tools.
Core first, so a pack that shipped a colliding name would overwrite it loudly
through registerTool's warning rather than the other way round. packs.spec.ts
is what actually stops that happening.
Registers the core tools and every built-in pack's tools.
Core first, so a pack that shipped a colliding name would overwrite it loudly through
registerTool's warning rather than the other way round.packs.spec.tsis what actually stops that happening.