dart-lang / macros

A Dart mono-repo for macro development.
BSD 3-Clause "New" or "Revised" License
20 stars 2 forks source link

use pub workspaces #9

Closed jakemac53 closed 1 month ago

jakemac53 commented 1 month ago

As we add more packages, this should end up being a nicer workflow (just one pub solve, more reliable workflow for shared analysis options with includes, one analysis context)

jakemac53 commented 1 month ago

Related to https://github.com/dart-lang/macros/issues/2#issuecomment-2176957077