deno.land / x / eta@v3.4.0 / src / index.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { Eta as EtaCore } from "./core.ts";import { readFile, resolvePath } from "./file-handling.ts";export { EtaError, EtaParseError, EtaRuntimeError, EtaFileResolutionError, EtaNameResolutionError,} from "./err.ts";
export class Eta extends EtaCore { readFile = readFile;
resolvePath = resolvePath;}
eta

Version Info

Tagged at
2 months ago