question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade `systemjs` to the most recent version

See original GitHub issue

Currently 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:closed
  • Created 4 years ago
  • Comments:20 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
Snuffleupaguscommented, Aug 26, 2019

For anyone working on this, please make sure to carefully test your patch prior to submitting a PR. This entails, at the very least:

  • Ensure that the development viewer works correctly, by running gulp server and:
  • Run gulp unittest locally, and ensure that all tests pass.
  • Run gulp fonttest locally, and ensure that all tests pass.
  • Run gulp browsertest locally, and ensure that all tests pass.
  • Finally run gulp test locally, and ensure that all tests pass.

Useful resources:

1reaction
timvandermeijcommented, Jan 23, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found