-
I've been thinking about it all morning, and I *think* that there's a way to map `async` / `await` semantics onto ` new Duktape.Thread().resume()` / `Duktape.Thread.yield()`. They have similar error-…
-
Currently only the "attach" request setting is accepted for debugging a duktape application. It would however be much more convenient to have the debugger also launch the application to debug. Constan…
-
Embedded in some JS which deals with CSS, we have encountered the following regular expression:
```
/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/
```
Chrome accepts…
-
In evaljs, trailing commas are allowed in array declarations, but when using Array constructors, it causes a crash:
```
import dukpy
testArray1 = '''
var array1 = [1, 2, 3, ];
array1.reduce(fu…
-
Hello, everyone!
I've created a special test harness, implemented in pure C++, to test Javascript / ECMAScript embeddable engines (such as [Duktape](http://duktape.org) or [TinyJS](https://github.c…
-
Hi,
I recently tried to build the git HEAD of edbrowse on macOS. The recent js libs appear to be unavailable. Is there any guidance for getting it to build? I can probably just go back to a much…
-
```
****************************************************************************
*** Duktape python tooling is obsole…
-
I have duktape embedded into my application, and all works nicely.
I wish to be able to point users at a pre-configured VS Code workspace folder, which will include intellisense set up for the dukt…
-
I passed a JavaScript file I have been working on into dukpy's `evaljs` and got an error. I found the offending line and did some testing and discovered that it doesn't like the [`let`](https://develo…
-
There is some inconsistency in checking for the presence of NodeJS, causing vague errors (Makefile agrees on existing NodeJS, build process still crashes) on, for example, Arch Linux who use `node` as…