Joel Chu Zhu

Results 5 comments of Joel Chu Zhu

You build your store Example in ES6 ```js // session store with watch import engine from 'store/src/store-engine'; import sessionStorage from 'store/storages/sessionStorage'; import cookieStorage from 'store/storages/cookieStorage'; import defaultPlugin from 'store/plugins/defaults'; import...

I have tried to modified your plugin to allow adding plugins to babel ```ts import * as parser from "@babel/parser"; import traverse from "@babel/traverse"; import generate from "@babel/generator"; import *...

I would if I could :S What did though like I show you to enable babel plugins to pass to the parser. And I have used `@babel/plugin-proposal-object-rest-spread` as the plugin,...

Just PR in an update version with the fixed test. Please check. Cheers

It works fine on Linux (Pop-os latest Ubuntu)