syntax edit engine.js

This commit is contained in:
niclaz 2024-09-08 23:03:56 +02:00 committed by GitHub
parent 5fcccb2048
commit c65d2defdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
import { join } from "jsr:@std/path@0.224.0/path/mod.ts"; import { join } from "jsr:@std/path@0.224.0";
import { emptyDir } from "jsr:@std/path@0.224.0/fs/empty_dir.ts"; import { emptyDir } from "jsr:@std/path@0.224.0";
import { parse, stringify } from "npm:yaml"; import { parse, stringify } from "npm:yaml";
import { exists } from "jsr:@std/path@0.224.0/fs/exists.ts"; import { exists } from "jsr:@std/fs@0.224.0";
import { copy } from "jsr:@std/path@0.224.0/fs/copy.ts"; import { copy } from "jsr:@std/fs@0.224.0";
const SRC_DIR = "./src"; const SRC_DIR = "./src";
const DEST_DIR = "./dist"; const DEST_DIR = "./dist";