oxc/crates/oxc_isolated_declarations/tests/fixtures
2024-09-22 10:10:52 +00:00
..
arrow-function-return-type.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
as-const.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
async-function.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
class.ts fix(isolated-declarations): should print constructor assignments first (#5934) 2024-09-21 07:52:51 +00:00
declare-global.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
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 test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
expando-function.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
function-overloads.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
function-parameters.ts fix(isolated-declarations): do not union a undefined when the param type is any or unknown (#5930) 2024-09-20 15:12:01 +00:00
generator.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
infer-expression.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00: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 test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
mapped-types.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
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 fix(isolated-declarations): bindings referenced in TSModuleDeclaration are removed incorrectly (#5680) 2024-09-10 16:22:07 +00:00
non-exported-binding-elements.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
readonly.ts feat(codegen): print readonly keyword for TSIndexSignature (#3791) 2024-06-20 10:13:51 +00:00
set-get-accessor.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
signatures.ts fix(isolated-declarations): should not transform signature that has type annotation (#5927) 2024-09-20 14:19:04 +00:00
strip-internal.ts feat(isolated_declarations): add stripInternal (#5878) 2024-09-19 23:14:47 +08:00