Convert macro.js to TypeScript
JoshuaKGoldberg opened this issue · 0 comments
JoshuaKGoldberg commented
Following #50 -> #51: I didn't try to convert macro.js
to TypeScript because I'm not very familiar with https://github.com/kentcdodds/babel-plugin-macros. But in theory it'd be nice for someone who is more familiar to:
- Delete
macro.d.ts
- Rename
macro.js
tomacro.ts
- Adjust the build tooling so that
macro.d.ts
gets recreated, akin to today'sbuild:types
fordedent.js
->dist/dedent.d.ts