alstr / todo-to-issue-action

Action that converts TODO comments to GitHub issues on push.
MIT License
603 stars 115 forks source link

Add additional TSX comment syntax #191

Closed coren-frankel closed 2 months ago

coren-frankel commented 2 months ago

Addressing the discussion in #160, this adds the secondary block syntax for .tsx files. Includes tests for each of the 3 TSX comment types, as well as a consolidation of the previous "javascript" tests which were running once for .json5 and then again for .jsonc.

alstr commented 2 months ago

Thanks!