Searched refs:parsesToValidSourceFileWithErrors (Results 1 – 1 of 1) sorted by relevance
3 function parsesToValidSourceFileWithErrors(name: string, text: string) { function19 parsesToValidSourceFileWithErrors("trailing identifier", "{} blah");20 parsesToValidSourceFileWithErrors("TypeScript code", "interface Foo {} blah");21 parsesToValidSourceFileWithErrors("Two comma-separated objects", "{}, {}");22 parsesToValidSourceFileWithErrors("Two objects", "{} {}");23 parsesToValidSourceFileWithErrors("JSX", `