-
What typescript linting are we using?
-
## What happens?
jest写单元测试 `egg-mock/bootstrap`里面的ctx获取不到service
## 最小可复现仓库
```
import { Context } from 'egg';
import { app } from 'egg-mock/bootstrap';
describe('common tset', () => {
…
syymo updated
21 hours ago
-
https://github.com/souche/egg-typescript-sequelize/blob/a0764e0dc646e2f9695325348da9886990692736/index.d.ts#L38
https://github.com/souche/egg-typescript-sequelize/blob/a0764e0dc646e2f9695325348da9886…
-
最近团队准备尝试 typescript,于是找了个新项目来试水,目前那个项目也已经成功上线。在此总结一下我这个项目在开发途中遇到的一些问题以及自己是怎么解决的。
## 准备工作
### 编译构建
在构建方面,node 端的 ts 代码,我是直接用 tsc 构建,而前端的 ts 代码,则用 webpack 打包。构建流程如下图所示,还是比较简单的。
![](https://wanghx.cn…
-
比如:
```js
this.app.mysql.someFunc();
```
经常报`someFunc`没有,我还必须去 index.d.ts 一个个添加,看了下相关 Issues,提这类问题的人很多,这么吊的框架没办法解决一下吗?
-
### 请详细告知你的新点子(Nice Ideas):
https://github.com/node-modules/urllib/pull/468 目前看起来没有什么问题,非常轻松就支持了。
### 修改内容
- package.json
```json
"engines": {
"node": ">= 18.19.0"
},
"devDep…
-
![slice](https://user-images.githubusercontent.com/227713/38357893-627a1cc0-38f6-11e8-9003-ef3931a9e939.png)
## 前言
> [TypeScript](https://www.typescriptlang.org/) is a typed superset of JavaSc…
-
## Background
初次使用 egg.js ,我用的ts版本,光荣入坑egg-mysql,我看官网和github上面都没有明确的 .d.ts支持,参考百度上别人整理的,封了一个分享出来,希望作者补充到egg-mysql的文档中,尽量让后来者少踩坑。
## Proposal
1. 使用 egg-mysql 时,引入.d.ts支持 `yarn add egg-mysql-typesc…
-
### Before You File a Documentation Request Please Confirm You Have Done The Following...
- [X] I have looked for existing [open or closed documentation requests](https://github.com/typescript-esli…
-
### 请详细告知你的新点子:
我希望给出使用simple创建js项目再切换ts,和使用tegg的相同点和不同点。
为什么官网没有给出相关的说明?只看readme没看出个所以然来,希望有个与官网文档类似的指导。
我的困惑是,现在推荐使用tegg还是这个方式?
https://www.eggjs.org/zh-CN/tutorials/typescript#%E6%8E%A7%E5%…