Skip to content

Commit

Permalink
fix: remove deprecated parseInterpolation (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 4, 2023
1 parent a863a6a commit b63e555
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,3 @@ export function parseTemplateBindings(input: string): NGMicrosyntax {
new Context(input),
);
}

// TODO: Remove this in next major
export const parseInterpolation = parseInterpolationExpression;

0 comments on commit b63e555

Please sign in to comment.