Results 3 issues of Fengyuan Chen

In order to get a more small size of bundle file, I include the original JsBarcode library from `src/JsBarcode.js`, but get the following error: ``` 🚨 'default' is not exported...

1. Start the `git-opfs` demo. 2. Append the following code after line 35 of the `main.ts`: ```js const statusMatrix = await git.statusMatrix({ fs, dir: '/repo', }); console.log('statusMatrix', statusMatrix); ``` 3....

1. Start this [demo](https://github.com/streamich/memfs/tree/master/demo/git-opfs) of the `memfs`. 2. Append the following code after line 35 of the `main.ts`: ```js const statusMatrix = await git.statusMatrix({ fs, dir: '/repo', }); console.log('statusMatrix', statusMatrix);...