-
Over at https://github.com/pocketbase/pocketbase/discussions/5512 we are having a discussion about the PocketBase JSVM typings, and I recognize that goja's core and node typings underly PocketBase's e…
-
### Feature description
The grafana/k6 team forked Goja because, among other reasons, their PR to add ES Modules support to Goja sat in limbo for far too long.
https://github.com/dop251/goja/pu…
-
I tried to build xk6-sse extension and got error with all available versions (xk6-sse v0.1.2, v0.1.1, v0.1.0) on Windows 10 (22H2).
It says
> This extension is tested with k6 version v0.51.0 las…
-
require.(*RequireModule).loadModule (resolve.go:188) github.com/dop251/goja_nodejs/require
require.(*RequireModule).loadAsFile (resolve.go:90) github.com/dop251/goja_nodejs/require
require.(*Require…
-
### What?
Fix the concurrent map iteration and map write bug.
Test run ID: 2760298
Browser version: 1.5.1
### Why?
To prevent the panic.
### How?
Fix the following bug (look at [thi…
-
Replace Goja Processing with Go native FHIRPath
- https://fhirpath-lab.com/
- https://simplifier.net/fhirpath?filepath=package/CapabilityStatement-base.json
- https://github.com/halprin/fhirpath
-
Revisiting [Goja](https://github.com/dop251/goja) a JS interpreter written in pure Go. If viable it would allow us to remove CGO which would simplify our cross-compile builds and _finally_ allow nativ…
-
Dynamic struct autoIncrement ID problem in Create error '@id' field does not exist, statically compiled struct does not have this problem. As a temporary solution, the gorm tag is set autoIncrement:fa…
-
Hey there. I'm using this version:
```
k6 v0.47.0 (go1.20.13, linux/amd64)
Extensions:
github.com/gjergjsheldija/xk6-mllp (devel), k6/x/mllp [js]
```
And running a simple test through dock…
-
Sobek seems extremely promising, but I have one main question about the es module support.
The Readme says
> Also of note is that due to the nature of ESM you need to have an event loop implementati…