Skip to content

Commit dd4bb85

Browse files
authored
move bindings_generator/ to tool/generator/ (#138)
1 parent bd89f7c commit dd4bb85

22 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: dart pub get
7575
- name: Install Node dependencies
7676
run: npm install
77-
working-directory: bindings_generator
77+
working-directory: tool/generator
7878
- name: Run the generator
7979
run: dart tool/update_bindings.dart
8080
- name: Analyze code

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
doc/api/
33
pubspec.lock
44

5-
bindings_generator/*.js
6-
bindings_generator/*.js.*
7-
bindings_generator/node_modules/
5+
tool/generator/*.js
6+
tool/generator/*.js.*
7+
tool/generator/node_modules/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ Based on:
4040
- @webref/css [6.10.0](https://www.npmjs.com/package/@webref/css/v/6.10.0)
4141
<!-- END updated by tool/update_bindings.dart. Do not modify by hand -->
4242

43-
For instructions on re-generating the DOM bindings, see
44-
[bindings_generator/README.md](bindings_generator/README.md).
43+
For instructions on re-generating the DOM bindings, see the
44+
[generator docs](tool/generator/README.md).

test/type_union_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import 'package:test/test.dart';
66

7-
import '../bindings_generator/type_union.dart';
7+
import '../tool/generator/type_union.dart';
88

99
void main() {
1010
test('Non-JS types', () {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)