File: exportAsNamespace.d.symbols

package info (click to toggle)
node-typescript 2.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 203,952 kB
  • ctags: 52,987
  • sloc: sh: 11; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
=== tests/cases/compiler/exportAsNamespace.d.ts ===
// issue: https://github.com/Microsoft/TypeScript/issues/11545

export var X;
>X : Symbol(X, Decl(exportAsNamespace.d.ts, 2, 10))

export as namespace N
>N : Symbol(N, Decl(exportAsNamespace.d.ts, 2, 13))