Skip to content

Commit

Permalink
Update src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
  • Loading branch information
thecrypticace and RobinMalfait authored Jun 11, 2024
1 parent bfe0718 commit bdc9ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function transformGlimmer(ast: any, { env }: TransformerContext) {
}
},

TextNode(node: any, path, meta: Record<string, any>) {
TextNode(node, path, meta) {
if (!meta.sortTextNodes) {
return
}
Expand Down

0 comments on commit bdc9ebb

Please sign in to comment.