dmnd / dedent

⬅️ ES6 string tag that strips indentation from multi-line strings.
MIT License
931 stars 36 forks source link

build: convert dedent.ts and tests to TypeScript #51

Closed JoshuaKGoldberg closed 1 year ago

JoshuaKGoldberg commented 1 year ago

Fixes #50.

Integrates with a few tools:

Types are moved from index.d.ts to dist/dedent.d.ts to match the other dist/* files. I confirmed with the attw cli that these support various Node resolution strategies.

macro.js and macro.d.ts are untouched, per #50 -> #52.

JoshuaKGoldberg commented 1 year ago

Published as dedent@1.1.0 (#53).