Modern dependency management
Brackets currently have redundant dep management which is creating unnecessary build complexity. We need to address this. More details can be found here: adobe/brackets#12006 . This is preventing the upgrade of several dependencies to the latest version.
solutions
Modern dependency management
Brackets currently have redundant dep management which is creating unnecessary build complexity. We need to address this. More details can be found here: adobe/brackets#12006 . This is preventing the upgrade of several dependencies to the latest version.
solutions
Nuke git submodules- done. Copied code as-is for the time being the third party folder. There are no node modules, so safe.Remove npm-shrinkwrap based package locks to enable node upgrade #9Remove defaultExtensions build task #12npm-install-extensions grunt task removedUpgrade to ES6 modules #32