You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
The type definition of parseTemplate is for the function before it closes over handledTags, insertBeforePipeTags, but this is not the function that is passed to fetchTemplate.
The type definition of
parseTemplate
is for the function before it closes overhandledTags, insertBeforePipeTags
, but this is not the function that is passed tofetchTemplate
.tailor/index.d.ts
Lines 60 to 64 in 7283c2f
I think this should either be:
Or changing the definition itself:
I think
childTemplate
andfullRendering
should be optional too, to match the implementation:tailor/lib/transform.js
Lines 30 to 33 in 7283c2f
tailor/lib/parse-template.js
Line 14 in 7283c2f
The text was updated successfully, but these errors were encountered: