refactor(constants): move SPEC_DIR and CODE_DIR to constants

This commit is contained in:
2026-03-27 17:53:16 +05:30
parent 8266a17559
commit f19e5ba788
2 changed files with 3 additions and 5 deletions
+2
View File
@@ -1,2 +1,4 @@
export const STORAGE_DIR = "./storage";
export const SPEC_DIR = "./spec-built/multipage";
export const CODE_DIR = "./engine262/src";
export const GRAPH_FILE = "./graphology/graph.json";