``` var a = require('a') ``` after compile: ``` var a = a; ``` a will always be `undefined`
after compile:
a will always be
undefined