halfsprit

Results 6 comments of halfsprit

> The s flag is the dotAll flag, and isn’t in ES6/ES2015 - it’s in ES2018. Can chakracore support it? How can I do? and the spread syntax let objClone...

> { ...obj } is enabled by default in master. It's not present in any released version. thank you, I build the latest version, get a new chakracore.dll v1.13, problem...

I write a vb program, want to use both engines in one app, I use static declare to import two dlls, then when I write some code like Chakra.JsCreateRuntime(..) (1)...

![image](https://user-images.githubusercontent.com/35736247/175800151-bd371ed2-1806-45d9-b348-8b5d8665be3f.png)

becase the demo code is not correct, it shoulde be `let Kuroshiro = require('kuroshiro').default;`

示例第一行代码是错误的,应该是 `const Kuroshiro = require("kuroshiro").default;`