slevithan / regex

Context-aware regex template tag with advanced features and best practices built-in
MIT License
272 stars 4 forks source link

Add support for TypeScript #6

Open rauschma opened 1 week ago

rauschma commented 1 week ago

Someone who knows more about .d.ts files and packages should probably take a look at what I have set up. I’ll ask on Mastodon.

Command for checking if the types are correct (potential addition to package.json "scripts"):

npx --package=@arethetypeswrong/cli attw .
slevithan commented 1 week ago

Thanks for the PR, @rauschma!! I'm traveling for the next couple days but will follow up on this shortly after.