Skip to content

Commit de6b3e4

Browse files
authored
Add missing copyrights and delete empty files (#371)
1 parent 74a33ba commit de6b3e4

File tree

8 files changed

+24
-2
lines changed

8 files changed

+24
-2
lines changed

web_generator/bin/gen_interop_bindings.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'dart:io';
26

37
import 'package:args/args.dart';

web_generator/lib/src/cli.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'dart:collection';
26
import 'dart:io';
37
import 'package:analyzer/dart/analysis/analysis_context_collection.dart';

web_generator/lib/src/dts/config.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
final class Config {}

web_generator/lib/src/dts/parser.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
// TODO(nikeokoronkwo): Implement this function
26
dynamic parseDeclarationFiles(Iterable<String> files) {}

web_generator/lib/src/dts/transform.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
class DeclarationMap {
26
String generate() {
37
throw UnimplementedError();

web_generator/lib/src/js/typescript.dart

Lines changed: 0 additions & 1 deletion
This file was deleted.

web_generator/lib/src/js/typescript.types.dart

Lines changed: 0 additions & 1 deletion
This file was deleted.

web_generator/test/ts_bindings_test.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
@TestOn('vm')
26
@Tags(['node'])
37
library;

0 commit comments

Comments
 (0)