Skip to content

Instantly share code, notes, and snippets.

@bmeck
Created May 21, 2018 18:32
Show Gist options
  • Save bmeck/51d4176cd16db149f8df89a2862715ab to your computer and use it in GitHub Desktop.
Save bmeck/51d4176cd16db149f8df89a2862715ab to your computer and use it in GitHub Desktop.
console.log('hi');
module.exports = 123;
import * as c1 from './c';
import * as c2 from './c?x';
console.log(c1, c2, c1 == c2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment