-
What are the chances we can port this to the new JS standards?
-
通过 modifyUserConfig 修改 用户配置 ,和直接配置后的 构建产物不同。
方式一 直接配置:
```typescript
// build.config.mts
import { defineConfig } from "@ice/pkg";
// https://pkg.ice.work/reference/config/
export default d…
-
- Laravel Mix Version: 6.0.39 (`npm list --depth=0`)
- Node Version (`node -v`): 17.1.0
- NPM Version (`npm -v`): 8.1.2
- OS: macOS BigSur
### Description:
When I import a library from …
-
This is a wish-list feature request to support async functions, async arrow functions, `await` as specified at https://www.ecma-international.org/ecma-262/#sec-async-function-definitions and https://w…
-
-
### Core Library
MSAL.js (@azure/msal-browser)
### Core Library Version
3.24.0
### Wrapper Library
Not Applicable
### Wrapper Library Version
-
### Public or Confidential Client?
Public
### …
-
ES2017 is looking great, it's got the cool features of CoffeeScript (classes, arrow functions etc) but it backwards compatible with the same features contributors already know and love. It's also got …
-
I am running into an exception. Not sure what the root cause is. Here's the stack trace and a screenshot of where it crashes. Let me know what else you need to solve this!
```
Uncaught (in promise…
cmer updated
4 months ago
-
### Frontend Version
![image](https://github.com/user-attachments/assets/2cca23c1-888e-42a7-834b-9d5abdd8c459)
### Expected Behavior
When ComfyUI is running, Windows should be able to put monitor…
-
it appears that reflection is suppored in es2017+ https://stackoverflow.com/a/59185593/206466, would be nice not to require a polyfill if typescript is compiling to at least that version.