jbrowse icon indicating copy to clipboard operation
jbrowse copied to clipboard

Babel 7 upgrade

Open cmdcolin opened this issue 5 years ago • 2 comments

This puts the JBrowse codebase on solid babel-7 footing, and does less weird stuff with specific exclusions for excluding node_modules in the babel-loader.

cmdcolin avatar May 25 '19 09:05 cmdcolin

Looks like tests get stuck unfortunately

cmdcolin avatar May 25 '19 09:05 cmdcolin

It looks like babel 7 changes to behavior of some usages of this.inherited. I don't know exactly how it is but you can see from the commit log on this branch some instances that needed changes to make it work (otherwise infinite recursions would occur and stuff)

cmdcolin avatar May 29 '19 00:05 cmdcolin