oxc/crates/oxc_isolated_declarations/tests/fixtures
2024-11-08 11:51:41 +00:00
..
arrow-function-return-type.ts test(isolated-declarations): arrow function unions in return signature (#5973) 2024-09-23 02:44:01 +00:00
as-const.ts
async-function.ts
class.ts fix(isolated-declarations): False positive for class private getter with non-inferrable return type (#5987) 2024-09-23 15:28:29 +08:00
declare-global.ts
eliminate-imports.ts fix(isolated-declarations): don't collect references when ExportNamedDeclaration has source (#5926) 2024-09-20 14:19:03 +00:00
empty-export.ts fix(isolated-declarations): missing empty export when has an export declare (#5925) 2024-09-20 14:19:02 +00:00
empty-export2.ts
expando-function.ts
export-default.ts fix(isolated-declarations): accidentally collected references of original ast (#6102) 2024-09-27 05:43:02 +00:00
function-overloads.ts
function-parameters.ts fix(isolated-declarations): false positive for function with a type asserted parameters (#6181) 2024-10-01 07:57:49 +00:00
function-signatures.ts test(isolated-declarations): arrow function unions in return signature (#5973) 2024-09-23 02:44:01 +00:00
generator.ts
infer-expression.ts fix(isolated-declarations): Report uninferrable types in arrays (#6084) 2024-09-27 07:31:22 +08:00
infer-return-type.ts fix(isolated-declarations): wrap TSFunctionType in parentheses if it is inside the TSUnionType (#5963) 2024-09-22 10:10:52 +00:00
infer-template-literal.ts
mapped-types.ts
module-declaration-with-export.ts feat(isolated-declarations): handle export in the namespace correctly (#5950) 2024-09-21 16:39:58 +00:00
module-declaration.ts
non-exported-binding-elements.ts
readonly.ts
set-get-accessor.ts
signatures.ts fix(isolated-declarations): infer failed if there are two setter/getter methods that need to be inferred (#5967) 2024-09-22 13:41:47 +00:00
strip-internal.ts feat(isolated_declarations): add stripInternal (#5878) 2024-09-19 23:14:47 +08:00
ts-export-assignment.ts feat(isolated-declarations): support transform TSExportAssignment declaration (#7204) 2024-11-08 11:51:41 +00:00