{"map":"{\"version\":3,\"file\":\"MemorylessMotionSubject.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../src/observables/MemorylessMotionSubject.ts\"],\"names\":[],\"mappings\":\"AAAA;;;;;;;;;;;;;;GAcG;AAGH,8EAA8E;AAC9E,+DAA+D;AAC/D,8CAA8C;AAC9C,OAAO,EAEL,mBAAmB,GACpB,MAAM,cAAc,CAAC;AAEtB,OAAO,EACL,2BAA2B,GAC5B,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EACL,cAAc,GACf,MAAM,kBAAkB,CAAC;AAE1B,MAAM,8BAAkC,SAAQ,mBAAmB,CAA8C,2BAA2B,CAAC;CAAG;AAChJ,eAAe,uBAAuB,CAAC;AAEvC,iCAAiC;AACjC,IAAI,CAAC;IACH,cAAc,EAAE,CAAC;AACnB,CAAC;AAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA,CAAC\"}","code":"/** @license\r\n *  Copyright 2016 - present The Material Motion Authors. All Rights Reserved.\r\n *\r\n *  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\r\n *  use this file except in compliance with the License. You may obtain a copy\r\n *  of the License at\r\n *\r\n *      http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n *  Unless required by applicable law or agreed to in writing, software\r\n *  distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r\n *  License for the specific language governing permissions and limitations\r\n *  under the License.\r\n */\r\n// ObservableWithMotionOperators isn't referenced in this file, but TypeScript\r\n// gets mad if you remove it. (MemorylessMotionSubject is using\r\n// MotionDebounceable from an external module)\r\nimport { withMotionOperators, } from '../operators';\r\nimport { MemorylessIndefiniteSubject, } from './MemorylessIndefiniteSubject';\r\nimport { fulfillProxies, } from './fulfillProxies';\r\nexport class MemorylessMotionSubject extends withMotionOperators(MemorylessIndefiniteSubject) {\r\n}\r\nexport default MemorylessMotionSubject;\r\n// See explanation in `./proxies`\r\ntry {\r\n    fulfillProxies();\r\n}\r\ncatch (error) { }\r\n//# sourceMappingURL=MemorylessMotionSubject.js.map","dts":{"name":"/Users/brentons/Projects/material-motion-js/packages/core/observables/MemorylessMotionSubject.d.ts","text":"/** @license\r\n *  Copyright 2016 - present The Material Motion Authors. All Rights Reserved.\r\n *\r\n *  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\r\n *  use this file except in compliance with the License. You may obtain a copy\r\n *  of the License at\r\n *\r\n *      http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n *  Unless required by applicable law or agreed to in writing, software\r\n *  distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r\n *  License for the specific language governing permissions and limitations\r\n *  under the License.\r\n */\r\nimport { ObservableWithMotionOperators } from '../operators';\r\nimport { MemorylessIndefiniteSubject } from './MemorylessIndefiniteSubject';\r\ndeclare const MemorylessMotionSubject_base: (new () => MemorylessIndefiniteSubject<T>) & (new (...args: any[]) => ObservableWithMotionOperators<T>);\r\nexport declare class MemorylessMotionSubject<T> extends MemorylessMotionSubject_base {\r\n}\r\nexport default MemorylessMotionSubject;\r\n"}}
