mfedderly
mfedderly
Part of a pet project to bring stricter typescript typings to the project overall (before we ship 7.0.0 proper?) `meta` is a package that gets used in a bunch of...
`npm run docs` used to build the README.md files, but that seems to not be working any more, possibly because of all of the package updates over time. There may...
Per #2163 Maybe worth holding off merging this until https://github.com/Turfjs/turf/pull/2033 lands.
It shouldn't be too much work to add `nyc` to the dependencies and have our tests spit out the test coverage numbers when we run them. It would help us...
This PR adds an additional public API to the geojson source which allows for diff-style updating (see #1236). I'm interested in feedback on the API before going much further. I'm...
The typings for `sweepline-intersections` are slightly wrong, and causing issues in Turf. https://arethetypeswrong.github.io/?p=sweepline-intersections%401.5.0 Rollup is actually using `module.exports = sweeplineIntersections;`, so this changes the types to match that. You can...
Follow up to https://github.com/DefinitelyTyped/DefinitelyTyped/pull/70242 which works for 3.x but not 4.x with the update from the underlying library to target modules now. After a quick correction to the underlying library's...
Instead of having this be its own step, we can just run it as part of the tests turf-mask had an unused mkdirp dependency that it looked like we wanted...
Exploratory PR to investigate lerna's `--since` mode. This breaks the merge builds, and it breaks the support/6.5 branch as well, but we can experiment with PR timings and the overall...
This fixes an issue where nx would cache test runs even if the underlying files have changed. This only happens if you execute tests like so: ``` pnpm lerna run...