mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-03 08:31:53 +00:00
hmm
This commit is contained in:
@ -632,11 +632,10 @@ export class Program extends DiagnosticEmitter {
|
||||
true // isImport
|
||||
);
|
||||
} else {
|
||||
// FIXME: file not found is not reported if this happens?
|
||||
this.error(
|
||||
DiagnosticCode.Module_0_has_no_exported_member_1,
|
||||
foreignIdentifier.range,
|
||||
queuedImport.foreignPath,
|
||||
foreignIdentifier.text
|
||||
foreignIdentifier.range, queuedImport.foreignPath, foreignIdentifier.text
|
||||
);
|
||||
}
|
||||
} else { // i.e. import * as bar from "./bar"
|
||||
|
Reference in New Issue
Block a user