Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/webpack/watchpack

Wrapper library for directory and file watching.
https://github.com/webpack/watchpack

improve assumption test

95e403f7354d9c04ea23963c3461e7ceca6bd8d1 authored about 8 years ago
consistent test case casing, fix typo

c823dad7052d67305764d79c71e94da92b3fb92f authored about 8 years ago
add mocha.opts

854f91b91a6e4de582a402c4794b9667796f486a authored about 8 years ago
Fixes webpack/webpack#762

FS accuracy at startup is 10s, but it's fixed when files change. This
commit allows fs accuracy ...

a25f000505528fca55c0662ab39677b927461122 authored about 8 years ago
Merge pull request #33 from nkzawa/fix/remove-event

Fix remove event is not emitted

16b2a0e55dfa01a39163079c1be0d3a7b082a22b authored about 8 years ago
Merge pull request #39 from nkzawa/add/editorconfig

Add .editorconfig

d9b0dbc0c796bb12bd35d6f6b42f10f175749b37 authored about 8 years ago
add .editorconfig

0efe492f77efb42a0944539275b43da82b548f76 authored about 8 years ago
add a test for file removal on DirectoryWatcher

0232e01e6183e54fdeac00b3dfd70403fc555eeb authored about 8 years ago
style

c22261c68ef18465a2a999466fa506c2e3be9f74 authored about 8 years ago
Update License to match with webpack/webpack

e1a67bd25b46e04c87e89248c1778df0fe0d4312 authored about 8 years ago
Test Node.js v6 (LTS) instead of v5

Matches webpack/webpack behavior

73c12a038f0573af82213e2bc806c3bcff3cfb8f authored about 8 years ago
Merge pull request #34 from wtgtybhertgeghgtwtg/master

Bump `async`.

1cba1d19b50151ff7f989d43e6a8c4a3cc9a7176 authored about 8 years ago
Bump `async`.

c5b9b7ecb0fc533d909ee0c49da333f55b0d525d authored about 8 years ago
modify mtime only if it exists

9fccf2e237437ed67840b79abfa1133215b24bdf authored about 8 years ago
Only include `lib/` files in npm package

64009210a1d0f8c29faccbe4fe521c67cb175538 authored over 8 years ago
linux seem to round down a bit

946a4b018e3b811db255357bc7bcda33c601155c authored almost 9 years ago
fixed test

af43a4988d59f99fafb825b09452a3e14788ae74 authored almost 9 years ago
check if every file system rounds upwards

d636fb9185cda575d98319429368240ec3a31286 authored almost 9 years ago
better CI testing

0b17a6f217f372bd401b18db72f2b7f2d2674efb authored almost 9 years ago
1.1.0

2ba154a81dd151a0f1857ea5395954a7d9891ed7 authored almost 9 years ago
updated dependencies

b6191849a864c9add26001c812f5a24b048285b9 authored almost 9 years ago
added testcase for file recreating

21b5502de19df77ff7c15db5486eeb839f7b7290 authored almost 9 years ago
Merge pull request #17 from trevan/master

Handle files that are deleted and recreated

f32a64345f78da7e718eb1797c25e874b06bf3e5 authored almost 9 years ago
Merge pull request #22 from tomduncalf/store_options_for_nested_watchers

Store the options passed when contructing the DirectoryWatcher as an instance variable

50ea369e9fcd02509047315612712600922501e9 authored almost 9 years ago
Merge pull request #19 from mkillianey/add-license-file

Create LICENSE

887844cfe162ffbf9ad73e3a506f315eb63a7f56 authored almost 9 years ago
Merge pull request #23 from elliottsj/ignored-option

Add `ignored` option

8bf9ab5dca225a709a48961ea23ed2dee66643d5 authored almost 9 years ago
Add `ignored` option

Usage from webpack:

watchOptions: {
ignored: /node_modules/
}

fc2002d42d4ff525751649642973c89a94f5b2d9 authored almost 9 years ago
1.0.1

7efdd93aff0c991a766af886ccc16324401a202f authored almost 9 years ago
ajust mtime later, to get more accurate fs accurency

2ad1e7d52c5659fb3b6925018a4d5427e0d8539c authored almost 9 years ago
1.0.0

b0482e92d0c3c323ce6c8d181721066d48b48f23 authored almost 9 years ago
ajust mtime to get maximum possible mtime

2997ed6330ea96ee489f5caeb09d47cd273cc902 authored almost 9 years ago
Store the options passed when contructing the DirectoryWatcher as an instance variable, so `this.options` refers to the options when referenced in `createNestedWatcher` (currently refers to an undefined property), and therefore nested watchers inherit the parent's options properly

03e02f8b202be7a13a7e20981b9cf8e089b6972a authored about 9 years ago
Create LICENSE

15f6993189f99f287c4168b98c37be8a98d36cce authored over 9 years ago
0.2.9

8f3ae3e9700ed68a690de6d19e3581d50bd02d3a authored over 9 years ago
update deps and travis platforms

2b1bc5320d27a953e59753b7f642f9e266e2b8a7 authored over 9 years ago
Handle files that are deleted and recreated

If vim is set up to use a swap file, then when a save is changed, it
deletes the original file a...

92b1d6af066dcf98cc0f5bcb1f8410ad492400f3 authored over 9 years ago
0.2.8

3f5ec9863c36dbee8b5e3d9a2a730c1f3d02b993 authored almost 10 years ago
use chokidars alwaysStat option

9681996a1ce5d58036f188557055fb7ac109246d authored almost 10 years ago
0.2.7

4a50e7edcd94e885420717c2c3cb730d679cd75b authored almost 10 years ago
bug fix

72f5449134df90d877f83720e47f724473e5287a authored almost 10 years ago
only pass options relevant to the watcher

46b5504d4d4eaa59b58d9106759ae8338ae125d2 authored almost 10 years ago
add support for polling

fixed #3, merged #5

8d3de0f8fc66b3485c941f74dff4b2bc2298e421 authored almost 10 years ago
added testcase

622b6f2c1f71088cb3debbbafb51fd62db0a7c5b authored almost 10 years ago
0.2.6

b29336bf25942563fa5bdcb3bec28299a0861020 authored almost 10 years ago
correct timestamps when watching a directory

webpack/webpack#995

Signed-off-by: Tobias Koppers <[email protected]>

772051e8c3ca342c7448c666002c342eb7033065 authored almost 10 years ago
fixed readme

181e9ef1482da186d68f1f146a7296d215da71d5 authored almost 10 years ago
0.2.5

a2b8ac066e90ad2e23edeb18205c13556d6a6e49 authored almost 10 years ago
more test cases

ba50a6e18f2c432e2a67c664c5bc3a9c36fa522e authored almost 10 years ago
more reliable tests

250d3281585f0333493db5304a88f1ac386a3ae5 authored almost 10 years ago
catch exception

955e03826631465b4ec0ee1152bbaaaecd2a0df6 authored almost 10 years ago
added coverage and linting

support case insensitive filesystems
fixed #7

5ba198397c0734a90716130ef918d6732d808a8f authored almost 10 years ago
0.2.4

60b90e68cf2aa2446879bc874f85928e2b6d98cc authored almost 10 years ago
Merge pull request #4 from paulmillr/patch-1

Update to stable chokidar.

cd6d162ba2d2be2e9c1a3d82f11ac1aeed2e798b authored almost 10 years ago
Update to stable chokidar.

067a5808c3c26edbbd28c8416fe96bfdfd51034b authored almost 10 years ago
0.2.3

85798b20364ff909f2a745071be27015d577780e authored about 10 years ago
use chokidar 1.0.0-rc2

932551946c558fc2b4e38f96bebf9701258dc478 authored about 10 years ago
0.2.2

2040030bb362253765b3b9aa906f2ec2f03d08f5 authored about 10 years ago
easier tests

8f4038b9a331ea7be95cd0e863e60610d833434e authored about 10 years ago
more stable test cases

31bb59a39340edb744c32ac265054626e231271b authored about 10 years ago
newest chokidar version with add/update fix

9adde4c965813b2c9a29615b3348bb80a87ff05c authored about 10 years ago
better tests

66b903d184404196f978718aed25b08c341e8b37 authored about 10 years ago
don't use atomic feature for chokidar

a3ccea7422915a09a777d3304c5e59b0092458c9 authored about 10 years ago
Revert "downgrade to chokidar 0.11"

This reverts commit dc29492a93bf06a0faa3d471369f2b8e350007f0.

a38c0bab9dfb691180806737fccf38ca5ef14815 authored about 10 years ago
downgrade to chokidar 0.11

0.12 seems to be buggy on OSX

dc29492a93bf06a0faa3d471369f2b8e350007f0 authored about 10 years ago
documentation

75c591f99fcf17f7a7fc83cea533a51c19983ea5 authored about 10 years ago
added badges

d5f2025822659f001a605e25166c1abc2c378a3f authored about 10 years ago
fixed casing

ab5b4ed989dff47699b30ac0d9ae6df0042b0fa4 authored about 10 years ago
CI tests

d1d7171296ef2707f5be49b63a736ae05327cb31 authored about 10 years ago
0.2.1

a75b264bf47d419e9ea11c011d5ebbf27e73476e authored about 10 years ago
fixed bugs

fbe37c487c0a617006776281c33ecb1c783b20db authored about 10 years ago
0.2.0

3be750c81dc0921127869d245c772600b3f02596 authored about 10 years ago
updated deps, bug fix and more testcases

75e548da94aa004014644327103ebc0b1bfc9a7c authored about 10 years ago
0.1.3

8b395bada828075f943b14e6bc1b9ba954e783d0 authored about 10 years ago
bug fix

b5d8359278bd3110928844143cae735e0c20ca51 authored about 10 years ago
update dep

2ff20d8a6b9e76daae92b355189df8cf918f5423 authored about 10 years ago
bug fix

8d66194bc8d6edbaa915cb984382c7df3523458e authored about 10 years ago
README

b3959d8017646b1384fe54b4a6f802c1d9e8c08a authored about 10 years ago
0.1.2

07acc8baea30dc0056a7d95f8b64b37d01e96796 authored about 10 years ago
bug fix

e0708263d849d06873ec5eed9ba7e77df9dfec2c authored about 10 years ago
0.1.1

2683b410383c7fda52906a17a3acf67465a42512 authored over 10 years ago
fixes #1

e8d75ba3635e4638db360284e2678cc4a6c10934 authored over 10 years ago
added test case

a006c27116d632a1f7ea6a30ec29dfae1c9ee530 authored over 10 years ago
bug fixes and nested watching

b6421901758bc4abfd8e9310202aab2be57e8931 authored over 10 years ago
Made some progress

5e73d5406798671a236d5f15b982fb4543d5c911 authored over 10 years ago
Initial commit

1ffd274734c8ba34ea9ccca35b34478b4ded6ad0 authored over 10 years ago