refactor: extract the new `template-parser` package
Created by: gitstart-sourcegraph
Description
- Let's remove
client/shared/src/api/client/services/util.ts
with corresponding tests. - Let's extract the new
template-parser
package:
The Context
interface should be the only entity extracted from client/shared/src/api/extension/api/context/context.ts
. Everything else in this file should be left untouched.