diff --git a/tools/write_dartdoc_options_file.py b/tools/write_dartdoc_options_file.py index 1f0bd36f18f..3536119e04e 100755 --- a/tools/write_dartdoc_options_file.py +++ b/tools/write_dartdoc_options_file.py @@ -43,13 +43,6 @@ def Main(argv): dart:html and similar Dart SDK libraries. It will support access to browser APIs from Dart code compiled to either JavaScript or WebAssembly. - 'Web (Legacy)': - external: - - name: 'package:js' - url: https://pub.dev/documentation/js/latest/ - docs: >- - Use this package when you want to call JavaScript APIs from Dart - code, or vice versa. linkToSource: root: '.' uriTemplate: 'https://github.com/dart-lang/sdk/blob/%s/sdk/%%f%%#L%%l%%'