UNPKG

mutation-summary

Version:
49 lines 2.27 kB
"use strict"; // Copyright 2011 Google 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. // @ts-ignore // @ts-ignore var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); if (MutationObserver === undefined) { console.error('DOM Mutation Observers are required.'); console.error('https://developer.mozilla.org/en-US/docs/DOM/MutationObserver'); throw Error('DOM Mutation Observers are required'); } __exportStar(require("./ChildListChange"), exports); __exportStar(require("./IMutationSummaryOptions"), exports); __exportStar(require("./INumberMap"), exports); __exportStar(require("./IQuery"), exports); __exportStar(require("./IQueryValidator"), exports); __exportStar(require("./IStringMap"), exports); __exportStar(require("./Movement"), exports); __exportStar(require("./MutationProjection"), exports); __exportStar(require("./MutationSummary"), exports); __exportStar(require("./NodeChange"), exports); __exportStar(require("./NodeMap"), exports); __exportStar(require("./Qualifier"), exports); __exportStar(require("./Selector"), exports); __exportStar(require("./Summary"), exports); __exportStar(require("./TreeChanges"), exports); __exportStar(require("./tree-mirror"), exports); //# sourceMappingURL=index.js.map