oxc/crates/oxc_isolated_declarations/tests/fixtures
2024-06-20 06:15:23 +00:00
..
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
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
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
non-exported-binding-elements.ts fix(isolated-declarations): false positives for non-exported binding elements (#3751) 2024-06-19 14:06:08 +00:00
set-get-accessor.ts feat(isolated-declarations): improve inferring the type of accessor (#3749) 2024-06-19 14:06:02 +00:00