mirror of
https://github.com/atom/atom.git
synced 2026-02-11 15:14:59 -05:00
Add missing babel directives
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/** @babel */
|
||||
|
||||
import BufferedProcess from './buffered-process'
|
||||
|
||||
// Extended: Like {BufferedProcess}, but accepts a Node script as the command
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/** @babel */
|
||||
|
||||
import _ from 'underscore-plus'
|
||||
import ChildProcess from 'child_process'
|
||||
import {Emitter} from 'event-kit'
|
||||
|
||||
Reference in New Issue
Block a user