It is possible to execute TypeScript files by setting the experimental flag
--experimental-strip-types
. Node.js will transpile TypeScript source code into JavaScript source code. During the transpilation process, no type checking is performed, and types are discarded.
增加 --experimental-strip-types
标记后,可以在 NodeJS 中执行 TypeScript 代码了。
Google 的一个服务,例如 pen.new
会打开一个空白的 CodePen 页面。具体有那些 .new 网站,可以看看网站的列表。
对于层次比较深的 JSON,可以用这个网站可视化成类似 xMind 的树形图,比较直观的看到 JSON 的结构。