migrate to "export default"

also, set no-use-before-define in linter
This commit is contained in:
Girish Ramakrishnan
2026-02-14 15:43:24 +01:00
parent ddb46646fa
commit 36aa641cb9
231 changed files with 2846 additions and 2728 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/* global it:false */
import * as common from './common.js';
import common from './common.js';
const { createTree } = common;
import DataLayout from '../datalayout.js';
import { execSync } from 'node:child_process';
@@ -10,7 +10,7 @@ import os from 'node:os';
import path from 'node:path';
import paths from '../paths.js';
import safe from 'safetydance';
import * as syncer from '../syncer.js';
import syncer from '../syncer.js';
/* global describe:false */
/* global before:false */