Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"fs.service" was added to manage file-system indexing more efficient + fix #21 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mirismaili
Copy link
Contributor

fs.service was added to manage file-system indexing more efficient. It also fixes
"twice-event-report" problem caused by git command (#21).
This service (that is a singleton) can cache the result of requests and so improves the performance.
It exposes an extra layer on top of readDirectory that consumers (buildConfig.js, refresh.js,
and watch.js for now) should use (instead of direct access to readDirectory).

@mirismaili mirismaili force-pushed the fs.service branch 4 times, most recently from c52a564 to aba1832 Compare August 30, 2019 03:41
…xing more efficient

`fs.service` was added to manage file-system indexing more efficient. It also fixes
"twice-event-report" problem caused by `git` command (madewithkoji#21).
This service (that is a singleton) can cache the result of requests and so improves the performance.
It exposes an extra layer on top of `readDirectory` that consumers (`buildConfig.js`, `refresh.js`,
and `watch.js` for now) should use (instead of direct access to `readDirectory`).

fix madewithkoji#21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant