Andres Suarez
Andres Suarez
fixes #64 @substack Is this how you intended handling input streams to work?
*\* This is an experiment - don't merge! **
https://github.com/nodejs/node/pull/11515
Using a single [chokidar](https://github.com/paulmillr/chokidar) instance would require changing how watchify "determines" what files to watch. [Currently](https://github.com/substack/watchify/blob/fe724a4665e80eb1bbca5564c88f68526e3dac77/index.js#L93-L107), every file that's part of a build gets its own chokidar instance. This makes...
Using `260bcf5b219e`: `taplo.toml`: ``` [[rule]] keys = ["mytable"] [rule.formatting] reorder_keys = true ``` `file.toml`: ``` [mytable] a = "a" c = "c" b = "b" # ... ``` Run: `cargo...