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 | recipe102.md | 14 ## TypeScript section in Interface can not extend interfaces with the same method |
| D | recipe120.md | 11 ## TypeScript section in ``import default as ...`` is not supported |
| D | recipe134.md | 12 ## TypeScript section in Definite assignment assertions are not supported |
| D | recipe29.md | 22 ## TypeScript section in Indexed access is not supported for fields |
| D | recipe52.md | 15 ## TypeScript section in Reassigning object methods is not supported |
| D | recipe17.md | 10 ## TypeScript section in Indexed signatures are not supported |
| D | recipe113.md | 11 ## TypeScript section in ``enum`` declaration merging is not supported |
| D | recipe91.md | 11 ## TypeScript section in Destructuring parameter declarations are not supported |
| D | recipe116.md | 11 ## TypeScript section in Non-declaration statements in namespaces are not supported |
| D | recipe87.md | 12 ## TypeScript section in ``throw`` statements cannot accept values of arbitrary types |
| D | recipe103.md | 11 ## TypeScript section in Declaration merging is not supported |
| D | recipe53.md | 15 ## TypeScript section in Only ``as T`` syntax is supported for type casts |
| D | recipe83.md | 11 ## TypeScript section in Mapped type expression is not supported |
| D | recipe46.md | 11 ## TypeScript section in Use arrow functions instead of function expressions |
| D | recipe92.md | 10 ## TypeScript section in Nested functions are not supported |
| D | recipe96.md | 12 ## TypeScript section in Type guarding is supported with ``instanceof`` and ``as`` |
| D | recipe69.md | 11 ## TypeScript section in Destructuring assignment is not supported |
| D | recipe3.md | 11 ## TypeScript section in Private '#' identifiers are not supported |
| D | recipe19.md | 11 ## TypeScript section in Use inheritance instead of intersection types |
| D | recipe28.md | 10 ## TypeScript section in Indexed access types are not supported |
| D | recipe142.md | 12 ## TypeScript section in ``as const`` assertions are not supported |
| D | recipe90.md | 14 ## TypeScript section in Function return type inference is limited |
| D | recipe94.md | 11 ## TypeScript section in Generator functions are not supported |
| D | recipe65.md | 14 ## TypeScript section in ``instanceof`` operator is partially supported |