server-esm: Change simple local import statements

This commit is contained in:
Elian Doran
2024-07-18 21:35:17 +03:00
parent 8fb67c9766
commit 35d11cc0d2
184 changed files with 1023 additions and 1023 deletions

View File

@@ -1,9 +1,9 @@
import { JSDOM } from "jsdom";
import shaca = require('./shaca/shaca');
import assetPath = require('../services/asset_path');
import shareRoot = require('./share_root');
import shaca from "./shaca/shaca.js";
import assetPath from "../services/asset_path.js";
import shareRoot from "./share_root.js";
import escapeHtml = require('escape-html');
import SNote = require('./shaca/entities/snote');
import SNote from "./shaca/entities/snote.js";
interface Result {
header: string;