more complex just in case

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2021-05-25 02:00:01 +00:00
parent 13f7303db1
commit c6bf5d990d
3 changed files with 5 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ const notmain = require('./notmain');
assert(notmain.x === 1);
assert(notmain.y === 2);
assert(notmain.z === 3);

View File

@@ -1,2 +1,5 @@
import { z as z2 } from './notmain2'
export const x = 1;
export const y = 2;
export const z = z2;

View File

@@ -0,0 +1 @@
export const z = 3;