mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
5 lines
186 B
TypeScript
5 lines
186 B
TypeScript
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";
|