lightning-fs icon indicating copy to clipboard operation
lightning-fs copied to clipboard

A lean and fast 'fs' for the browser

Results 55 lightning-fs issues
Sort by recently updated
recently updated
newest added

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 1.11.0 to 12.0.0. Release notes Sourced from puppeteer's releases. 12.0.0 ⚠ BREAKING CHANGES chromium: roll to Chromium 97.0.4692.0 (r938248) Features chromium: roll to Chromium 97.0.4692.0 (r938248) (ac162c5),...

dependencies

``` ReferenceError: indexedDB is not defined at /home/vera/global-agora/node_modules/.pnpm/@[email protected]/node_modules/@isomorphic-git/idb-keyval/dist/idb-keyval-cjs.js:17:29 at new Promise () at Store._init (/home/vera/global-agora/node_modules/.pnpm/@[email protected]/node_modules/@isomorphic-git/idb-keyval/dist/idb-keyval-cjs.js:16:21) at new Store (/home/vera/global-agora/node_modules/.pnpm/@[email protected]/node_modules/@isomorphic-git/idb-keyval/dist/idb-keyval-cjs.js:10:14) at new IdbBackend (/home/vera/global-agora/node_modules/.pnpm/@[email protected]/node_modules/@isomorphic-git/lightning-fs/src/IdbBackend.js:7:19) at DefaultBackend.init (/home/vera/global-agora/node_modules/.pnpm/@[email protected]/node_modules/@isomorphic-git/lightning-fs/src/DefaultBackend.js:30:23) at PromisifiedFS._init (/home/vera/global-agora/node_modules/.pnpm/@[email protected]/node_modules/@isomorphic-git/lightning-fs/src/PromisifiedFS.js:84:27)  ELIFECYCLE ...

Please convert the codebase to TypeScript, as it may help contributors make changes, and it will help with type-checking and other errors. I am working on a PR for this,...

Can you please let me about using this in TypeScript. currently there are no typings available. Error: ``` Try `npm install @types/isomorphic-git__lightning-fs` if it exists or add a new declaration...

Are there any plans to support events? More specifically, has there been any interest in implementing [the `FSWatcher` class](https://nodejs.org/api/fs.html#fs_class_fs_fswatcher) from the `fs` API?

First of all, thank you very much for the awesome isomorphic-git and this library! My questions is: Is there a way to delete all the files in a git repo?...

`fs.rm` is a new API in NodeJS fs module, that allows running recursive delete of directories. I can be handy in isomorphic-git/isomorphic-git#1383

Hey. I see that some work was already done in https://github.com/isomorphic-git/lightning-fs/tree/feat/native. What is the timeline for this and what are the current blockers? For reference: https://www.chromestatus.com/feature/6284708426022912.

The `rmdir` function in newer versions of Node allows for a `recursive` option that when set to `true` makes the command behave more like a `rm -rf`, which I think...