Christopher Fujino ec4c2c83a6 migrate const_finder to use the implementation from package:kernel (flutter/engine#47077)
After f0933ab69e, //tools/const_finder/lib/const_finder.dart was copied to the package:kernel source so that internal AST structures could be changed without breaking flutter/engine.

This change deletes that file, and updates //tools/const_finder/bin/main.dart to depend on the package:kernel version instead.

We are still running all the same integration tests we did previously.

FYI @johnniwinther
2023-10-18 22:36:22 +00:00
..