/** * Compute, for each line of a TS/JS source, whether the line begins inside * a template-literal body (i.e. between an unclosed backtick and its * matching close). * * Used by rules like `prefer-const` and `pickier/no-unused-vars` to skip * generated code embedded in template strings — declarations and function * bodies inside a `\`