|
| 1 | +=== tests/cases/compiler/gridview.ts === |
| 2 | +export type Sizing = any; |
| 3 | +>Sizing : Symbol(Sizing, Decl(gridview.ts, 0, 0), Decl(gridview.ts, 1, 12)) |
| 4 | + |
| 5 | +export const Sizing = null; |
| 6 | +>Sizing : Symbol(Sizing, Decl(gridview.ts, 0, 0), Decl(gridview.ts, 1, 12)) |
| 7 | + |
| 8 | +=== tests/cases/compiler/index.ts === |
| 9 | +// https://github.com/microsoft/TypeScript/issues/39195 |
| 10 | +export { Sizing as GridViewSizing } from './gridview'; |
| 11 | +>Sizing : Symbol(Sizing, Decl(gridview.ts, 0, 0), Decl(gridview.ts, 1, 12)) |
| 12 | +>GridViewSizing : Symbol(GridViewSizing, Decl(index.ts, 1, 8)) |
| 13 | + |
| 14 | +export namespace Sizing { |
| 15 | +>Sizing : Symbol(Sizing, Decl(index.ts, 1, 54)) |
| 16 | + |
| 17 | + export const Distribute = { type: 'distribute' }; |
| 18 | +>Distribute : Symbol(Distribute, Decl(index.ts, 3, 16)) |
| 19 | +>type : Symbol(type, Decl(index.ts, 3, 31)) |
| 20 | +} |
0 commit comments