mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Remove _ and fs from exports
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
{Point, Range} = require 'text-buffer'
|
||||
|
||||
module.exports =
|
||||
_: require 'underscore-plus'
|
||||
BufferedNodeProcess: require '../src/buffered-node-process'
|
||||
BufferedProcess: require '../src/buffered-process'
|
||||
fs: require 'fs-plus'
|
||||
Git: require '../src/git'
|
||||
Point: Point
|
||||
Range: Range
|
||||
|
||||
Reference in New Issue
Block a user