We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d24eb5 commit 74a33baCopy full SHA for 74a33ba
.gitignore
@@ -4,4 +4,4 @@ pubspec.lock
4
5
web_generator/lib/src/*.js
6
web_generator/lib/src/*.js.*
7
-web_generator/lib/src/node_modules/
+web_generator/lib/src/node_modules/
web_generator/test/ts_bindings_test.dart
@@ -1,6 +1,6 @@
1
-// ignore_for_file: library_annotations
2
@TestOn('vm')
3
@Tags(['node'])
+library;
import 'dart:io';
0 commit comments