Differences between revisions 3 and 4
Revision 3 as of 2019-09-17 12:12:10
Size: 350
Editor: ?yadd
Comment:
Revision 4 as of 2020-09-22 11:32:01
Size: 388
Editor: ?yadd
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
   * rollup
   * babel*
   * rollup and its plugins
   * babel
   
* buble
Line 15: Line 16:
   * jest

These packages are the main packages needed to package others.

Don't update them (and their dependencies) without coordination.

  • node itself (nodejs)

  • packagers
    • npm
    • yarn (node-yarnpkg)

  • Compilers
    • rollup and its plugins
    • babel
    • buble
    • grunt
    • gulp
  • Test framework
    • jest
    • mocha
    • sinon
    • tap
    • tape