Skip to content

Instantly share code, notes, and snippets.

@disnet
Created April 10, 2017 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save disnet/21e5510a23cf25cb71a9f1fceba3be68 to your computer and use it in GitHub Desktop.
Save disnet/21e5510a23cf25cb71a9f1fceba3be68 to your computer and use it in GitHub Desktop.
// foo.js
'lang sweet.js';
export syntax m = // ...
// main.js
'lang sweet.js';
import { m } from './foo';
m // ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment