fix: Replace ES6 usage for IE11 compatibility by jhildenbiddle · Pull Request #1500 · docsifyjs/docsify

Summary

  • Replace template literals
  • Replace Object.entries
  • Replace Object.assign
  • Replace method shorthand (e.g. { foo() {} } vs { foo: function() {} })

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Code style update

If changing the UI of default theme, please provide the before/after screenshot:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

You have tested in the following browsers: (Providing a detailed version will be better.)

  • Chrome
  • Firefox
  • Safari
  • Edge
  • IE