Skip to content

Fixes bug for import and require used in the same file

Latest

Choose a tag to compare

@siddharthkp siddharthkp released this 06 Nov 11:36
· 34 commits to master since this release

Now supports import and require in the same file. (#77)

import async from 'async';
require('ava');