pub fn fill_fs<'js>(ctx: &Ctx<'js>, target: &Object<'js>) -> Result<()>Expand description
The fs namespace: every sync entry point, promises, constants.
Shared with the module definition so an import fs from "node:fs" and
a host that installs fs some other way cannot disagree about what
the surface is.