Searched defs:TypeScript (Results 1 – 25 of 77) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ | ||
| D | recipe149.md | 12 ## TypeScript section in Classes cannot be used as objects |
| D | recipe106.md | 11 ## TypeScript section in Constructor function type is not supported |
| D | recipe30.md | 13 ## TypeScript section in Structural typing is not supported |
| D | recipe83.md | 11 ## TypeScript section in Mapped type expression is not supported |
| D | recipe16.md | 11 ## TypeScript section in Only one static block is supported |
| D | recipe102.md | 14 ## TypeScript section in Interface can not extend interfaces with the same method |
| D | recipe87.md | 12 ## TypeScript section in ``throw`` statements cannot accept values of arbitrary types |
| D | recipe142.md | 12 ## TypeScript section in ``as const`` assertions are not supported |
| D | recipe21.md | 11 ## TypeScript section in ``this`` typing is supported only for methods with explicit ``this`` return |
| D | recipe19.md | 11 ## TypeScript section in Use inheritance instead of intersection types |
| D | recipe92.md | 10 ## TypeScript section in Nested functions are not supported |
| D | recipe90.md | 14 ## TypeScript section in Function return type inference is limited |
| D | recipe25.md | 11 ## TypeScript section in Declaring fields in ``constructor`` is not supported |
| D | recipe34.md | 13 ## TypeScript section in Type inference in case of generic function calls is limited |
| D | recipe28.md | 10 ## TypeScript section in Indexed access types are not supported |
| D | recipe49.md | 11 ## TypeScript section in Use generic functions instead of generic arrow functions |
| D | recipe120.md | 11 ## TypeScript section in ``import default as ...`` is not supported |
| D | recipe116.md | 11 ## TypeScript section in Non-declaration statements in namespaces are not supported |
| D | recipe113.md | 11 ## TypeScript section in ``enum`` declaration merging is not supported |
| D | recipe17.md | 10 ## TypeScript section in Indexed signatures are not supported |
| D | recipe147.md | 12 ## TypeScript section in No dependencies on TypeScript code are currently allowed |
| D | recipe134.md | 12 ## TypeScript section in Definite assignment assertions are not supported |
| D | recipe114.md | 11 ## TypeScript section in Namespaces cannot be used as objects |
| D | recipe50.md | 11 ## TypeScript section in Class literals are not supported |
| 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 |