Table of Contents
- News | Article
- StackOverflow 2024 Developer Survey
- A Bunch of Programming Advice I’d Give To Myself 15 Years Ago
- Git 的故事:這一次沒這麼好玩
- 89 things I know about Git commits
- Queueing - An interactive study of queueing strategies
- Anyone can Access Deleted and Private Repository Data on GitHub
- module: add –experimental-strip-types #53725
- Exposition of Frontend Build Systems
- Tutorial
- Code
- Cool Bit
- Tool
News | Article
module: add –experimental-strip-types #53725
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 代码了。
Tool
jsoncrack.com
对于层次比较深的 JSON,可以用这个网站可视化成类似 xMind 的树形图,比较直观的看到 JSON 的结构。