Skip to content

Commit

Permalink
compiler: minor tweaks to CompileJs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Giannini authored and Matthew Giannini committed Mar 29, 2024
1 parent 1a22d31 commit 989e3ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/compiler/fan/steps/CompileJs.fan
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class CompileJs : CompilerStep
if (needCompileJs)
{
compile("compilerJs::CompileJsPlugin")
genTsDecl
}

if (pod.name != "sys")
Expand All @@ -35,8 +36,6 @@ class CompileJs : CompilerStep
compile("compilerEs::CompileEsPlugin")
}

// generate d.ts files
genTsDecl
}

private Void compile(Str qname)
Expand Down

0 comments on commit 989e3ec

Please sign in to comment.