zero9527
zero9527
使用 `koa` 创建一个项目,然后通过`webpack`构建输出`esmodule` 在构建产物中,`createRequire`用来在 `esmodule` 中使用 `require` ```js import{createRequire as __WEBPACK_EXTERNAL_createRequire}from"module"; ``` - 通过nodejs可以正常执行 ```shell node dist/index.mjs ``` - 但是 `wasmedge_quickjs.wasm` 不行 ```shell ➜ wasmedge-quickjs git:(main) ✗ wasmedge --dir .:....
Type: Bug 使用一段时间后,鼠标移到变量或者typescript类型上面,会有以下问题: - 没有类型提示,没有任何反应,此时按住command同时点击鼠标左键可以正常跳到实现 正常会有浮层提示类型,重启VS Code之后正常,但是使用一段时间之后还会出现 After using it for a while, when you move the mouse over a variable or typescript type, the following problems will occur: -...