Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkassimo committed Apr 1, 2019
1 parent ab4e27e commit d5b79d2
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 339 deletions.
4 changes: 3 additions & 1 deletion cli/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ pub fn compile_sync(
) {
Ok(serde_json::Value::Object(map)) => ModuleMetaData {
module_name: module_meta_data_.module_name.clone(),
module_redirect_source_name: module_meta_data_.module_redirect_source_name.clone(),
module_redirect_source_name: module_meta_data_
.module_redirect_source_name
.clone(),
filename: module_meta_data_.filename.clone(),
media_type: module_meta_data_.media_type,
source_code: module_meta_data_.source_code.clone(),
Expand Down
Loading

0 comments on commit d5b79d2

Please sign in to comment.