|
| 1 | +=== /node_modules/tslib/index.d.ts === |
| 2 | +export declare function __classPrivateFieldGet<T extends object, V>( |
| 3 | +>__classPrivateFieldGet : Symbol(__classPrivateFieldGet, Decl(index.d.ts, 0, 0), Decl(index.d.ts, 4, 5)) |
| 4 | +>T : Symbol(T, Decl(index.d.ts, 0, 47)) |
| 5 | +>V : Symbol(V, Decl(index.d.ts, 0, 64)) |
| 6 | + |
| 7 | + receiver: T, |
| 8 | +>receiver : Symbol(receiver, Decl(index.d.ts, 0, 68)) |
| 9 | +>T : Symbol(T, Decl(index.d.ts, 0, 47)) |
| 10 | + |
| 11 | + state: { has(o: T): boolean, get(o: T): V | undefined }, |
| 12 | +>state : Symbol(state, Decl(index.d.ts, 1, 14)) |
| 13 | +>has : Symbol(has, Decl(index.d.ts, 2, 10)) |
| 14 | +>o : Symbol(o, Decl(index.d.ts, 2, 15)) |
| 15 | +>T : Symbol(T, Decl(index.d.ts, 0, 47)) |
| 16 | +>get : Symbol(get, Decl(index.d.ts, 2, 30)) |
| 17 | +>o : Symbol(o, Decl(index.d.ts, 2, 35)) |
| 18 | +>T : Symbol(T, Decl(index.d.ts, 0, 47)) |
| 19 | +>V : Symbol(V, Decl(index.d.ts, 0, 64)) |
| 20 | + |
| 21 | + kind?: "f" |
| 22 | +>kind : Symbol(kind, Decl(index.d.ts, 2, 58)) |
| 23 | + |
| 24 | +): V; |
| 25 | +>V : Symbol(V, Decl(index.d.ts, 0, 64)) |
| 26 | + |
| 27 | +export declare function __classPrivateFieldGet<T extends new (...args: any[]) => unknown, V>( |
| 28 | +>__classPrivateFieldGet : Symbol(__classPrivateFieldGet, Decl(index.d.ts, 0, 0), Decl(index.d.ts, 4, 5)) |
| 29 | +>T : Symbol(T, Decl(index.d.ts, 5, 47)) |
| 30 | +>args : Symbol(args, Decl(index.d.ts, 5, 62)) |
| 31 | +>V : Symbol(V, Decl(index.d.ts, 5, 89)) |
| 32 | + |
| 33 | + receiver: T, |
| 34 | +>receiver : Symbol(receiver, Decl(index.d.ts, 5, 93)) |
| 35 | +>T : Symbol(T, Decl(index.d.ts, 5, 47)) |
| 36 | + |
| 37 | + state: T, |
| 38 | +>state : Symbol(state, Decl(index.d.ts, 6, 14)) |
| 39 | +>T : Symbol(T, Decl(index.d.ts, 5, 47)) |
| 40 | + |
| 41 | + kind: "f", |
| 42 | +>kind : Symbol(kind, Decl(index.d.ts, 7, 11)) |
| 43 | + |
| 44 | + f: { value: V } |
| 45 | +>f : Symbol(f, Decl(index.d.ts, 8, 12)) |
| 46 | +>value : Symbol(value, Decl(index.d.ts, 9, 6)) |
| 47 | +>V : Symbol(V, Decl(index.d.ts, 5, 89)) |
| 48 | + |
| 49 | +): V; |
| 50 | +>V : Symbol(V, Decl(index.d.ts, 5, 89)) |
| 51 | + |
| 52 | +=== /node_modules/tslib/index.d.mts === |
| 53 | +export { __classPrivateFieldGet } from "./index.js"; |
| 54 | +>__classPrivateFieldGet : Symbol(__classPrivateFieldGet, Decl(index.d.mts, 0, 8)) |
| 55 | + |
| 56 | +=== /index.mts === |
| 57 | +export class Foo { |
| 58 | +>Foo : Symbol(Foo, Decl(index.mts, 0, 0)) |
| 59 | + |
| 60 | + constructor() { |
| 61 | + console.log(Foo.#test()); |
| 62 | +>console.log : Symbol(Console.log, Decl(lib.dom.d.ts, --, --)) |
| 63 | +>console : Symbol(console, Decl(lib.dom.d.ts, --, --)) |
| 64 | +>log : Symbol(Console.log, Decl(lib.dom.d.ts, --, --)) |
| 65 | +>Foo.#test : Symbol(Foo.#test, Decl(index.mts, 3, 3)) |
| 66 | +>Foo : Symbol(Foo, Decl(index.mts, 0, 0)) |
| 67 | + } |
| 68 | + |
| 69 | + static #test() { |
| 70 | +>#test : Symbol(Foo.#test, Decl(index.mts, 3, 3)) |
| 71 | + |
| 72 | + return 'success'; |
| 73 | + } |
| 74 | +} |
| 75 | + |
0 commit comments