Skip to content

Commit c9f6bde

Browse files
committed
it was being removed in the build because it was not being used (only by the evaluated code)
1 parent 1126772 commit c9f6bde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/export/Script.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ export class Script {
153153
{
154154
const fromModule = ( modulePath:string ) => this.moduleName2Ref[ modulePath ];
155155

156+
fromModule(""); //Uff... i'll see how to improve this later.
157+
156158
return eval( this.toString( returnThisRef, false ) );
157159
}
158160
}

0 commit comments

Comments
 (0)