File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
'use strict';
2+
3+
const m = require('module');
4+
console.log(m);
5+
console.log();
6+
console.log(module);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import m from 'module';
2+
console.log(m);
3+
console.log();
4+
console.log(module);

0 commit comments

Comments
 (0)