use ES6 modules for all JavaScript

This commit is contained in:
Daniel Micay
2020-04-01 06:13:08 -04:00
parent b945ab3cac
commit b23ea7474c
9 changed files with 8 additions and 11 deletions

View File

@@ -1,7 +1,5 @@
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
"use strict";
// Client-side redirects for fragments (anchors)
//
// It should be possible to do this with server-side redirects, but it was never implemented or