| .. |
|
arrow-function-return-type.ts
|
feat(isolated-declarations): shrink span for arrow function that needs an explicit return type (#3752)
|
2024-06-19 14:33:24 +00:00 |
|
as-const.ts
|
feat(isolated-declarations): transform const expression correctly (#3793)
|
2024-06-20 15:02:41 +00:00 |
|
async-function.ts
|
fix(isolated-declarations): should stripe async and generator keyword after transformed (#3790)
|
2024-06-20 10:13:44 +00:00 |
|
eliminate-imports.ts
|
feat(codegen): print TSClassImplements and TSThisParameter (#3786)
|
2024-06-20 06:15:23 +00:00 |
|
empty-export.ts
|
feat(isolated-declarations): add export {} when needed (#3754)
|
2024-06-19 14:33:27 +00:00 |
|
function-overloads.ts
|
fix(isolated-declarations): transform incorrectly when there are multiple functions with the same name (#3753)
|
2024-06-19 14:33:25 +00:00 |
|
function-parameters.ts
|
feat(isolated-declarations): treat AssignmentPattern as optional (#3748)
|
2024-06-19 14:05:59 +00:00 |
|
generator.ts
|
fix(isolated-declarations): should stripe async and generator keyword after transformed (#3790)
|
2024-06-20 10:13:44 +00:00 |
|
infer-expression.ts
|
feat(isolated-declarations): support inferring ParenthesizedExpression (#3769)
|
2024-06-19 15:43:21 +00:00 |
|
infer-return-type.ts
|
fix(isolated-declarations): inferring an incorrect return type when there is an arrow function inside a function (#3768)
|
2024-06-19 15:43:15 +00:00 |
|
infer-template-literal.ts
|
feat(isolated-declarations): improve the inference template literal (#3797)
|
2024-06-20 15:02:45 +00:00 |
|
non-exported-binding-elements.ts
|
fix(isolated-declarations): false positives for non-exported binding elements (#3751)
|
2024-06-19 14:06:08 +00:00 |
|
readonly.ts
|
feat(codegen): print readonly keyword for TSIndexSignature (#3791)
|
2024-06-20 10:13:51 +00:00 |
|
set-get-accessor.ts
|
feat(isolated-declarations): improve inferring the type of accessor (#3749)
|
2024-06-19 14:06:02 +00:00 |