Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on TypeScript Compiler

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Compiler Options

https://stackoverflow.com/questions/39416691/webpack-ts2304-cannot-find-name-map-set-promise

https://stackoverflow.com/questions/30439869/can-typescript-compile-to-es6-code

Named Parameters in TypeScript

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/Microsoft/TypeScript/issues/467

Tips on npm

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

yarn global add @vue/cli @vue/cli-service-global npm install -g @vue/cli @vue/cli-service-global

npm run tauri:serve

sudo

  1. Avoid using sudo with npm.

https://github.com/sindresorhus/guides/blob/master …

Tips on Deno

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

VS Code Plugin for Deno

Add the following into the file .vscode/settings.json under the root directory of your project.

{
"deno.enable": true,
}

References

https://mp.weixin.qq.com/s …

Install ITypescript/IJavascript for Jupyter Notebook

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/nearbydelta/itypescript

https://github.com/n-riesco/ijavascript/

wajig install nodejs npm
sudo ln -s /usr/bin/nodejs /usr/bin/node

sudo npm install -g itypescript
sudo its --hide …