UNPKG

atom-nuclide

Version:

A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.

40 lines (33 loc) 1.37 kB
Object.defineProperty(exports, '__esModule', { value: true }); /* * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the LICENSE file in * the root directory of this source tree. */ var ActionType = Object.freeze({ ADD_PROJECT_REPOSITORY: 'add-project-repository', COMPLETE_RESTORING_REPOSITORY_STATE: 'complete-restoring-repository-state', REMOVE_PROJECT_REPOSITORY: 'remove-project-repository', RESTORE_PANE_ITEM_STATE: 'restore-pane-item-state', START_RESTORING_REPOSITORY_STATE: 'start-restoring-repository-state', UPDATE_PANE_ITEM_STATE: 'update-pane-item-state', UPDATE_REPOSITORY_BOOKMARKS: 'update-repository-bookmarks' }); exports.ActionType = ActionType; // This is to work around flow's missing support of enums. ActionType; var ActiveShortHeadChangeBehavior = Object.freeze({ ALWAYS_IGNORE: 'Always Ignore', ALWAYS_RESTORE: 'Always Restore', PROMPT_TO_RESTORE: 'Prompt to Restore' }); exports.ActiveShortHeadChangeBehavior = ActiveShortHeadChangeBehavior; ActiveShortHeadChangeBehavior; var ACTIVE_SHORTHEAD_CHANGE_BEHAVIOR_CONFIG = 'nuclide-bookshelf.changeActiveBookmarkBehavior'; exports.ACTIVE_SHORTHEAD_CHANGE_BEHAVIOR_CONFIG = ACTIVE_SHORTHEAD_CHANGE_BEHAVIOR_CONFIG; var EMPTY_SHORTHEAD = ''; exports.EMPTY_SHORTHEAD = EMPTY_SHORTHEAD;