yunabe / tslab

Interactive JavaScript and TypeScript programming with Jupyter
Apache License 2.0
733 stars 45 forks source link

import modules from the current directory, not from executor.ts #8

Closed yunabe closed 5 years ago

yunabe commented 5 years ago

The current implementation uses require in execuutor.ts. Thus, modules are resolved from executor.ts now.