oxc/crates/oxc_isolated_declarations/tests/fixtures
2024-09-20 14:19:02 +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): Class properties should still be lifted from private constructors (#4934) 2024-08-16 21:43:44 +08:00
declare-global.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
eliminate-imports.ts test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +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 test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +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 test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +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.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): false positive for setter method in interface (#5681) 2024-09-10 16:22:08 +00:00
strip-internal.ts feat(isolated_declarations): add stripInternal (#5878) 2024-09-19 23:14:47 +08:00