-
## Feature
- [x] Support TypeScript by default
- [x] https://github.com/eggjs/koa/pull/5
- [x] @eggjs/core https://github.com/eggjs/egg-core/pull/265
- [x] https://github.com/eggjs/egg-utils/pu…
-
- 背景:通过 cnpmcore 包集成方式来引入 3.43.4 版本的,先前使用 3.42.x 版本是正常的。
- 一些可能有关联的信息如下
- node: 18.17.1
- typescript:
![screen_shot_1693823731421](https://github.com/cnpm/cnpmcore/assets/2825625/dd39495b…
-
which leads to jsr resorting to trying to infer types trivially, and as a result - failure to use the library altogether.
## mcve
deno.json
```json
{
"name": "@foo/bar",
"version": "…
-
egg-sequelize-ts 里引用了sequelize-typescript 和 sequelize
而 项目本身又引用了 sequelize-typescript 和 sequelize
这会导致 sequelize-typescript关于belongsToMany 的方法无法使用 报错 信息为:Project.belongsToMany called with something…
-
最近参与了 egg 的 ts 支持改造工作,写篇文章总结一二。
在上一篇文章 [Typescript 在 Egg + Vue 应用中的实践](https://github.com/whxaxes/blog/issues/11) 中在 Egg 项目中做了尝试,但是那时候还不够完善,比如 ts 需要通过 tsc 来生成 js,会产生大量中间文件,而且 scripts 又长又丑。再比如那时实现 con…
-
## supported
no label version , both webpack2 and webpack3 support
- [x] Webpack2 (easywebpack 1.x.x+)
- [x] Webpack3 (easywebpack 3.x.x+)
- [x] Hot-Reload , Eslint, Babel
- [x] Extract C…
-
## The devDependency [eslint-config-egg](https://github.com/eggjs/eslint-config-egg) was updated from `7.4.1` to `7.5.0`.
🚨 [View failing branch](https://github.com/toxic-johann/git-prefix-tag/compa…
-
I have a service like
```js
// app/service/user.js
const Service = require('egg').Service;
class UserService extends Service {
async find(uid) {
const user = await this.ctx.db.query('s…
-
We shouldn't require `@final` decoration for TypedDicts to narrow them based on the 'in' operator.
## Why?
Basically @erictraut's [comment](https://github.com/python/mypy/issues/15695#issuecomme…
-
association.init is not a function
![image](https://user-images.githubusercontent.com/66550176/196712304-2094259a-d084-42f3-9994-e4906a879e4e.png)
![image](https://user-images.githubusercontent.com/…