UNPKG

salesforce-lightning-cli

Version:

Lightning CLI Heroku Plugin

67 lines (64 loc) 2.56 kB
/* * Copyright (C) 2016 salesforce.com, inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ "use strict"; module.exports = { // Standard Node APIs // https://developer.mozilla.org/en-US/docs/Web/API/Node ATTRIBUTE_NODE: '*', CDATA_SECTION_NODE: '*', COMMENT_NODE: '*', DOCUMENT_FRAGMENT_NODE: '*', DOCUMENT_NODE: '*', DOCUMENT_POSITION_CONTAINED_BY: '*', DOCUMENT_POSITION_CONTAINS: '*', DOCUMENT_POSITION_DISCONNECTED: '*', DOCUMENT_POSITION_FOLLOWING: '*', DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: '*', DOCUMENT_POSITION_PRECEDING: '*', DOCUMENT_TYPE_NODE: '*', ELEMENT_NODE: '*', ENTITY_NODE: '*', ENTITY_REFERENCE_NODE: '*', NOTATION_NODE: '*', PROCESSING_INSTRUCTION_NODE: '*', TEXT_NODE: '*', appendChild: true, baseURI: '*', childNodes: '*', cloneNode: true, compareDocumentPosition: true, contains: true, firstChild: '*', insertBefore: true, isDefaultNamespace: true, isEqualNode: true, isSameNode: true, lastChild: '*', lookupNamespaceURI: true, lookupPrefix: true, nextSibling: '*', nodeName: '*', nodeType: '*', nodeValue: '*', normalize: true, ownerDocument: '*', parentElement: '*', parentNode: '*', previousSibling: '*', removeChild: true, replaceChild: true, textContent: '*' };