pugjs / babel-plugin-transform-react-pug

A plugin for transpiling pug templates to jsx
MIT License
807 stars 46 forks source link

Proposal: typescript react-pug plugin #156

Open skotchpine opened 1 year ago

skotchpine commented 1 year ago

Autocomplete would be very nice. The lit-html folks have a plugin we can use as an example

https://github.com/microsoft/typescript-lit-html-plugin/tree/main/src

cray0000 commented 1 year ago

There seems to be a language server implementation for pug made originally for vue.js (volar): https://github.com/volarjs/pug-language-tools

It'll probably help with the implementation of the tag literals syntax of react-pug.