dionjwa / dionjwa/nodejs-std

NodeJS Webkit

Open
#11 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haxe
Stars
43
Forks
30
PR merge metrics
No merged PRs in 30d

Description

When using -lib nodejs with NodeJS Webkit, it complains about some vars not being defined.

Adding the following line at the beginning of js.Node.**init**() fixes it:

```
untyped __js__("var __filename, __dirname, module");
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.