Skip to content

Add missing copyrights and delete empty files #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions web_generator/bin/gen_interop_bindings.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'dart:io';

import 'package:args/args.dart';
Expand Down
4 changes: 4 additions & 0 deletions web_generator/lib/src/cli.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'dart:collection';
import 'dart:io';
import 'package:analyzer/dart/analysis/analysis_context_collection.dart';
Expand Down
4 changes: 4 additions & 0 deletions web_generator/lib/src/dts/config.dart
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

final class Config {}
4 changes: 4 additions & 0 deletions web_generator/lib/src/dts/parser.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

// TODO(nikeokoronkwo): Implement this function
dynamic parseDeclarationFiles(Iterable<String> files) {}
4 changes: 4 additions & 0 deletions web_generator/lib/src/dts/transform.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

class DeclarationMap {
String generate() {
throw UnimplementedError();
Expand Down
1 change: 0 additions & 1 deletion web_generator/lib/src/js/typescript.dart

This file was deleted.

1 change: 0 additions & 1 deletion web_generator/lib/src/js/typescript.types.dart

This file was deleted.

4 changes: 4 additions & 0 deletions web_generator/test/ts_bindings_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

@TestOn('vm')
@Tags(['node'])
library;
Expand Down