Skip to content

Conversation

@Hweinstock
Copy link
Contributor

@Hweinstock Hweinstock commented Oct 9, 2024

Problem

We want to avoid future unnecessary use of fs module and maximize usage of our wrapper fs. Benefits include:

  • more control over interfacing with fs.
  • increased web compatibility.
  • minimizing dependencies.

Solution

  • add a lint rule to discourage future imports of fs.
  • leave current uses as exceptions.
  • Planning follow up PR to migrate some of the easy uses of fs to our wrapper.

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

@Hweinstock Hweinstock marked this pull request as ready for review October 9, 2024 16:24
@Hweinstock Hweinstock requested review from a team as code owners October 9, 2024 16:24
@justinmk3 justinmk3 merged commit 886aeba into aws:master Oct 9, 2024
9 of 16 checks passed
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.

2 participants