Typo: noneCode => nonCode (#607)

This commit is contained in:
Adam Chalmers
2023-09-18 17:14:12 -06:00
committed by GitHub
parent 76e3207251
commit 24a31c94e7
7 changed files with 96 additions and 96 deletions

View File

@ -537,7 +537,7 @@ export function createPipeExpression(
start: 0,
end: 0,
body,
nonCodeMeta: { noneCodeNodes: {}, start: null },
nonCodeMeta: { nonCodeNodes: {}, start: null },
}
}