Skip to content

Commit

Permalink
- Implement jsify/dartify-like functions to handle conversion bet…
Browse files Browse the repository at this point in the history
…ween Dart / JavaScript. The implementation supports arbitrary `Map`s, `List`s and `Set`s, as well as `BigInt`s.

- When converting a message to JS, the list of transferable objects is populated at the same time if required.
- Reworked tests & activate Wasm tests.
- Reworked test Web console (CSS by ChatGPT).
  • Loading branch information
d-markey committed Jan 12, 2025
1 parent 77d8342 commit d42bd1b
Show file tree
Hide file tree
Showing 268 changed files with 117,619 additions and 77,200 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 6.2.0

- Implement `jsify`/`dartify`-like functions to handle conversion between Dart / JavaScript. The implementation supports arbitrary `Map`s, `List`s and `Set`s, as well as `BigInt`s.
- When converting a message to JS, the list of transferable objects is populated at the same time if required.
- Reworked tests & activate Wasm tests.
- Reworked test Web console (CSS by ChatGPT).

## 6.1.6

- Fix `IWorker.terminate()` to make sure worker termination is really immediate.
Expand Down
6 changes: 4 additions & 2 deletions dart_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ platforms:
- vm
- chrome

compilers:
- dart2js
- dart2wasm

js_trace: true
chain_stack_traces: true
concurrency: 1

custom_html_template_path: test/templates/squadron_test_template.html.tpl
Loading

0 comments on commit d42bd1b

Please sign in to comment.