Just had a look at the code and it looked good overall. I've just noticed a typo in "parseTempalte" => "parseTemplate", and since you use this function a lot it would be better to fix it now:
|
export const parseTempalte = async (template: string): Promise<string> => { |
Just had a look at the code and it looked good overall. I've just noticed a typo in "parseTempalte" => "parseTemplate", and since you use this function a lot it would be better to fix it now:
plugin-templates/src/parser.ts
Line 1 in 1eeed0e