Use babel instead of ts lib and do only doctests
This commit is contained in:
parent
587ac52c05
commit
31921f95bf
11 changed files with 3788 additions and 216 deletions
11
unused-test-files/ex.ts
Normal file
11
unused-test-files/ex.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
export const j = 1
|
||||
export module A {
|
||||
export const c = 1
|
||||
export const s = 1
|
||||
export interface J {
|
||||
u: number
|
||||
}
|
||||
}
|
||||
export namespace N {
|
||||
export const d = 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue