Commit dc33f3c
authored
Added implementation of
* Added RuntimeNodeApiAsync class
* Refactor + fixed externel buffer
* Passing callInvoker down
* Added async addon test
* Added assertions to buffer tests
* New line added after file generation
* Added changeset
* Added Android OnLoad
* Cleanup
* Removed duplicated line
* Applied formatting
* Moved setting CallInvoker to turbo module constructor
* Added assert dependency
* Stored call invokers by napi_env
* Updated package-lock
* refactor: Move 'bindings' require statement inside module exports for better scoping
* fix: Removed the async from tests
* chore: revert to previous version to test pipeline stability
* fix: restore assert statements in tests + pulling device logsV1 async_work runtime functions (#183)1 parent 8557768 commit dc33f3c
File tree
23 files changed
+1076
-130
lines changed- .changeset
- .github/workflows
- apps/test-app
- packages
- host
- android
- cpp
- scripts
- node-addon-examples
- tests
- async
- buffers
23 files changed
+1076
-130
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments