https://github.com/yaoapp/metadata
Metadata for Yao App Engine.
https://github.com/yaoapp/metadata
Last synced: 2 months ago
JSON representation
Metadata for Yao App Engine.
- Host: GitHub
- URL: https://github.com/yaoapp/metadata
- Owner: YaoApp
- License: apache-2.0
- Created: 2022-10-31T03:14:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T12:29:35.000Z (over 2 years ago)
- Last Synced: 2025-02-16T08:27:49.207Z (4 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Attensions
### Install
- 安装新的 npm package 之后,需执行 pnpm install 建立正确的软链接
- 安装完成之后需执行`./node_modules/.bin/deepkit-type-install`
- `@rollup/[email protected]`与`[email protected]`是有效搭配,`type-compiler`未适配高版本的`typescript`### Coding
- 所有字段皆以范型`Type`修饰,否则会解析失败
- 禁止使用`Array`,该用法将会导致`type-compiler`无法识别,使用`T[]`
- type functions 禁止使用匿名函数和箭头函数,否则`type-compiler`无法识别