Searched defs:TypeScript (Results 1 – 25 of 162) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ | ||
| D | recipe149.md | 12 ## TypeScript section in Classes cannot be used as objects |
| D | recipe138.md | 14 ## TypeScript section in Some of utility types are not supported |
| D | recipe50.md | 11 ## TypeScript section in Class literals are not supported |
| D | recipe104.md | 11 ## TypeScript section in Interfaces cannot extend classes |
| D | recipe22.md | 12 ## TypeScript section in Conditional types are not supported |
| D | recipe4.md | 11 ## TypeScript section in Use unique names for types and namespaces. |
| D | recipe116.md | 11 ## TypeScript section in Non-declaration statements in namespaces are not supported |
| D | recipe19.md | 11 ## TypeScript section in Use inheritance instead of intersection types |
| D | recipe17.md | 10 ## TypeScript section in Indexed signatures are not supported |
| D | recipe34.md | 13 ## TypeScript section in Type inference in case of generic function calls is limited |
| D | recipe96.md | 12 ## TypeScript section in Type guarding is supported with ``instanceof`` and ``as`` |
| D | recipe99.md | 14 ## TypeScript section in It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals |
| D | recipe119.md | 12 ## TypeScript section in Importing a module for side-effects only is not supported |
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/docs/rules/ | ||
| D | recipe149.md | 12 ## TypeScript section in Classes cannot be used as objects |
| D | recipe16.md | 11 ## TypeScript section in Only one static block is supported |
| D | recipe92.md | 10 ## TypeScript section in Nested functions are not supported |
| D | recipe4.md | 11 ## TypeScript section in Use unique names for types and namespaces. |
| D | recipe34.md | 13 ## TypeScript section in Type inference in case of generic function calls is limited |
| D | recipe46.md | 11 ## TypeScript section in Use arrow functions instead of function expressions |
| D | recipe120.md | 11 ## TypeScript section in ``import default as ...`` is not supported |
| D | recipe148.md | 11 ## TypeScript section in No decorators except ArkUI decorators are currently allowed |
| D | recipe127.md | 11 ## TypeScript section in Special ``export type`` declarations are not supported |
| D | recipe22.md | 12 ## TypeScript section in Conditional types are not supported |
| D | recipe17.md | 10 ## TypeScript section in Indexed signatures are not supported |
| D | recipe25.md | 11 ## TypeScript section in Declaring fields in ``constructor`` is not supported |