Skip to content

Commit c6bf5d9

Browse files
committed
more complex just in case
1 parent 13f7303 commit c6bf5d9

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

rootfs_overlay/lkmc/nodejs/typescript/ts-from-js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ const notmain = require('./notmain');
1010

1111
assert(notmain.x === 1);
1212
assert(notmain.y === 2);
13+
assert(notmain.z === 3);
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
import { z as z2 } from './notmain2'
2+
13
export const x = 1;
24
export const y = 2;
5+
export const z = z2;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const z = 3;

0 commit comments

Comments
 (0)