Skip to content

Releases: nullobsi/GoDeno

Update to new Go glue code.

23 Dec 22:33
v0.7.0
32095cf

Choose a tag to compare

Import changes from Go repository.

More polyfill updates

14 Dec 22:00
5636545

Choose a tag to compare

v0.6.3

Update readme

update fs/process polyfills

11 Apr 01:54
c4810be

Choose a tag to compare

v0.6.2

add getuid to process

fix cleartimeout issue

08 Feb 02:06
23cd625

Choose a tag to compare

v0.6.1

prevent clear timeout issue

fix naming of function

13 Aug 16:33
3c9a34d

Choose a tag to compare

rename walltime1 to walltime

support for seeking

27 Nov 00:32

Choose a tag to compare

  • Fix fs compat module to properly support file seeking
  • Revert async (causes Go deadlocks)

async fs

26 Nov 20:37

Choose a tag to compare

  • switch from the use of ...Sync() functions to promises

exports object

23 Nov 18:22

Choose a tag to compare

  • Now exports will go onto Go.exports as set from js.Global() in Go.
  • Fixed some stuff in fs and process implementations

pass js_test.go

20 Nov 07:42

Choose a tag to compare

properly import/export on the Global object

  • trying to set a value on the Global from Go will instead set the exports object

  • Go now properly imports the Global object

  • passes js_test.go

  • remove console.log in fs compat

publish to denoland

20 Nov 06:03

Choose a tag to compare

publish the module to deno.land