UNPKG

3.91 kBSource Map (JSON)View Raw
1{"version":3,"file":"__private_imports__.js","sourceRoot":"","sources":["../../../../modules/platform-node/__private_imports__.ts"],"names":[],"mappings":";AAAA,iCAAwD,2BAA2B,CAAC,CAAA;AACpF,qBAAyC,eAAe,CAAC,CAAA;AACzD,yBAAiD,mBAAmB,CAAC,CAAA;AAOxD,sCAA8B,GAAkD,+CAAO,CAAC,8BAA8B,CAAC;AAEvH,wBAAgB,GAAoC,+CAAO,CAAC,gBAAgB,CAAC;AAE7E,2BAAmB,GAAuC,+CAAO,CAAC,mBAAmB,CAAC;AAEtF,uBAAe,GAAmC,+CAAO,CAAC,eAAe,CAAC;AAE1E,uBAAe,GAAmC,+CAAO,CAAC,eAAe,CAAC;AAE1E,uBAAe,GAAmC,+CAAO,CAAC,eAAe,CAAC;AAE1E,kBAAU,GAA8B,+CAAO,CAAC,UAAU,CAAC;AAC3D,yBAAiB,GAAqC,+CAAO,CAAC,iBAAiB,CAAC;AAEhF,4BAAoB,GAAwC,+CAAO,CAAC,oBAAoB,CAAC;AAIzF,iBAAS,GAA0B,uBAAI,CAAC,SAAS,CAAC;AAElD,yBAAiB,GAAkC,uBAAI,CAAC,iBAAiB,CAAC;AAE1E,uBAAe,GAAgC,uBAAI,CAAC,eAAe,CAAC;AAEpE,uBAAe,GAAgC,uBAAI,CAAC,eAAe,CAAC;AAEpE,uBAAe,GAAgC,uBAAI,CAAC,eAAe,CAAC;AAIpE,uBAAe,GAAoC,+BAAQ,CAAC,eAAe,CAAC;AAE5E,mBAAW,GAAgC,+BAAQ,CAAC,WAAW,CAAC;AAE7E,IAAI,OAAO,GAAG,IAAI,CAAC;AACnB;kBAAe,OAAO,CAAC","sourcesContent":["import { __platform_browser_private__ as browser } from '@angular/platform-browser';\nimport { __core_private__ as core } from '@angular/core';\nimport { __compiler_private__ as compiler } from '@angular/compiler';\n\n// This is ugly, but it is how we must export private imports like angular does internally to\n// emit properly, e.g. how it is done here\n// https://github.com/angular/angular/blob/master/modules/@angular/compiler/src/private_import_core.ts\n\n// platform-browser\nexport const BROWSER_SANITIZATION_PROVIDERS: typeof browser.BROWSER_SANITIZATION_PROVIDERS = browser.BROWSER_SANITIZATION_PROVIDERS;\nexport type SharedStylesHost = typeof browser._SharedStylesHost;\nexport const SharedStylesHost: typeof browser.SharedStylesHost = browser.SharedStylesHost;\nexport type DomSharedStylesHost = typeof browser._DomSharedStylesHost;\nexport const DomSharedStylesHost: typeof browser.DomSharedStylesHost = browser.DomSharedStylesHost;\nexport type DomRootRenderer = typeof browser._DomRootRenderer;\nexport const DomRootRenderer: typeof browser.DomRootRenderer = browser.DomRootRenderer;\nexport type DomEventsPlugin = typeof browser._DomEventsPlugin;\nexport const DomEventsPlugin: typeof browser.DomEventsPlugin = browser.DomEventsPlugin;\nexport type KeyEventsPlugin = typeof browser._KeyEventsPlugin;\nexport const KeyEventsPlugin: typeof browser.KeyEventsPlugin = browser.KeyEventsPlugin;\nexport type DomAdapter = typeof browser._DomAdapter;\nexport const DomAdapter: typeof browser.DomAdapter = browser.DomAdapter;\nexport const setRootDomAdapter: typeof browser.setRootDomAdapter = browser.setRootDomAdapter;\nexport type HammerGesturesPlugin = typeof browser._HammerGesturesPlugin;\nexport const HammerGesturesPlugin: typeof browser.HammerGesturesPlugin = browser.HammerGesturesPlugin;\n\n// core\nexport type ViewUtils = typeof core._ViewUtils;\nexport const ViewUtils: typeof core.ViewUtils = core.ViewUtils;\nexport type AnimationKeyframe = typeof core._AnimationKeyframe;\nexport const AnimationKeyframe: typeof core.AnimationKeyframe = core.AnimationKeyframe;\nexport type AnimationPlayer = typeof core._AnimationPlayer;\nexport const AnimationPlayer: typeof core.AnimationPlayer = core.AnimationPlayer;\nexport type AnimationStyles = typeof core._AnimationStyles;\nexport const AnimationStyles: typeof core.AnimationStyles = core.AnimationStyles;\nexport type RenderDebugInfo = typeof core._RenderDebugInfo;\nexport const RenderDebugInfo: typeof core.RenderDebugInfo = core.RenderDebugInfo;\n\n// compiler\nexport type SelectorMatcher = typeof compiler._SelectorMatcher;\nexport const SelectorMatcher: typeof compiler.SelectorMatcher = compiler.SelectorMatcher;\nexport type CssSelector = typeof compiler._CssSelector;\nexport const CssSelector: typeof compiler.CssSelector = compiler.CssSelector;\n\nvar __empty = null;\nexport default __empty;\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file