Upgrade `systemjs` to the most recent version
See original GitHub issueCurrently we use the systemjs
0.x version, but the most recent version as of writing is the 4.x version. Updating is a bit difficult because of API changes, but should in return simplify the logic and also allow us to e.g., retry #10953 afterwards since that it blocked on this update.
More information can be found on https://guybedford.com/systemjs-2.0.
Issue Analytics
- State:
- Created 4 years ago
- Comments:20 (4 by maintainers)
Top Results From Across the Web
systemjs - npm
Latest version : 6.13.0, last published: 3 months ago. Start using systemjs in your project by running `npm i systemjs`.
Read more >Updating SystemJS from 0.21 to 6.x with webpack
Is there a way to make it work with SystemJS@6.0, or load any other way? It works now but using old version sits...
Read more >SystemJS 2.0.0 Release - Guy Bedford
SystemJS 0.21 will continue to be maintained, and will be in the long-term. There is no pressing need to upgrade.
Read more >Update macOS on Mac - Apple Support
Use Software Update to install updates and upgrades for macOS and ... Before installing new software, it's a good idea to back up...
Read more >Upgrading on Windows systems - HCL Product Documentation
Ensure that the current version is at 9.5.10 or later. ... For upgrading a DSA environment, or an environment having remote database, or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For anyone working on this, please make sure to carefully test your patch prior to submitting a PR. This entails, at the very least:
gulp server
and:master
branch.gulp unittest
locally, and ensure that all tests pass.gulp fonttest
locally, and ensure that all tests pass.gulp browsertest
locally, and ensure that all tests pass.gulp test
locally, and ensure that all tests pass.Useful resources:
Some work is currently in progress to reduce the dependency on/usage of SystemJS, so it might be easier to wait until that’s done so the remaining upgrade work will be easier.