File: esnextmodulekindWithES5Target6.symbols

package info (click to toggle)
node-typescript 4.9.5%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 533,908 kB
  • sloc: javascript: 2,018,330; makefile: 7; sh: 1
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))
}