-
## Search Terms
declaration files, .d.ts, ergonomics, distributable package, library, compiler option
## Suggestion
I would like `tsc` to include an option that enables copying `.d.ts` file…
cdata updated
4 years ago
-
## Suggestion
If I have `source/index.js` which has:
``` javascript
function isObject(value) {
// null is object, hence the extra check
return value !== null && typeof value === 'object'
}…
-
For tracking purposes, please don't work on this without discussing with Ry or myself.
Having a public API that is similar to how we perform TypeScript compilation is a good idea. It would allow J…
-
is there a way to use custom commit types?
Ex:
`dep-add(npm): :heavy_plus_sign: add cz-emoji npm package`
`config(semantic-release): :wrench: add @semantic-release/analyze-commits plugin`
dep…
-
## Is your feature request related to a problem? Please describe.
Layers and objects have various boolean properties to indicate what type of instance they are. In TypeScript, these are represented b…
-
1
我们可以用java php go python等后端语言开发一个服务端项目,也可以用js ts 开发,利用js ts开发时需配置node.js,因为node.js之于js就像jdk之于Java,没有就跑不起来。因为使用js ts开发效率低,所以有了express koa fastify等轻量级框架,适合开发对服务器要求不高的,如果要开发大型项目的话,可以使用基于上述轻量级框架的Nest或者E…
-
## Description
I'm trying to buil jupyterlab-widgets 1.0.2 out of sdist tar ball from pypi.
Looks like tsconfig.json has contents which points outside of source tar ball.
```json
{
"extends": …
-
Can I just call `const result = await rp(options)` or do I have to call `rp(options).then(...)` to actually trigger the request to start?
Some libraries, like superagent, won't work without the latte…
-
egg已经不太满足的开发效率和开发模式,主要有以下几点:
对typescript支持度不够,这是由于egg.js本身就不是typescript开发
egg.js封装web架构,约定大于编码,如:强制将web应用分级为: controller、service、middleware、extend等,自由度相对比较弱,当你需要定制化开发内容,你需要深入了解egg.js的整个运行原理才能实现
虽…
-
- Operating system/version: Windows 11
- VSCode version:
Version: 1.81.1 (user setup)
Commit: 6c3e3dba23e8fadc360aed75ce363ba185c49794
Date: 2023-08-09T22:22:42.175Z
Electron: 22.3.18
ElectronBu…