From d1b6294ac1f927a9e14ef4c75b9c242e5bbc754f Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Fri, 16 May 2025 12:40:07 -0400 Subject: [PATCH 1/2] announce release of correct-ts-specifiers userland migration --- records/new/userland-migrations_correct-ts-specifiers | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 records/new/userland-migrations_correct-ts-specifiers diff --git a/records/new/userland-migrations_correct-ts-specifiers b/records/new/userland-migrations_correct-ts-specifiers new file mode 100644 index 0000000..51e0ed0 --- /dev/null +++ b/records/new/userland-migrations_correct-ts-specifiers @@ -0,0 +1,5 @@ +{ + "action": "post", + "account": "NODEJS_ORG", + "richText": "We've published a codemod to automatically migrate codebases using legacy tsc imports to standard ones that run in node!\n\nhttps://codemod.com/registry/nodejs-correct-ts-specifiers" +} From db3d9d335a4734b566221101b95a2dfbf94b5bf2 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Thu, 22 May 2025 15:02:03 -0400 Subject: [PATCH 2/2] fixup!: add simple usage example --- records/new/userland-migrations_correct-ts-specifiers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records/new/userland-migrations_correct-ts-specifiers b/records/new/userland-migrations_correct-ts-specifiers index 51e0ed0..38905d9 100644 --- a/records/new/userland-migrations_correct-ts-specifiers +++ b/records/new/userland-migrations_correct-ts-specifiers @@ -1,5 +1,5 @@ { "action": "post", "account": "NODEJS_ORG", - "richText": "We've published a codemod to automatically migrate codebases using legacy tsc imports to standard ones that run in node!\n\nhttps://codemod.com/registry/nodejs-correct-ts-specifiers" + "richText": "We've published a codemod to automatically migrate codebases using legacy tsc imports to standard ones that run in node!\n\nimport Foo from './foo' → import type Foo from './foo/index.ts'\n\nhttps://codemod.com/registry/nodejs-correct-ts-specifiers" }