embark/packages/embark-watcher
Michael Bradley, Jr 3c9ed4183d refactor(@embark/watcher): downgrade from chokidar 3.x to latest 2.x
chokidar 3.x has fsevents `^2.0.6` [as a dependency][dependency], which
introduced node v12.x compatibility, a sought-after goal of our PR
1638. However, fsevents `2.0.6` node compatibility range is quite
[complicated][complicated]. After fsevents `2.0.6` was published its
maintainers published `1.2.9`, which backports NodeJS v12.x compatibility minus
some performance increases, while offering [much more
straightforward][straightforward] node compatibility. fsevents `1.2.9` [is
compatible][compatible] with the latest v2.x release of
chokidar (`2.1.6`). Since Embark advertises runtime compatibility with node
`>=8.11.3`, downgrade chokidar to `2.1.6`.

[dependency]: https://github.com/paulmillr/chokidar/blob/3.0.0/package.json#L25
[complicated]: https://github.com/fsevents/fsevents/blob/v2.0.6/package.json#L10
[straightforward]: https://github.com/fsevents/fsevents/blob/v1.2.9/package.json#L14
[compatible]: https://github.com/paulmillr/chokidar/blob/2.1.6/package.json#L49
2019-05-29 22:09:23 -05:00
..
src refactor: move `dappPath`, `ipcPath` and `embarkPath` into @embark/utils 2019-05-17 11:25:40 +02:00
.npmrc refactor: move watcher into embark-watcher package 2019-04-26 16:45:52 +02:00
CHANGELOG.md chore(release): 4.1.0-beta.2 2019-05-22 18:09:06 -05:00
README.md refactor: move watcher into embark-watcher package 2019-04-26 16:45:52 +02:00
package.json refactor(@embark/watcher): downgrade from chokidar 3.x to latest 2.x 2019-05-29 22:09:23 -05:00
tsconfig.json refactor: move watcher into embark-watcher package 2019-04-26 16:45:52 +02:00
tslint.json refactor: move watcher into embark-watcher package 2019-04-26 16:45:52 +02:00

README.md

embark-watcher

Watches changes in the file system

Visit embark.status.im to get started with Embark.