linkedin / css-blocks

High performance, maintainable stylesheets.
http://css-blocks.com/
BSD 2-Clause "Simplified" License
6.33k stars 152 forks source link

chore: Refactor to use TypeScript & lerna builds. #394

Closed abritinthebay closed 3 years ago

abritinthebay commented 4 years ago

This is a first pass, with obvious improvements that can be made, but it's better than not being in TS.

abritinthebay commented 4 years ago

Looks like playground is running into issues on CI with the new linked version of the cli addon. Will noodle on how to fix that.

abritinthebay commented 4 years ago

Fixed: needed to explicitly pass ts-node the tsconfig.json file, else it gets lost in the link/build process.

abritinthebay commented 4 years ago

Was feeling curious so cleaned this up a bunch based on what we discussed. There are still some custom types but they're explicitly imported (from _utils) and they may be able to be trimmed some more.