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

fix benchmark script to load helpers as commonjs #64

Open nomeaning777 opened 4 years ago

nomeaning777 commented 4 years ago

It is not supported to import CommonJS .js file within type: module in Node v12.11 or higher.