Codebase list gnome-maps / c7d67d5
scripts/extractPoiTypesFromID: Use ES6 modules Marcus Lundblad 1 year, 10 months ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 #!/usr/bin/env gjs
0 #!/usr/bin/env -S gjs -m
11
22 /* -*- Mode: JS2; indent-tabs-mode: nil; js2-basic-offset: 4 -*- */
33 /* vim: set et ts=4 sw=4: */
2828 *
2929 */
3030
31 const Gio = imports.gi.Gio;
31 import Gio from 'gi://Gio';
3232
3333 const ByteArray = imports.byteArray;
3434