mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
5 lines
130 B
JavaScript
5 lines
130 B
JavaScript
const obj = {
|
|
// Template where we can't parse `x x x` but surrounding file still OK
|
|
template: '<b [foo]="x x x"></a>'
|
|
};
|