Skip to content

Commit

Permalink
Rename sample package to dat-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hearn committed Mar 4, 2019
1 parent 9820119 commit 06098ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,13 @@ nodejs {
}
```

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

# TODO

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

# License
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ pluginManagement {
}
}
rootProject.name = 'nodejs-interop'
include 'sample'
include 'dat-sample'

0 comments on commit 06098ed

Please sign in to comment.