NW.js (formerly node-webkit) supports the native fs module, however when brfs is used to inline static assets any require("fs") is automatically nuked. Much like browserify has a --node option to prevent this behavior, it would be very useful if, optionally, brfs could inline static assets while also leaving fs available.