Skip to content

Commit

Permalink
Merge pull request #328 from PallHaraldsson/patch-1
Browse files Browse the repository at this point in the history
Faster startup
  • Loading branch information
davidanthoff authored Mar 11, 2021
2 parents b138b25 + 7068dc7 commit 9c8f54a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/VegaLite.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module VegaLite

if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@optlevel"))
@eval Base.Experimental.@optlevel 0
end

using JSON, NodeJS # 6s
import IteratorInterfaceExtensions # 1s
import TableTraits # 0
Expand Down

0 comments on commit 9c8f54a

Please sign in to comment.