Andrew Kolos
Andrew Kolos
[Demo Repo](https://github.com/andrewkolos/ts-nameof-jest-bug-demo) There are two modules, `older-dependencies` and `up-to-date-dependencies`. Both are identical except for the versions of certain dependencies including jest, ts-jest, and ts-nameof. However, running `npm t` in `up-to-date-dependencies`...
## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene] wiki page,...
Fixes #124883. Will require a g3fix. Renames `AssetManifest.bin` to `AssetManifest.smcbin` (madeup extension for "Standard Message Codec binary"). ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the...
This is the first step in unifying Java-finding logic across the tool. If curious, see #126029 for an example of what all the changes will probably entail. Moves java-related functionality...
Relands #126086, which was reverted by #126569. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ]...
Fixes #122081. When validating an Android Studio installation, add a warning validation message when we are unable to detect the version. This is because we have logic throughout the tool...
Fixes https://github.com/flutter/flutter/issues/143513 Should be cherry-picked to beta. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read...
In service of https://github.com/flutter/flutter/issues/143348. This PR enables parsing of the pubspec yaml schemes for assets with transformations as described in #143348. ## Pre-launch Checklist - [x] I read the [Contributor...
In service of https://github.com/flutter/flutter/issues/143348. Arguably makes fixing https://github.com/flutter/flutter/issues/139183 easier. The `flutter` tool has a sizeable amount of code devoted to parsing the flutter manifest (`flutter` section in a project's pubspec.yaml...
**Update.** This feature is fully-implemented and available in the master branch. Pending official documentation: https://github.com/flutter/website/pull/10471 Pending sample project, which you can use to play with this feature: https://github.com/flutter/samples/pull/2267 __________ This...