design_patterns_in_typescript:TypeScript中的设计模式实现 源码
TypeScript中的设计模式 以下是TypeScript中以下设计模式的实现: 创造力的 结构模式 行为模式 编译项目 $ git clone https://github.com/torokmark/design_patterns_in_typescript.git $ cd design_patterns_in_typescript $ tsc 根目录中有一个tsconfig.json文件,负责编译器选项。 设置后,默认目标现在为Ecmascript5。 任何其他选项都在这里。 默认情况下,输出为patterns.js文件。 要仅编译一种模式,请使用以下命令。 $ cd de
文件列表
design_patterns_in_typescript-master.zip
(预估有个74文件)
design_patterns_in_typescript-master
command
command.ts
2KB
README.md
82B
demo.ts
532B
main.ts
3KB
composite
README.md
104B
composite.ts
1KB
demo.ts
601B
暂无评论