wc-catalogue / blaze-elements

Web Component Blaze Elements
https://wc-catalogue.github.io/blaze-elements/
MIT License
10 stars 4 forks source link

packaging: make _helpers a regular package #169

Closed Hotell closed 7 years ago

Hotell commented 7 years ago

Current behavior

we are putting common things to _helpers which get's imported across packages and produces duplicate ts declaration files and makes things not DRY

Expected behavior

We should rename it to core or common or base ( let's discuss it before proceeding ) and make it regular package, so when used across other packages, only one one is used instead of bundling it to every package which uses it

Hotell commented 7 years ago

related to #165