pawsong / buffy

A platform where users can write and visualize code
http://buffy.run
5 stars 0 forks source link

Release client side packages as open source #33

Closed pawsong closed 8 years ago

pawsong commented 8 years ago

While adding TypeScript support feature in compiler project, I found that user code compilation requires access to internal packages and it can cause unwanted code leakage. Instead of making security strategy to prevent that kind of unwanted leakage, we can release some internal packages as open source. Open source strategy may promote community interest.

pawsong commented 8 years ago

As now we do not use jspm compiler, this is not an issue anymore.