xialvjun / ts-sql-plugin

TypeScript Language Service Plugin for SQL with a tagged template strings SQL builder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'getText' of undefined

darky opened this issue · comments

const getClause = () => {
  return [1, 2];
}

const query = sql`select * from table where param = any(${getClause()})`

fixed in v0.4.1
Thanks for discover this bug.
TS AST is error-prone. ╮(╯▽╰)╭