Skip to content

Commit 39d0590

Browse files
committed
Adds comment
1 parent 69933bd commit 39d0590

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/harness/unittests/languageService.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ class Carousel<T> extends Vue {
1717
"vue-class-component.d.ts": `import Vue from "./vue";
1818
export function Component(x: Config): any;`
1919
};
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
2022
it("should be able to create a language service which can respond to deinition requests without throwing", () => {
2123
const languageService = ts.createLanguageService({
2224
getCompilationSettings() {

0 commit comments

Comments
 (0)