fix(babel-utils): update type definitions

This commit is contained in:
Dylan Piercey 2021-03-01 08:33:46 -07:00
parent fc2b94deb2
commit b3446b740b
No known key found for this signature in database
GPG Key ID: 9736AB8CA3ED17CA

View File

@ -115,7 +115,7 @@ export function findAttributeTags(
export function getArgOrSequence(path: t.NodePath<t.MarkoTag>): t.Expression;
export function loadFileForTag(path: t.NodePath<t.MarkoTag>): File | undefined;
export function loadFileForTag(path: t.NodePath<t.MarkoTag>): t.BabelFile | undefined;
export function normalizeTemplateString(
quasis: Array<string | t.TemplateElement>,