Permalink
Please
sign in to comment.
Browse files
Replace import and export keywords with `require` and `module.exports`
- Loading branch information...
Showing
with
61 additions
and 87 deletions.
- +10 −11 exports/atom.js
- +0 −2 src/atom-paths.js
- +3 −4 src/auto-update-manager.js
- +3 −4 src/buffered-node-process.js
- +6 −7 src/buffered-process.js
- +4 −5 src/clipboard.js
- +2 −3 src/color.js
- +3 −4 src/deserializer-manager.js
- +5 −5 src/history-manager.js
- +5 −7 src/initialize-benchmark-window.js
- +6 −7 src/main-process/file-recovery-service.js
- +2 −4 src/main-process/win-shell.js
- +0 −2 src/native-watcher-registry.js
- +2 −4 src/null-grammar.js
- +0 −2 src/path-watcher.js
- +3 −4 src/reopen-project-list-view.js
- +4 −5 src/reopen-project-menu-manager.js
- +3 −5 src/update-process-env.js
- +0 −2 src/workspace.js
0 comments on commit
e68a2b1