More options for asc

This commit is contained in:
dcodeIO
2017-12-04 19:26:50 +01:00
parent 0e6bfa45f8
commit df3e34f2aa
17 changed files with 565 additions and 32 deletions

View File

@ -0,0 +1,4 @@
declare function external(): void;
// FIXME: "unexpected false: module function exports must be found"
export { external };