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.

32 lines (30 loc) 1.36 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 DELETE_BOOKMARK = 'delete-bookmark'; exports.DELETE_BOOKMARK = DELETE_BOOKMARK; var FETCH_PROJECT_REPOSITORIES = 'fetch-project-repositories'; exports.FETCH_PROJECT_REPOSITORIES = FETCH_PROJECT_REPOSITORIES; var RENAME_BOOKMARK = 'rename-bookmark'; exports.RENAME_BOOKMARK = RENAME_BOOKMARK; var SET_BOOKMARK_IS_LOADING = 'set-bookmark-is-loading'; exports.SET_BOOKMARK_IS_LOADING = SET_BOOKMARK_IS_LOADING; var SET_DIRECTORY_REPOSITORY = 'set-directory-repository'; exports.SET_DIRECTORY_REPOSITORY = SET_DIRECTORY_REPOSITORY; var SET_PENDING_BOOKMARK = 'set-pending-bookmark'; exports.SET_PENDING_BOOKMARK = SET_PENDING_BOOKMARK; var SET_PROJECT_DIRECTORIES = 'set-project-directories'; exports.SET_PROJECT_DIRECTORIES = SET_PROJECT_DIRECTORIES; var SET_REPOSITORY_BOOKMARKS = 'set-repository-bookmarks'; exports.SET_REPOSITORY_BOOKMARKS = SET_REPOSITORY_BOOKMARKS; var UNSET_BOOKMARK_IS_LOADING = 'unset-bookmark-is-loading'; exports.UNSET_BOOKMARK_IS_LOADING = UNSET_BOOKMARK_IS_LOADING; var UPDATE_TO_BOOKMARK = 'update-to-bookmark'; exports.UPDATE_TO_BOOKMARK = UPDATE_TO_BOOKMARK;