Add missing babel directives

This commit is contained in:
Machiste Quintana
2016-10-24 22:41:55 -07:00
parent 27c9b0b833
commit 2da626eede
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
/** @babel */
import BufferedProcess from './buffered-process'
// Extended: Like {BufferedProcess}, but accepts a Node script as the command

View File

@@ -1,3 +1,5 @@
/** @babel */
import _ from 'underscore-plus'
import ChildProcess from 'child_process'
import {Emitter} from 'event-kit'