Skip to content

Conversation

@Hweinstock
Copy link
Contributor

Problem

In some places we need node's fs due to sync behavior or unsupported functionality. In all cases where we don't strictly need it, we should be using our fs wrapper.

Solution

  • Replace as many uses of node's fs with our fs as possible. (Avoiding major refactors)
  • Ban import fs (via eslint), and allow for exceptions.

License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Hweinstock Hweinstock closed this Oct 9, 2024
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.

1 participant