bennypowers / lit-css

Build Plugins for CSS tagged-template-literals
MIT License
47 stars 7 forks source link

typescript-transform-lit-css : not working with typescript 5.5 #56

Closed Lookwe69 closed 1 month ago

Lookwe69 commented 4 months ago

I don't know if it's a ts-patch bug or typescript-transform-lit-css. Typescript 5.4 : imports are transformed with a lit css tag.

Typescript 5.5 : nothing change, import styles from './internal/checkbox-styles.css';

bennypowers commented 4 months ago

thanks for the issue. with 5.5 out i'm sure I'll be updating my day-job stuff soon enough, and that will likely require investigating further.

Any more information you can provide would be helpful

bennypowers commented 1 month ago

This is working for me with 5.6 so i'll close for now.

If you have a minimal reproduction repo, please reopen.