add dynamic module resolution calls

This commit is contained in:
Mark Thom
2019-01-06 00:15:32 -07:00
parent 387bdb4da6
commit c9f6ab984f
7 changed files with 86 additions and 74 deletions

View File

@@ -16,8 +16,6 @@ fn error_string(e: &String) -> String {
impl fmt::Display for IndexPtr {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
match self {
&IndexPtr::Module =>
write!(f, ""),
&IndexPtr::Undefined =>
write!(f, "undefined"),
&IndexPtr::Index(i) =>