Skip to content

v0.0.4

Latest

Choose a tag to compare

@nyxb nyxb released this 12 May 08:10
· 3 commits to main since this release

compare changes

🚀 Enhancements

  • README.md): add support for .jsx and .tsx files in .d.ts creation 🐛 fix(js.ts): add support for .jsx and .tsx files in jsLoader 🧪 test(jsx-tsx.test.ts: Add tests for .jsx and .tsx files in jsLoader The changes add support for .jsx and .tsx files in the jsLoader and .d.ts creation. The jsLoader now supports .jsx and .tsx files, and the .d.ts creation now includes .jsx and .tsx files. The tests have been added to ensure that the jsLoader works correctly with .jsx and .tsx files. (72927ba)

❤️ Contributors