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 | recipe46.md | 11 ## TypeScript section in Use arrow functions instead of function expressions |
| D | recipe90.md | 14 ## TypeScript section in Function return type inference is limited |
| D | recipe65.md | 14 ## TypeScript section in ``instanceof`` operator is partially supported |
| D | recipe83.md | 11 ## TypeScript section in Mapped type expression is not supported |
| D | recipe50.md | 11 ## TypeScript section in Class literals are not supported |
| D | recipe3.md | 11 ## TypeScript section in Private '#' identifiers are not supported |
| D | recipe49.md | 11 ## TypeScript section in Use generic functions instead of generic arrow functions |
| D | recipe29.md | 22 ## TypeScript section in Indexed access is not supported for fields |
| D | recipe16.md | 11 ## TypeScript section in Only one static block is supported |
| D | recipe22.md | 12 ## TypeScript section in Conditional types are not supported |
| D | recipe87.md | 12 ## TypeScript section in ``throw`` statements cannot accept values of arbitrary types |
| D | recipe92.md | 10 ## TypeScript section in Nested functions are not supported |
| D | recipe120.md | 11 ## TypeScript section in ``import default as ...`` is not supported |
| D | recipe21.md | 12 ## TypeScript section in Type notation using ``this`` is not supported |
| D | recipe96.md | 12 ## TypeScript section in Type guarding is supported with ``instanceof`` and ``as`` |
| D | recipe114.md | 11 ## TypeScript section in Namespaces cannot be used as objects |
| D | recipe30.md | 13 ## TypeScript section in Structural typing is 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 |
| D | recipe91.md | 11 ## TypeScript section in Destructuring parameter declarations are not supported |
| D | recipe150.md | 11 ## TypeScript section in ``import`` statements after other statements are not allowed |
| D | recipe138.md | 14 ## TypeScript section in Some of utility types are not supported |
| D | recipe74.md | 12 ## TypeScript section in Destructuring variable declarations are not supported |
| D | recipe34.md | 13 ## TypeScript section in Type inference in case of generic function calls is limited |
| D | recipe4.md | 11 ## TypeScript section in Use unique names for types and namespaces. |