blob: ed1d7326986e01e0a21aaf8fbb053b7e648c3f6c [file] [log] [blame] [view]
The bindings generator for `package:web`.
This tool is written in Dart, compiled to JavaScript, and run on Node.
## Generating the bindings
Run:
```
dart tool/update_bindings.dart
```
## Update to the latest Web IDL versions and regenerate
Run:
```
dart tool/update_bindings.dart --update
```