Skip to content

Commit 06098ed

Browse files
author
Mike Hearn
committed
Rename sample package to dat-sample
1 parent 9820119 commit 06098ed

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,13 @@ nodejs {
182182
}
183183
```
184184

185-
For unclear reasons GraalJS always passes a JavaScript object into a callback as Map<String, Any?>, but you can easily
186-
convert it to an interface as seen above.
185+
Due to a GraalJS bug, it always passes a JavaScript object into a lambda as Map<String, Any?>, but you can easily
186+
convert it to an interface as seen above. [Alternatively just make it a real public class](https://github.com/graalvm/graaljs/issues/120).
187187

188188
# TODO
189189

190190
- Gradle plugin?
191191
- Windows support when GraalVM has caught up.
192-
- Figure out lambda issue
193192
- Can node_modules directories be packaged as JARs?
194193

195194
# License
File renamed without changes.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pluginManagement {
88
}
99
}
1010
rootProject.name = 'nodejs-interop'
11-
include 'sample'
11+
include 'dat-sample'
1212

0 commit comments

Comments
 (0)