-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add individual dom and html source files to SDK #2075
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-obsolete
Closed as the reported issue is no longer relevant
Comments
Added Accepted label. |
We are in the process of modifying our build to only generate the individual source files on demand. We will do that and then fix this (next week). |
Removed the owner. |
Added AssumedStale label. |
danrubel
added
Type-Defect
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-obsolete
Closed as the reported issue is no longer relevant
labels
Apr 25, 2014
copybara-service bot
pushed a commit
that referenced
this issue
Apr 6, 2023
Revisions updated by `dart tools/rev_sdk_deps.dart`. http (https://github.com/dart-lang/http/compare/ffb4438..877f134): 877f134 2023-04-06 Kevin Moore latest CI actions (#908) source_span (https://github.com/dart-lang/source_span/compare/b739fbf..905a167): 905a167 2023-04-05 Natalie Weizenbaum Add public access to a SourceFile's code units (#93) 1806578 2023-04-05 Devon Carew blast_repo fixes (#96) sync_http (https://github.com/dart-lang/sync_http/compare/36a1bd0..660ad87): 660ad87 2023-04-05 Kevin Moore blast_repo fixes (#35) tools (https://github.com/dart-lang/tools/compare/0304fbb..cd799be): cd799be 2023-04-06 Daco Harkes [cli_config] Support non-String map keys (#73) webdev (https://github.com/dart-lang/webdev/compare/0a2804b..22b34e3): 22b34e35 2023-04-05 Elliott Brooks Reset DWDS to `19.0.1-dev` after release (#2076) e93ad39b 2023-04-05 Elliott Brooks Prep Webdev for release to `3.0.4` (#2075) Change-Id: Id9413473ced284fc3479507d1fe06135404566f3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293967 Commit-Queue: Konstantin Shcheglov <[email protected]> Auto-Submit: Devon Carew <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
copybara-service bot
pushed a commit
that referenced
this issue
Aug 11, 2023
Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/e8d00c0..5cfb1f3): 5cfb1f36 2023-08-07 Sam Rawlins Bump to analyzer 6.1.0 (#3474) ffi (https://github.com/dart-lang/ffi/compare/f01dfca..e2c01a9): e2c01a9 2023-08-08 Slava Egorov Expose pointer to free from allocators (#203) http (https://github.com/dart-lang/http/compare/7e9ed12..9f167a7): 9f167a7 2023-08-08 Alex James Remove example test from java_http (#1001) test (https://github.com/dart-lang/test/compare/5d571d6..9b1828f): 9b1828f4 2023-08-09 Nate Bosch Send a MessagePort to host on frame startup (#2072) ae2ab1ee 2023-08-08 Jacob MacDonald publish test_core v0.5.6 (#2076) 2e9bba21 2023-08-08 Jacob MacDonald fix failing casts when talking to minified apps from the host (#2075) tools (https://github.com/dart-lang/tools/compare/f14bf2e..295ff92): 295ff92 2023-08-10 Elias Yishak Fix empty string for `CLIENT_ID` from being sent when user decides to opt in (#144) bc6c9f0 2023-08-09 Elias Yishak Clean up on dart docs across all dart files under lib (#142) Change-Id: I75147259ce51f240c1dc359896ec7709bada288f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/319783 Commit-Queue: Daco Harkes <[email protected]> Reviewed-by: Daco Harkes <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]> Auto-Submit: Devon Carew <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-obsolete
Closed as the reported issue is no longer relevant
We decided to include a single monolithic source file in the SDK for the dom library and a second monolithic source file for the HTML library. This turned out to make it hard for the user to browse and impeded discoverability. Please add the individual source files for those libraries to the SDK instead or in addition to the monolithic source file. If we continue to include the monolithic source files, then lets change the name so that editor will pick up the individual files by default rather than the monolithic file.
Please reassign or bounce back to me as you deem appropriate.
The text was updated successfully, but these errors were encountered: