isomorphic-git / lightning-fs

A lean and fast 'fs' for the browser
MIT License
477 stars 47 forks source link

Data Serialisation #7

Closed jo closed 5 years ago

jo commented 5 years ago

Hmmm, that doesn't look right:

screenshot from 2019-03-06 00-13-32

Firefox,

{
  "@isomorphic-git/lightning-fs": "^3.0.3",
  "isomorphic-git": "^0.51.12"
}

I use webpack to bundle for the browser.

billiegoose commented 5 years ago

That's a bug in Firefox DevTools the way it is presenting the data. It actually is working correctly... "!root" is an ES6 Map (not an empty object) and things wouldn't work at all when you refreshed the page if it wasn't being deserialized correctly.

jo commented 5 years ago

ok thanks!