Skip to content

Commit

Permalink
Drop pkg:js from "Web (Legacy)" docs section
Browse files Browse the repository at this point in the history
Since it's not showing up deprecated.

Bug: #59716
Change-Id: I6d61a16a04571547036a3a1c04d744781d8ef2e7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403962
Auto-Submit: Kevin Moore <kevmoo@google.com>
Reviewed-by: Srujan Gaddam <srujzs@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
  • Loading branch information
kevmoo authored and Commit Queue committed Jan 9, 2025
1 parent 75882f9 commit e4ce6e2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/write_dartdoc_options_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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%%'
Expand Down

0 comments on commit e4ce6e2

Please sign in to comment.