mirror of
https://github.com/electron/electron.git
synced 2026-02-07 21:55:48 -05:00
0933a7d1b234accf1ed73c7fbea0a54456205a8d
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.
Atom Shell 
The Atom Shell framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on node.js and Chromium and is used in the Atom editor.
Downloads
Prebuilt binaries of atom-shell for Linux, Windows and Mac can be found on the releases page.
Documentation
Guides and the API reference are located in the docs directory. It also contains documents describing how to build and contribute to atom-shell.
Community
There is an atom-shell category on the Atom forums
as well as an #atom-shell channel on Freenode.
Languages
C++
56.6%
TypeScript
32.8%
Objective-C++
5.6%
JavaScript
2.2%
Python
1.7%
Other
1%