oxc/crates/oxc_isolated_declarations/tests/snapshots
2024-06-29 05:24:36 +00:00
..
arrow-function-return-type.snap feat(isolated-declarations): add ts error code to the error message (#3755) 2024-06-19 14:33:29 +00:00
as-const.snap feat(isolated-declarations): transform const expression correctly (#3793) 2024-06-20 15:02:41 +00:00
async-function.snap fix(isolated-declarations): should stripe async and generator keyword after transformed (#3790) 2024-06-20 10:13:44 +00:00
class.snap fix(codegen): print type parameters for MethodDefinition (#3922) 2024-06-26 07:21:42 +00:00
declare-global.snap fix(codegen): should print TSModuleDeclarationKind instead of just module (#3957) 2024-06-29 05:24:36 +00:00
eliminate-imports.snap feat(codegen): print TSClassImplements and TSThisParameter (#3786) 2024-06-20 06:15:23 +00:00
empty-export.snap feat(isolated-declarations): add export {} when needed (#3754) 2024-06-19 14:33:27 +00:00
expando-function.snap fix(codegen): should print TSModuleDeclarationKind instead of just module (#3957) 2024-06-29 05:24:36 +00:00
function-overloads.snap 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.snap fix(isolated-declarations): report an error for parameters if they are ObjectPattern or ArrayPattern without an explicit type (#3810) 2024-06-21 10:20:28 +00:00
generator.snap fix(isolated-declarations): should stripe async and generator keyword after transformed (#3790) 2024-06-20 10:13:44 +00:00
infer-expression.snap fix(isolated-declarations): inferring of UnrayExpression incorrectly (#3920) 2024-06-26 07:21:35 +00:00
infer-return-type.snap 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.snap feat(isolated-declarations): improve the inference template literal (#3797) 2024-06-20 15:02:45 +00:00
non-exported-binding-elements.snap feat(isolated-declarations): add ts error code to the error message (#3755) 2024-06-19 14:33:29 +00:00
readonly.snap feat(codegen): print readonly keyword for TSIndexSignature (#3791) 2024-06-20 10:13:51 +00:00
set-get-accessor.snap feat(isolated-declarations): add ts error code to the error message (#3755) 2024-06-19 14:33:29 +00:00