We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69933bd commit 39d0590Copy full SHA for 39d0590
src/harness/unittests/languageService.ts
@@ -17,6 +17,8 @@ class Carousel<T> extends Vue {
17
"vue-class-component.d.ts": `import Vue from "./vue";
18
export function Component(x: Config): any;`
19
};
20
+ // Regression test for GH #18245 - bug in single line comment writer caused a debug assertion when attempting
21
+ // to write an alias to a module's default export was referrenced across files and had no default export
22
it("should be able to create a language service which can respond to deinition requests without throwing", () => {
23
const languageService = ts.createLanguageService({
24
getCompilationSettings() {
0 commit comments