mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 17:48:50 +08:00
feat(babel6): Rename to js to es6
This commit is contained in:
parent
3a6f3b9302
commit
9e4029036a
12 changed files with 2 additions and 14 deletions
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
export default categorizedEmojiList = {
|
||||
'People': [
|
||||
'grinning',
|
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
import Reflux from 'reflux';
|
||||
|
||||
EmojiActions = Reflux.createActions([
|
||||
|
@ -10,4 +9,4 @@ for (key in EmojiActions) {
|
|||
EmojiActions[key].sync = true;
|
||||
}
|
||||
|
||||
export default EmojiActions;
|
||||
export default EmojiActions;
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
import {ExtensionRegistry, ComponentRegistry} from 'nylas-exports';
|
||||
import EmojiStore from './emoji-store';
|
||||
import EmojiComposerExtension from './emoji-composer-extension';
|
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
import {ComponentRegistry} from 'nylas-exports'
|
||||
import ParticipantProfileStore from './participant-profile-store'
|
||||
import SidebarParticipantProfile from './sidebar-participant-profile'
|
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
import NylasStore from 'nylas-store'
|
||||
import ClearbitDataSource from './clearbit-data-source'
|
||||
import {Utils} from 'nylas-exports'
|
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
import React from 'react';
|
||||
import {Actions, WorkspaceStore} from 'nylas-exports';
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
import {ComponentRegistry} from 'nylas-exports';
|
||||
import {ToolbarSnooze, QuickActionSnooze} from './snooze-buttons';
|
||||
import SnoozeMailLabel from './snooze-mail-label'
|
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
import Reflux from 'reflux';
|
||||
|
||||
const SnoozeActions = Reflux.createActions([
|
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
import plugin from '../package.json'
|
||||
|
||||
export const PLUGIN_ID = plugin.appId[NylasEnv.config.get("env")];
|
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
import _ from 'underscore';
|
||||
import {Actions, NylasAPI, AccountStore, CategoryStore} from 'nylas-exports';
|
||||
import {
|
|
@ -1,4 +1,3 @@
|
|||
/** @babel */
|
||||
import moment from 'moment';
|
||||
import _ from 'underscore';
|
||||
import {
|
Loading…
Reference in a new issue