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 | recipe30.md | 13 ## TypeScript section in Structural typing is not supported |
| D | recipe69.md | 11 ## TypeScript section in Destructuring assignment is not supported |
| D | recipe87.md | 12 ## TypeScript section in ``throw`` statements cannot accept values of arbitrary types |
| D | recipe25.md | 11 ## TypeScript section in Declaring fields in ``constructor`` is not supported |
| D | recipe49.md | 11 ## TypeScript section in Use generic functions instead of generic arrow functions |
| D | recipe114.md | 11 ## TypeScript section in Namespaces cannot be used as objects |
| D | recipe94.md | 11 ## TypeScript section in Generator functions are not supported |
| D | recipe134.md | 12 ## TypeScript section in Definite assignment assertions are not supported |
| D | recipe71.md | 11 ## TypeScript section in The comma operator ``,`` is supported only in ``for`` loops |
| D | recipe52.md | 15 ## TypeScript section in Reassigning object methods 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 | recipe3.md | 11 ## TypeScript section in Private '#' identifiers are not supported |
| D | recipe22.md | 12 ## TypeScript section in Conditional types are not supported |
| D | recipe103.md | 11 ## TypeScript section in Declaration merging is not supported |
| D | recipe92.md | 10 ## TypeScript section in Nested functions are not supported |
| D | recipe138.md | 14 ## TypeScript section in Some of utility types are not supported |
| D | recipe116.md | 11 ## TypeScript section in Non-declaration statements in namespaces are not supported |
| D | recipe74.md | 12 ## TypeScript section in Destructuring variable declarations are not supported |
| D | recipe21.md | 11 ## TypeScript section in ``this`` typing is supported only for methods with explicit ``this`` return |
| D | recipe16.md | 11 ## TypeScript section in Only one static block is supported |
| D | recipe5.md | 10 ## TypeScript section in Use ``let`` instead of ``var`` |
| D | recipe28.md | 10 ## TypeScript section in Indexed access types are not supported |
| D | recipe150.md | 11 ## TypeScript section in ``import`` statements after other statements are not allowed |
| D | recipe4.md | 11 ## TypeScript section in Use unique names for types and namespaces. |