Home
last modified time | relevance | path

Searched defs:T2 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/test/
Ddelete_operator.ts28 type T2 = { alias
Dunique_names.ts183 class T2 {} class
184 namespace T2 {} namespace
Dmodules.ts94 import { type T1, type T2 as T3 } from 'foobar'; alias
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Ddelete_operator.ts28 type T2 = { alias
Dunique_names.ts183 class T2 {} class
184 namespace T2 {} namespace
/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/type_alias/
Dtype_alias.ts26 type T2 = Test; alias
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_infer-type-with-extends1.ts27 type T2<T extends (...args: any[]) => void> = T extends (a: infer U extends string) => void ? ["str… alias
Dtest_satisfies.ts25 type T2 = (x: string) => void; alias
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/templates/
Dtest.template.ts218 export type T2 = Extract< alias