You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
silverwind 27e3cddfbe
Move syntax highlighting to web worker (#11017)
This should eliminate page freezes when loading big files/diff.
`highlightBlock` is needed to preserve existing nodes when highlighting
and for that, highlight.js needs access to the DOM API so I added a DOM
implementation to make it work, which adds around 300kB to the output
file size of the lazy-loaded `highlight.js`.

Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago
..
components Migrate ActivityHeatmap to Vue SFC (#10953) 4 years ago
features Move syntax highlighting to web worker (#11017) 4 years ago
standalone Reorganize frontend files and tooling (#10168) 4 years ago
vendor Misc JS linting and naming tweaks (#10652) 4 years ago
index.js Move syntax highlighting to web worker (#11017) 4 years ago
jquery.js move jquery and jquery-migrate to npm/webpack (#9813) 4 years ago
polyfills.js fix commit view JS features, reimplement folding (#9968) 4 years ago
publicpath.js Misc JS linting and naming tweaks (#10652) 4 years ago
utils.js Fix JS and Vue (#10328) 4 years ago