文件名称:goja_nodejs:Goja的Nodejs兼容性库
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-28 15:21:27
Go
Goja的Nodejs兼容性库 这是提供nodejs兼容性的Goja模块的集合。 例子: package main import ( "github.com/dop251/goja" "github.com/dop251/goja_nodejs/require" ) func main () { registry := new (require. Registry ) // this can be shared by multiple runtimes runtime := goja . New () req := registry . Enable ( runtime ) runtime . RunString ( ` var m = require("m.js"); m.test(); ` ) m ,
【文件预览】:
goja_nodejs-master
----require()
--------testdata()
--------resolve.go(5KB)
--------module_test.go(10KB)
--------module.go(5KB)
----.travis.yml(485B)
----LICENSE(1KB)
----console()
--------module_test.go(1KB)
--------module.go(2KB)
----.gitignore(12B)
----README.md(580B)
----util()
--------module_test.go(2KB)
--------module.go(2KB)
----eventloop()
--------eventloop_test.go(6KB)
--------eventloop.go(8KB)