We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e2c30 commit f468e20Copy full SHA for f468e20
src/index.ts
@@ -2,11 +2,12 @@ import { Eta as EtaCore } from "./core.ts";
2
import { readFile, resolvePath } from "./file-handling.ts";
3
export {
4
EtaError,
5
- EtaParseError,
6
- EtaRuntimeError,
7
EtaFileResolutionError,
8
EtaNameResolutionError,
+ EtaParseError,
+ EtaRuntimeError,
9
} from "./err.ts";
10
+export { type EtaConfig, type Options } from "./config.ts";
11
12
export class Eta extends EtaCore {
13
readFile = readFile;
0 commit comments