swc/crates/swc_fast_ts_strip/tests/fixture
2024-11-04 10:41:22 +09:00
..
declare-enum fix(es/typescript): Fix replacement logic of fast TS strip (#9163) 2024-07-06 15:25:55 +09:00
mixed chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
nonnull-assertion chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
satisfies chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
type-alias chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
type-ann/var-decl chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
type-assertions chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
class-properties.js feat(es/typescript): Add native_class_properties to skip reordering of class properties inits (#9421) 2024-08-14 09:11:04 +09:00
class-properties.swc-stderr feat(es/typescript): Add native_class_properties to skip reordering of class properties inits (#9421) 2024-08-14 09:11:04 +09:00
class-properties.transform.js feat(es/typescript): Add native_class_properties to skip reordering of class properties inits (#9421) 2024-08-14 09:11:04 +09:00
class-properties.ts feat(es/typescript): Add native_class_properties to skip reordering of class properties inits (#9421) 2024-08-14 09:11:04 +09:00
class.js feat(es/typescript): Improve fast TS strip (#9166) 2024-07-06 20:42:13 +09:00
class.transform.js chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
class.ts feat(es/typescript): Improve fast TS strip (#9166) 2024-07-06 20:42:13 +09:00
const-assertion.js feat(es/typescript): Add swc_fast_ts_strip (#9143) 2024-07-05 21:07:24 +09:00
const-assertion.transform.js chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
const-assertion.ts feat(es/typescript): Add swc_fast_ts_strip (#9143) 2024-07-05 21:07:24 +09:00
export-declare.js fix(es/typescript): Strip declare export in strip-only mode (#9374) 2024-08-04 14:19:45 +09:00
export-declare.transform.js fix(es/typescript): Strip declare export in strip-only mode (#9374) 2024-08-04 14:19:45 +09:00
export-declare.ts fix(es/typescript): Strip declare export in strip-only mode (#9374) 2024-08-04 14:19:45 +09:00
export-interface.js fix(es/typescript): Strip declare export in strip-only mode (#9374) 2024-08-04 14:19:45 +09:00
export-interface.transform.js fix(es/typescript): Strip declare export in strip-only mode (#9374) 2024-08-04 14:19:45 +09:00
export-interface.ts fix(es/typescript): Strip declare export in strip-only mode (#9374) 2024-08-04 14:19:45 +09:00
instantiation-expr.js feat(es/typescript): Add swc_fast_ts_strip (#9143) 2024-07-05 21:07:24 +09:00
instantiation-expr.transform.js chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
instantiation-expr.ts feat(es/typescript): Add swc_fast_ts_strip (#9143) 2024-07-05 21:07:24 +09:00
issue-9331.js fix(es/typescript): Handle backtick in ASI issue (#9367) 2024-08-01 22:38:52 +09:00
issue-9331.transform.js fix(es/typescript): Handle backtick in ASI issue (#9367) 2024-08-01 22:38:52 +09:00
issue-9331.ts fix(es/typescript): Handle backtick in ASI issue (#9367) 2024-08-01 22:38:52 +09:00
issue-9355.js fix(es/typescript): Fix ASI in expression for fast strip (#9358) 2024-07-31 13:33:33 +00:00
issue-9355.transform.js fix(es/typescript): Fix ASI in expression for fast strip (#9358) 2024-07-31 13:33:33 +00:00
issue-9355.ts fix(es/typescript): Fix ASI in expression for fast strip (#9358) 2024-07-31 13:33:33 +00:00
issue-9396.js fix(es/typescript): Strip declaration of exported function overloads (#9397) 2024-08-08 06:25:06 +00:00
issue-9396.transform.js fix(es/typescript): Strip declaration of exported function overloads (#9397) 2024-08-08 06:25:06 +00:00
issue-9396.ts fix(es/typescript): Strip declaration of exported function overloads (#9397) 2024-08-08 06:25:06 +00:00
issue-9681.js fix(es/typescript): Handle ASI hazards in fast type strip (#9707) 2024-11-04 10:41:22 +09:00
issue-9681.transform.js fix(es/typescript): Handle ASI hazards in fast type strip (#9707) 2024-11-04 10:41:22 +09:00
issue-9681.ts fix(es/typescript): Handle ASI hazards in fast type strip (#9707) 2024-11-04 10:41:22 +09:00
issue-9698.js fix(es/typescript): Handle multiline type parameters in async arrow functions (#9704) 2024-11-02 10:10:57 +09:00
issue-9698.transform.js fix(es/typescript): Handle multiline type parameters in async arrow functions (#9704) 2024-11-02 10:10:57 +09:00
issue-9698.ts fix(es/typescript): Handle multiline type parameters in async arrow functions (#9704) 2024-11-02 10:10:57 +09:00
modules.js feat(es/typescript): Improve fast TS stripper (#9152) 2024-07-05 21:34:03 +09:00
modules.ts feat(es/typescript): Improve fast TS stripper (#9152) 2024-07-05 21:34:03 +09:00
namespaces.js feat(es/typescript): Improve fast TS stripper (#9152) 2024-07-05 21:34:03 +09:00
namespaces.ts feat(es/typescript): Improve fast TS stripper (#9152) 2024-07-05 21:34:03 +09:00
pat-optional.js feat(es/typescript): Add swc_fast_ts_strip (#9143) 2024-07-05 21:07:24 +09:00
pat-optional.transform.js chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
pat-optional.ts feat(es/typescript): Add swc_fast_ts_strip (#9143) 2024-07-05 21:07:24 +09:00
single-ts-stmt.js fix(es/typescript): Handle single type statement in if/for/while (#9364) 2024-08-01 19:49:44 +09:00
single-ts-stmt.transform.js fix(es/typescript): Handle single type statement in if/for/while (#9364) 2024-08-01 19:49:44 +09:00
single-ts-stmt.ts fix(es/typescript): Handle single type statement in if/for/while (#9364) 2024-08-01 19:49:44 +09:00
test-1.js fix(es/typescript): Fix replacement logic of fast TS strip (#9163) 2024-07-06 15:25:55 +09:00
test-1.transform.js chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
test-1.ts fix(es/typescript): Fix replacement logic of fast TS strip (#9163) 2024-07-06 15:25:55 +09:00
test-case-1.js fix(es/typescript): Preserve type assertions (#9328) 2024-07-24 13:07:39 +09:00
test-case-1.swc-stderr fix(es/typescript): Preserve type assertions (#9328) 2024-07-24 13:07:39 +09:00
test-case-1.transform.js chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
test-case-1.ts fix(es/typescript): Handle unicode for fast ts strip (#9202) 2024-07-11 18:08:17 +09:00
this-param.js feat(es/typescript): Improve fast TS stripper (#9153) 2024-07-06 06:44:08 +09:00
this-param.transform.js chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
this-param.ts feat(es/typescript): Improve fast TS stripper (#9153) 2024-07-06 06:44:08 +09:00
tricky.js fix(es/typescript): Fix tricky cases in TS fast strip (#9159) 2024-07-06 05:24:02 +00:00
tricky.transform.js chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
tricky.ts fix(es/typescript): Fix tricky cases in TS fast strip (#9159) 2024-07-06 05:24:02 +00:00
type-import-export.js feat(es/typescript): Improve fast TS strip (#9166) 2024-07-06 20:42:13 +09:00
type-import-export.transform.js chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
type-import-export.ts feat(es/typescript): Improve fast TS strip (#9166) 2024-07-06 20:42:13 +09:00
unicode.js fix(es/typescript): Preserve type assertions (#9328) 2024-07-24 13:07:39 +09:00
unicode.swc-stderr fix(es/typescript): Preserve type assertions (#9328) 2024-07-24 13:07:39 +09:00
unicode.transform.js chore: Apply cargo-autoinherit (#9244) 2024-07-15 10:54:00 +00:00
unicode.ts fix(es/typescript): Handle unicode for fast ts strip (#9202) 2024-07-11 18:08:17 +09:00