project-metadata-utils icon indicating copy to clipboard operation
project-metadata-utils copied to clipboard

Work with elm.json and docs.json files in Elm

Results 6 project-metadata-utils issues
Sort by recently updated
recently updated
newest added

The Elm.Project.encode function previously did an alphabetical sort, which means that packages like "elm-community/*" would show up before "elm/*". The compiler, elm-json and elm-test-rs all on the other hand seem...

Few questions: Module `Elm.Module` is build around `Name` type so I think that `Elm.Module.Name` is more accurate? Now `Elm.Module.toString` means "module name to string". Module `Elm.Package` is build around `Name`...

request
breaking

For package dependency calculations I need to get the min/max value of `Constraint`. So I suggest adding two new functions which return min/max `Version`:s and their associated `Op`:s: min :...

request

I wanted to write an elm-review rule that would verify that an Elm package has a valid Elm constraint. For example, 0.19.1

request

There is no easy way how to get `user` and `project` out of `Elm.Package.Name`.

request

Look at `Module` type alias. https://github.com/elm/project-metadata-utils/blob/b075be15046e151e36a79950412c4cb703605aeb/src/Elm/Docs.elm#L46-L47 Field `name` should have `Elm.Module.Name` type. What do you think?

request
breaking