JPeer264 / node-rcs-core

Rename css selectors across all files
MIT License
37 stars 7 forks source link

Typings #100

Closed JPeer264 closed 4 years ago

JPeer264 commented 5 years ago

Either add types or rewrite to Typescript

X-Ryl669 commented 5 years ago

I thought we already have types here with class. What do you mean ?

JPeer264 commented 5 years ago

I mean a .d.ts file so it can be used for a typescript project. For example in https://github.com/JPeer264/rcs-webpack-plugin I would already need types.

X-Ryl669 commented 5 years ago

Ah, I see. This will need typescript and tsify (to build) in nodejs. That seems like a lot of work to implement through, the project is now very large, but it'll catch even more errors in code.

JPeer264 commented 4 years ago

Closed due to #106 and #108