summaryrefslogtreecommitdiff
path: root/src/compiler.d.ts
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2021-03-15 13:22:05 -0400
committerGravatar Matthew Phillips <matthew@skypack.dev> 2021-03-15 13:22:05 -0400
commitaf6b029e95e9c98e6fb9c642915d461b8d7f448e (patch)
treed70972e10884de0363e7ce4dd2a0765dafcf3dc8 /src/compiler.d.ts
downloadastro-af6b029e95e9c98e6fb9c642915d461b8d7f448e.tar.gz
astro-af6b029e95e9c98e6fb9c642915d461b8d7f448e.tar.zst
astro-af6b029e95e9c98e6fb9c642915d461b8d7f448e.zip
initial commit
Diffstat (limited to 'src/compiler.d.ts')
-rw-r--r--src/compiler.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.d.ts b/src/compiler.d.ts
new file mode 100644
index 000000000..0b37f1f8c
--- /dev/null
+++ b/src/compiler.d.ts
@@ -0,0 +1 @@
+export { compile, parse, preprocess, walk, VERSION } from './@types/compiler/index'; \ No newline at end of file