-
Awesome work! I stumbled upon your blog post earlier today while reading into oklch + color-mix and I had to try it out!
**Issue:**
The README states that harmony is a "drop-in replacement for …
-
Currently, the plugin does not reflect readonly properties. Also, there should be an option to allow export to `.d.ts` file
-
- Can the consumer use from ESM Node project CJS modules
- Trends in Node env
- if we include support of ESM/CJS for `esl-utils` - > how do we need to extend our build process...
-
## @babel/preset-env
`@babel/preset-env` 主要的功能是依据项目经过 `babel` 编译构建后产生的代码所对应运行的目标平台。`@babel/preset-env` 内部依赖了很多插件: `@babel/plugin-transform-*`。这些插件的工作主要就是 `babel` 在处理代码的过程当中对于新的 ES 语法的转换,将高版本的语法转化为低…
-
**TypeScript Version:** 3.1.3
**Search Terms:** inline comments striped
**tsconfig**
```json
{
"compilerOptions": {
"moduleResolution": "node",
"module": "esnext",
"ta…
-
Hi,
As directed in the docs (https://docs.aws.amazon.com/appsync/latest/devguide/resolver-reference-overview-js.html#migrating-resolvers) I am using the Dynamodb module:
```
import * as ddb from …
-
### Search Terms
- ESM target
- `Top-level 'for await' loops are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is s…
-
# Environment
Knex version: 2.2.0
Database + version: MySQL 8.0.27-0ubuntu0.20.04.1 - (Ubuntu), connector mysql v2.18.1
ts-node: 10.9.1
node: 14.20.0 (tried also with v16)
OS: WSL2 (Ubuntu)
…
-
I got error
> ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'options') …
-
Hi!
Do you know why I cannot execute even a simple code like this:
```
import { AutoSettingsLoader } from "@markdown-confluence/lib";
try {
new AutoSettingsLoader();
}
catch (error) {
…