Closed kunal-mohta closed 6 years ago
Looks good, but I would let the if (n.startsWith('import'))
conditional go before else if (m)
.
I did that. Can I know why you want it to be that way, though?
Because the import error would not throw if m would be evaluate to true, and import should be seen as a reserved keyword.
Oh! Okay. I missed that.
As mentioned in #5