oxc/crates/oxc_isolated_declarations/tests/snapshots
2024-07-21 19:54:21 +08: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 feat(codegen): add option for choosing quotes; remove slow choose_quot method (#4219) 2024-07-12 03:08:22 +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 feat(codegen): add option for choosing quotes; remove slow choose_quot method (#4219) 2024-07-12 03:08:22 +00:00
empty-export.snap
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
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
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