activeguild / vite-plugin-sass-dts

This is a plugin that automatically creates a type file when using the CSS module type-safely.
MIT License
116 stars 18 forks source link

ESM export option added #92

Closed pavlovalor closed 4 months ago

pavlovalor commented 4 months ago

At some point export = ... syntax stoped working for me. Had to diverge to use esm style export default ... exports. This PR introduces new esmExport option that specifies export styling.

IDE issue:

Screenshot 2024-04-25 at 12 43 06
pavlovalor commented 4 months ago

Ready for review @activeguild