Skip to content

Commit

Permalink
[fix] compiler, jsimp: Save fake object for packages with no client code
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Sep 24, 2012
1 parent 246c165 commit 2185f05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/qmljsimp/imp_Compiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ let dummy_compile () =
R.save
~env:Imp_Inlining.empty_env
~loaded_env:Imp_Inlining.empty_env
~initial_env:Imp_Inlining.empty_env
~initial_env:Imp_Inlining.empty_env;
ignore (Imp_Sharing.process_code ~pass:"js" [])

module Backend =
struct
Expand Down

0 comments on commit 2185f05

Please sign in to comment.