commit | 23e1437f6a0832125e5e4d37f05b59e8fad8342d | [log] [tgz] |
---|---|---|
author | Danny Tuppeny <danny@tuppeny.com> | Tue Dec 05 19:58:47 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 05 19:58:47 2023 +0000 |
tree | 1583a1885f4b1fda657c426e938bb084a4c10915 | |
parent | 59946bece7c36d5fe74a619ac793b57e6986b4f9 [diff] |
[analysis_server] Update generated code to match latest spec This should have been a small change to keep us in-sync with small changes so when there are bigger changes (LSP 3.18.0) the change is less noisy. However, it turns out the meta model is built from the latest version always, so it includes 3.18.0 proposed features. So this change not only regenerates the code with the latest spec, it also adds some handling to exclude any types (and methods) marked as proposed. It also includes a few minor fixes to things like re-wrapping of comments where there are references. So, it should still essentially be a non-functional change, but the CL isn't as small as planned because of the cleanup. - The lsp_meta_model.json file is downloaded and not changes I've made - The protocol_generated.dart file is the output of the code-gen - All other files are changes I made manually Change-Id: I6380f86848d2799cf94d58a419ace0bf0d5a35ef Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/340040 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Phil Quitslund <pquitslund@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Dart is:
Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.
Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.
Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:
Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.
Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Visit dart.dev to learn more about the language, tools, and to find codelabs.
Browse pub.dev for more packages and libraries contributed by the community and the Dart team.
Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.