Created
July 20, 2018 10:41
-
-
Save dotnetCarpenter/9e073526ad62068bdc2183a3459e42d0 to your computer and use it in GitHub Desktop.
es-check ES2015 modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default msg => { console.log(msg) } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logger from './file1.mjs' | |
logger('hello from file2') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using es-check 2.0.4