mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
fix(babel-utils): update type definitions
This commit is contained in:
parent
fc2b94deb2
commit
b3446b740b
2
packages/babel-utils/index.d.ts
vendored
2
packages/babel-utils/index.d.ts
vendored
@ -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>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user