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 = { export default categorizedEmojiList = {
'People': [ 'People': [
'grinning', 'grinning',

View file

@ -1,4 +1,3 @@
/** @babel */
import Reflux from 'reflux'; import Reflux from 'reflux';
EmojiActions = Reflux.createActions([ EmojiActions = Reflux.createActions([
@ -10,4 +9,4 @@ for (key in EmojiActions) {
EmojiActions[key].sync = true; EmojiActions[key].sync = true;
} }
export default EmojiActions; export default EmojiActions;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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