atom / tree-view

🌳 Explore and open project files in Atom
MIT License
561 stars 364 forks source link

Rollup #1341

Open aminya opened 4 years ago

aminya commented 4 years ago

WIP: specs call the individual files, which makes this hard.

Description of the Change

code:

rollup:

babel:

Benefits

This speeds up the loading of tree-view.

Possible Drawbacks

Needs special command for registering the package

npm install
npm run build
npm ppublish
apm publish minor

Applicable Issues

aminya commented 4 years ago

Coffeescript does not understand dynamic import in line 335 of treeview.coffee. We can use normal require and copy the file instead.