Move build.ts and export.ts into src/cli - fixes #115

This commit is contained in:
Rich Harris
2018-02-13 15:57:02 -05:00
committed by GitHub
parent b29700f725
commit 2be9dd1883
4 changed files with 4 additions and 9 deletions

View File

@@ -1,8 +1,5 @@
import { create_templates, render, stream } from './templates'; // TODO templates is an anomaly... fix post-#91
export { default as build } from './build';
export { default as export } from './export.js';
export { default as create_app } from './create_app';
export { default as create_assets } from './create_assets';
export { default as create_compilers } from './create_compilers';