You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In response to dart-lang/language#365, the language team is considering replacing the .packages file with a new file (exact name and format TBD) that is likely to be more extensible in practice. (The old .packages file was designed to be extensible, however because of the custom nature of the format, a lot of tools that read the file format did not implement the necessary extensibility. To avoid this sort of problem happening again, we will likely switch to a more standard extensible format such as JSON).
Once the new format is decided upon, this issue will track the necessary analyzer work to implement it.
The text was updated successfully, but these errors were encountered:
Currently working, with the possible exception of one corner case: the spec says that when you specify a path to a .packages file, you should first check whether there is a new packages.json file, and if so, ignore it.
In response to dart-lang/language#365, the language team is considering replacing the
.packages
file with a new file (exact name and format TBD) that is likely to be more extensible in practice. (The old.packages
file was designed to be extensible, however because of the custom nature of the format, a lot of tools that read the file format did not implement the necessary extensibility. To avoid this sort of problem happening again, we will likely switch to a more standard extensible format such as JSON).Once the new format is decided upon, this issue will track the necessary analyzer work to implement it.
The text was updated successfully, but these errors were encountered: