File: esnextmodulekindWithES5Target6.symbols

package info (click to toggle)
node-typescript 3.3.3333-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324,548 kB
  • sloc: makefile: 6; sh: 3
file content (16 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
=== tests/cases/conformance/externalModules/esnext/esnextmodulekindWithES5Target6.ts ===
export function f1(d = 0) {
>f1 : Symbol(f1, Decl(esnextmodulekindWithES5Target6.ts, 0, 0))
>d : Symbol(d, Decl(esnextmodulekindWithES5Target6.ts, 0, 19))
}

export function f2(...arg) {
>f2 : Symbol(f2, Decl(esnextmodulekindWithES5Target6.ts, 1, 1))
>arg : Symbol(arg, Decl(esnextmodulekindWithES5Target6.ts, 3, 19))
}

export default function f3(d = 0) {
>f3 : Symbol(f3, Decl(esnextmodulekindWithES5Target6.ts, 4, 1))
>d : Symbol(d, Decl(esnextmodulekindWithES5Target6.ts, 6, 27))
}