DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
905 stars 40 forks source link

Unused imports are not available in subsequent cells #12

Closed DonJayamanne closed 3 years ago

DonJayamanne commented 3 years ago

Cell 1: import * as fs from 'fs' Cell 2: console.log(fs === undefined)

Problem - Typescript drops unused imports

DonJayamanne commented 3 years ago

Done, will be shipped soon