mirror of https://github.com/sveltejs/svelte
chore: TS fixes cleanup (#14750)
* chore: TS fixes cleanup - move a test - revert seemginly unnecessary code changes * add another testpull/14758/head
parent
2bfdd1b436
commit
88a15cd706
@ -1,3 +0,0 @@
|
||||
import { test } from '../../assert';
|
||||
|
||||
export default test({});
|
@ -1,5 +0,0 @@
|
||||
<script lang="ts">
|
||||
// TypeScript syntax should not cause compilation failure
|
||||
interface MyInterface {}
|
||||
class MyClass implements MyInterface {}
|
||||
</script>
|
Loading…
Reference in new issue