feat(babel6): Rename to js to es6

This commit is contained in:
Evan Morikawa 2016-05-03 18:05:45 -07:00
parent 9b1160ae65
commit 9230078ffe
12 changed files with 2 additions and 14 deletions

View file

@ -1,4 +1,3 @@
/** @babel */
export default categorizedEmojiList = {
'People': [
'grinning',

View file

@ -1,4 +1,3 @@
/** @babel */
import Reflux from 'reflux';
EmojiActions = Reflux.createActions([

View file

@ -1,4 +1,3 @@
/** @babel */
import {ExtensionRegistry, ComponentRegistry} from 'nylas-exports';
import EmojiStore from './emoji-store';
import EmojiComposerExtension from './emoji-composer-extension';

View file

@ -1,4 +1,3 @@
/** @babel */
import {ComponentRegistry} from 'nylas-exports'
import ParticipantProfileStore from './participant-profile-store'
import SidebarParticipantProfile from './sidebar-participant-profile'

View file

@ -1,4 +1,3 @@
/** @babel */
import NylasStore from 'nylas-store'
import ClearbitDataSource from './clearbit-data-source'
import {Utils} from 'nylas-exports'

View file

@ -1,4 +1,3 @@
/** @babel */
import React from 'react';
import {Actions, WorkspaceStore} from 'nylas-exports';

View file

@ -1,4 +1,3 @@
/** @babel */
import {ComponentRegistry} from 'nylas-exports';
import {ToolbarSnooze, QuickActionSnooze} from './snooze-buttons';
import SnoozeMailLabel from './snooze-mail-label'

View file

@ -1,4 +1,3 @@
/** @babel */
import Reflux from 'reflux';
const SnoozeActions = Reflux.createActions([

View file

@ -1,4 +1,3 @@
/** @babel */
import plugin from '../package.json'
export const PLUGIN_ID = plugin.appId[NylasEnv.config.get("env")];

View file

@ -1,4 +1,3 @@
/** @babel */
import _ from 'underscore';
import {Actions, NylasAPI, AccountStore, CategoryStore} from 'nylas-exports';
import {

View file

@ -1,4 +1,3 @@
/** @babel */
import moment from 'moment';
import _ from 'underscore';
import {