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";
const baseUrl = "https://releases.grapheneos.org/";
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];