oxc/crates/oxc_isolated_declarations/tests/snapshots
2024-07-08 06:51:28 +00:00
..
arrow-function-return-type.snap fix(isolated_declarations): Infer type of template literal expressions as string (#4068) 2024-07-08 00:41:33 +08: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(isolated-declarations): do not infer type for private parameters (#4105) 2024-07-08 06:51:28 +00:00
declare-global.snap fix(isolated-declarations): if declarations is referenced in declare global then keep it (#3982) 2024-06-30 11:34:04 +00:00
eliminate-imports.snap fix(isolated-declarations): eliminate imports incorrectly when they are used in TSInferType (#4043) 2024-07-03 15:32:27 +00:00
empty-export.snap feat(isolated-declarations): add export {} when needed (#3754) 2024-06-19 14:33:27 +00:00
empty-export2.snap fix(isolated-declarations): should emit export {} when only having ImportDeclaration (#4026) 2024-07-02 13:47:30 +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): Remove nested AssignmentPatterns from inside parameters (#4077) 2024-07-08 11:06:26 +08: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): Infer type of template literal expressions as string (#4068) 2024-07-08 00:41:33 +08:00
infer-template-literal.snap fix(isolated_declarations): Infer type of template literal expressions as string (#4068) 2024-07-08 00:41:33 +08:00
mapped-types.snap fix(isolated_declarations): add mapped-type constraint to the scope (#4037) 2024-07-03 09:45:03 +08:00
non-exported-binding-elements.snap fix(isolated-declarations): binding elements with export should report an error (#4025) 2024-07-02 13:47:28 +00:00
readonly.snap feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +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