Palindrom / JSONPatcherProxy

ES6 proxy powered JSON Object observer that emits JSON patches when changes occur to your object tree.
94 stars 14 forks source link

Export JSONPatcherProxy as ES Module, #57

Closed tomalec closed 5 years ago

tomalec commented 5 years ago

adjust tests to use ES Modules

requires npm link fast-json-patch to https://github.com/Starcounter-Jack/JSON-Patch/pull/232

warpech commented 5 years ago

I will review tomorrow, but we can already see that Travis config needs to be updated.

tomalec commented 5 years ago

Travis fixed https://travis-ci.org/Palindrom/JSONPatcherProxy/builds/575272306 (GH-Travis integration has some performance problems today)

tomalec commented 5 years ago

The last Travis build to check is at https://travis-ci.org/Palindrom/JSONPatcherProxy/builds/575272306, I have no idea why the last commit is not visible here (https://github.com/Palindrom/JSONPatcherProxy/commit/6e72454c59c9a313f73d157641fdf95bb1af3dc5).