oxc/crates/oxc_isolated_declarations/tests/snapshots
2024-09-10 16:22:07 +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(codegen): add option for choosing quotes; remove slow choose_quot method (#4219) 2024-07-12 03:08:22 +00:00
async-function.snap fix(isolated-declarations): remove the async and generator keywords from MethodDefinition (#4130) 2024-07-09 03:58:47 +00:00
class.snap fix(isolated_declarations): Class properties should still be lifted from private constructors (#4934) 2024-08-16 21:43:44 +08: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 feat(codegen): add option for choosing quotes; remove slow choose_quot method (#4219) 2024-07-12 03:08:22 +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(isolated_declarations): namespaces that are default exported should be considered for expando functions (#4935) 2024-08-19 11:24:05 +08: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(codegen): print shorthand for all { x } variants (#4374) 2024-07-21 19:54:21 +08:00
generator.snap fix(isolated-declarations): remove the async and generator keywords from MethodDefinition (#4130) 2024-07-09 03:58:47 +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 feat(codegen): add option for choosing quotes; remove slow choose_quot method (#4219) 2024-07-12 03:08:22 +00:00
mapped-types.snap feat(codegen): add option for choosing quotes; remove slow choose_quot method (#4219) 2024-07-12 03:08:22 +00:00
module-declaration.snap fix(isolated-declarations): bindings referenced in TSModuleDeclaration are removed incorrectly (#5680) 2024-09-10 16:22:07 +00: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