electron/atom/common/api/lib
Cheng Zhao 0933a7d1b2 Evaluate the "fs.js" in original-fs
Some high-level APIs in fs are using low-level APIs via "fs.xxx", which
will be overriden by our asar wrappers, so just shadow-copy those
methods is not enough.

By evaluating the whole "fs.js" we can make sure original-fs is not
polluted by the asar wrappers.

Fixes #782.
2015-01-19 14:22:32 -08:00
..
callbacks-registry.coffee Move all sources under atom/. 2014-03-16 08:30:26 +08:00
clipboard.coffee 💄 Fix clipboard on Linux. 2014-06-05 15:22:36 +08:00
crash-reporter.coffee Add crashRepoter.getLastCrashReport API 2014-11-11 17:30:01 +08:00
id-weak-map.coffee Move all sources under atom/. 2014-03-16 08:30:26 +08:00
original-fs.coffee Evaluate the "fs.js" in original-fs 2015-01-19 14:22:32 -08:00
shell.coffee Rename process.__atom_type to process.type. 2014-05-21 22:44:43 +08:00