Closed
Description
In lexer.coffee
, @seenImport
and @seenExport
only get reset by an explicit ;
. Thus allowing some devious edge cases to fail that should work, eg this works:
import * as lib from 'lib';
foo as # foo(as)
3 * as 4 # 3 * as(4)
from 'foo' # from('foo')
But if you remove the ;
, any of the following lines would break
Will submit what I believe to be a fixing pull request momentarily
Metadata
Metadata
Assignees
Labels
No labels