Socket
Socket
Sign inDemoInstall

@angular/compiler

Package Overview
Dependencies
Maintainers
1
Versions
837
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/compiler - npm Package Compare versions

Comparing version 4.0.0-beta.6 to 4.0.0-beta.7

93

bundles/compiler-testing.umd.js
/**
* @license Angular v4.0.0-beta.6
* @license Angular v4.0.0-beta.7
* (c) 2010-2017 Google, Inc. https://angular.io/

@@ -93,10 +93,11 @@ * License: MIT

function MockDirectiveResolver(_injector) {
_super.call(this);
this._injector = _injector;
this._directives = new Map();
this._providerOverrides = new Map();
this._viewProviderOverrides = new Map();
this._views = new Map();
this._inlineTemplates = new Map();
this._animations = new Map();
var _this = _super.call(this) || this;
_this._injector = _injector;
_this._directives = new Map();
_this._providerOverrides = new Map();
_this._viewProviderOverrides = new Map();
_this._views = new Map();
_this._inlineTemplates = new Map();
_this._animations = new Map();
return _this;
}

@@ -212,11 +213,11 @@ Object.defineProperty(MockDirectiveResolver.prototype, "_compiler", {

};
MockDirectiveResolver.decorators = [
{ type: _angular_core.Injectable },
];
/** @nocollapse */
MockDirectiveResolver.ctorParameters = function () { return [
{ type: _angular_core.Injector, },
]; };
return MockDirectiveResolver;
}(_angular_compiler.DirectiveResolver));
MockDirectiveResolver.decorators = [
{ type: _angular_core.Injectable },
];
/** @nocollapse */
MockDirectiveResolver.ctorParameters = function () { return [
{ type: _angular_core.Injector, },
]; };

@@ -238,5 +239,6 @@ /**

function MockNgModuleResolver(_injector) {
_super.call(this);
this._injector = _injector;
this._ngModules = new Map();
var _this = _super.call(this) || this;
_this._injector = _injector;
_this._ngModules = new Map();
return _this;
}

@@ -266,11 +268,11 @@ /**

MockNgModuleResolver.prototype._clearCacheFor = function (component) { this._compiler.clearCacheFor(component); };
MockNgModuleResolver.decorators = [
{ type: _angular_core.Injectable },
];
/** @nocollapse */
MockNgModuleResolver.ctorParameters = function () { return [
{ type: _angular_core.Injector, },
]; };
return MockNgModuleResolver;
}(_angular_compiler.NgModuleResolver));
MockNgModuleResolver.decorators = [
{ type: _angular_core.Injectable },
];
/** @nocollapse */
MockNgModuleResolver.ctorParameters = function () { return [
{ type: _angular_core.Injector, },
]; };

@@ -292,5 +294,6 @@ /**

function MockPipeResolver(_injector) {
_super.call(this);
this._injector = _injector;
this._pipes = new Map();
var _this = _super.call(this) || this;
_this._injector = _injector;
_this._pipes = new Map();
return _this;
}

@@ -324,11 +327,11 @@ Object.defineProperty(MockPipeResolver.prototype, "_compiler", {

};
MockPipeResolver.decorators = [
{ type: _angular_core.Injectable },
];
/** @nocollapse */
MockPipeResolver.ctorParameters = function () { return [
{ type: _angular_core.Injector, },
]; };
return MockPipeResolver;
}(_angular_compiler.PipeResolver));
MockPipeResolver.decorators = [
{ type: _angular_core.Injectable },
];
/** @nocollapse */
MockPipeResolver.ctorParameters = function () { return [
{ type: _angular_core.Injector, },
]; };

@@ -369,3 +372,3 @@ var TestingCompilerFactory = _angular_core_testing.__core_private_testing__.TestingCompilerFactory;

var removeObjects = new Set();
var _loop_1 = function(prop) {
var _loop_1 = function (prop) {
var removeValue = remove[prop];

@@ -382,3 +385,3 @@ if (removeValue instanceof Array) {

}
var _loop_2 = function(prop) {
var _loop_2 = function (prop) {
var propValue = metadata[prop];

@@ -461,11 +464,11 @@ if (propValue instanceof Array) {

};
TestingCompilerFactoryImpl.decorators = [
{ type: _angular_core.Injectable },
];
/** @nocollapse */
TestingCompilerFactoryImpl.ctorParameters = function () { return [
{ type: _angular_core.CompilerFactory, },
]; };
return TestingCompilerFactoryImpl;
}());
TestingCompilerFactoryImpl.decorators = [
{ type: _angular_core.Injectable },
];
/** @nocollapse */
TestingCompilerFactoryImpl.ctorParameters = function () { return [
{ type: _angular_core.CompilerFactory, },
]; };
var TestingCompilerImpl = (function () {

@@ -472,0 +475,0 @@ function TestingCompilerImpl(_compiler, _directiveResolver, _pipeResolver, _moduleResolver) {

@@ -64,2 +64,2 @@ /**

export { AnimationParser } from './src/animation/animation_parser';
export { SyntaxError } from './src/util';
export { isSyntaxError, syntaxError } from './src/util';

@@ -62,3 +62,4 @@ /**

export { AnimationParser } from './src/animation/animation_parser';
export { SyntaxError } from './src/util';
export { isSyntaxError, syntaxError } from './src/util';
// This file only reexports content of the `src` folder. Keep it that way.
//# sourceMappingURL=index.js.map

@@ -1,1 +0,1 @@

[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./src/version","export":["VERSION"]},{"from":"./src/template_parser/template_ast"},{"from":"./src/template_parser/template_parser","export":["TEMPLATE_TRANSFORMS"]},{"from":"./src/config","export":["CompilerConfig","RenderTypes"]},{"from":"./src/compile_metadata"},{"from":"./src/aot/compiler_factory"},{"from":"./src/aot/compiler"},{"from":"./src/aot/compiler_host"},{"from":"./src/aot/static_reflector"},{"from":"./src/aot/static_reflection_capabilities"},{"from":"./src/aot/static_symbol"},{"from":"./src/aot/static_symbol_resolver"},{"from":"./src/aot/summary_resolver"},{"from":"./src/summary_resolver"},{"from":"./src/jit/compiler","export":["JitCompiler"]},{"from":"./src/jit/compiler_factory"},{"from":"./src/url_resolver"},{"from":"./src/resource_loader"},{"from":"./src/directive_resolver","export":["DirectiveResolver"]},{"from":"./src/pipe_resolver","export":["PipeResolver"]},{"from":"./src/ng_module_resolver","export":["NgModuleResolver"]},{"from":"./src/ml_parser/interpolation_config","export":["DEFAULT_INTERPOLATION_CONFIG","InterpolationConfig"]},{"from":"./src/schema/element_schema_registry"},{"from":"./src/i18n/index"},{"from":"./src/directive_normalizer"},{"from":"./src/expression_parser/lexer"},{"from":"./src/expression_parser/parser"},{"from":"./src/metadata_resolver"},{"from":"./src/ml_parser/html_parser"},{"from":"./src/ml_parser/interpolation_config"},{"from":"./src/ng_module_compiler","export":["NgModuleCompiler"]},{"from":"./src/directive_wrapper_compiler","export":["DirectiveWrapperCompiler"]},{"from":"./src/output/path_util"},{"from":"./src/output/ts_emitter"},{"from":"./src/parse_util"},{"from":"./src/schema/dom_element_schema_registry"},{"from":"./src/selector"},{"from":"./src/style_compiler"},{"from":"./src/template_parser/template_parser"},{"from":"./src/view_compiler/view_compiler","export":["ViewCompiler"]},{"from":"./src/animation/animation_parser","export":["AnimationParser"]},{"from":"./src/util","export":["SyntaxError"]}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./src/version","export":["VERSION"]},{"from":"./src/template_parser/template_ast"},{"from":"./src/template_parser/template_parser","export":["TEMPLATE_TRANSFORMS"]},{"from":"./src/config","export":["CompilerConfig","RenderTypes"]},{"from":"./src/compile_metadata"},{"from":"./src/aot/compiler_factory"},{"from":"./src/aot/compiler"},{"from":"./src/aot/compiler_host"},{"from":"./src/aot/static_reflector"},{"from":"./src/aot/static_reflection_capabilities"},{"from":"./src/aot/static_symbol"},{"from":"./src/aot/static_symbol_resolver"},{"from":"./src/aot/summary_resolver"},{"from":"./src/summary_resolver"},{"from":"./src/jit/compiler","export":["JitCompiler"]},{"from":"./src/jit/compiler_factory"},{"from":"./src/url_resolver"},{"from":"./src/resource_loader"},{"from":"./src/directive_resolver","export":["DirectiveResolver"]},{"from":"./src/pipe_resolver","export":["PipeResolver"]},{"from":"./src/ng_module_resolver","export":["NgModuleResolver"]},{"from":"./src/ml_parser/interpolation_config","export":["DEFAULT_INTERPOLATION_CONFIG","InterpolationConfig"]},{"from":"./src/schema/element_schema_registry"},{"from":"./src/i18n/index"},{"from":"./src/directive_normalizer"},{"from":"./src/expression_parser/lexer"},{"from":"./src/expression_parser/parser"},{"from":"./src/metadata_resolver"},{"from":"./src/ml_parser/html_parser"},{"from":"./src/ml_parser/interpolation_config"},{"from":"./src/ng_module_compiler","export":["NgModuleCompiler"]},{"from":"./src/directive_wrapper_compiler","export":["DirectiveWrapperCompiler"]},{"from":"./src/output/path_util"},{"from":"./src/output/ts_emitter"},{"from":"./src/parse_util"},{"from":"./src/schema/dom_element_schema_registry"},{"from":"./src/selector"},{"from":"./src/style_compiler"},{"from":"./src/template_parser/template_parser"},{"from":"./src/view_compiler/view_compiler","export":["ViewCompiler"]},{"from":"./src/animation/animation_parser","export":["AnimationParser"]},{"from":"./src/util","export":["SyntaxError"]}]}]
[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./src/version","export":["VERSION"]},{"from":"./src/template_parser/template_ast"},{"from":"./src/template_parser/template_parser","export":["TEMPLATE_TRANSFORMS"]},{"from":"./src/config","export":["CompilerConfig","RenderTypes"]},{"from":"./src/compile_metadata"},{"from":"./src/aot/compiler_factory"},{"from":"./src/aot/compiler"},{"from":"./src/aot/compiler_host"},{"from":"./src/aot/static_reflector"},{"from":"./src/aot/static_reflection_capabilities"},{"from":"./src/aot/static_symbol"},{"from":"./src/aot/static_symbol_resolver"},{"from":"./src/aot/summary_resolver"},{"from":"./src/summary_resolver"},{"from":"./src/jit/compiler","export":["JitCompiler"]},{"from":"./src/jit/compiler_factory"},{"from":"./src/url_resolver"},{"from":"./src/resource_loader"},{"from":"./src/directive_resolver","export":["DirectiveResolver"]},{"from":"./src/pipe_resolver","export":["PipeResolver"]},{"from":"./src/ng_module_resolver","export":["NgModuleResolver"]},{"from":"./src/ml_parser/interpolation_config","export":["DEFAULT_INTERPOLATION_CONFIG","InterpolationConfig"]},{"from":"./src/schema/element_schema_registry"},{"from":"./src/i18n/index"},{"from":"./src/directive_normalizer"},{"from":"./src/expression_parser/lexer"},{"from":"./src/expression_parser/parser"},{"from":"./src/metadata_resolver"},{"from":"./src/ml_parser/html_parser"},{"from":"./src/ml_parser/interpolation_config"},{"from":"./src/ng_module_compiler","export":["NgModuleCompiler"]},{"from":"./src/directive_wrapper_compiler","export":["DirectiveWrapperCompiler"]},{"from":"./src/output/path_util"},{"from":"./src/output/ts_emitter"},{"from":"./src/parse_util"},{"from":"./src/schema/dom_element_schema_registry"},{"from":"./src/selector"},{"from":"./src/style_compiler"},{"from":"./src/template_parser/template_parser"},{"from":"./src/view_compiler/view_compiler","export":["ViewCompiler"]},{"from":"./src/animation/animation_parser","export":["AnimationParser"]},{"from":"./src/util","export":["isSyntaxError","syntaxError"]}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./src/version","export":["VERSION"]},{"from":"./src/template_parser/template_ast"},{"from":"./src/template_parser/template_parser","export":["TEMPLATE_TRANSFORMS"]},{"from":"./src/config","export":["CompilerConfig","RenderTypes"]},{"from":"./src/compile_metadata"},{"from":"./src/aot/compiler_factory"},{"from":"./src/aot/compiler"},{"from":"./src/aot/compiler_host"},{"from":"./src/aot/static_reflector"},{"from":"./src/aot/static_reflection_capabilities"},{"from":"./src/aot/static_symbol"},{"from":"./src/aot/static_symbol_resolver"},{"from":"./src/aot/summary_resolver"},{"from":"./src/summary_resolver"},{"from":"./src/jit/compiler","export":["JitCompiler"]},{"from":"./src/jit/compiler_factory"},{"from":"./src/url_resolver"},{"from":"./src/resource_loader"},{"from":"./src/directive_resolver","export":["DirectiveResolver"]},{"from":"./src/pipe_resolver","export":["PipeResolver"]},{"from":"./src/ng_module_resolver","export":["NgModuleResolver"]},{"from":"./src/ml_parser/interpolation_config","export":["DEFAULT_INTERPOLATION_CONFIG","InterpolationConfig"]},{"from":"./src/schema/element_schema_registry"},{"from":"./src/i18n/index"},{"from":"./src/directive_normalizer"},{"from":"./src/expression_parser/lexer"},{"from":"./src/expression_parser/parser"},{"from":"./src/metadata_resolver"},{"from":"./src/ml_parser/html_parser"},{"from":"./src/ml_parser/interpolation_config"},{"from":"./src/ng_module_compiler","export":["NgModuleCompiler"]},{"from":"./src/directive_wrapper_compiler","export":["DirectiveWrapperCompiler"]},{"from":"./src/output/path_util"},{"from":"./src/output/ts_emitter"},{"from":"./src/parse_util"},{"from":"./src/schema/dom_element_schema_registry"},{"from":"./src/selector"},{"from":"./src/style_compiler"},{"from":"./src/template_parser/template_parser"},{"from":"./src/view_compiler/view_compiler","export":["ViewCompiler"]},{"from":"./src/animation/animation_parser","export":["AnimationParser"]},{"from":"./src/util","export":["isSyntaxError","syntaxError"]}]}]
{
"name": "@angular/compiler",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.7",
"description": "Angular - the compiler library",

@@ -11,3 +11,3 @@ "main": "bundles/compiler.umd.js",

"peerDependencies": {
"@angular/core": "4.0.0-beta.6"
"@angular/core": "4.0.0-beta.7"
},

@@ -14,0 +14,0 @@ "repository": {

@@ -9,3 +9,3 @@ var __extends = (this && this.__extends) || function (d, b) {

*/
export var AnimationAst = (function () {
var AnimationAst = (function () {
function AnimationAst() {

@@ -24,2 +24,3 @@ this.startTime = 0;

}());
export { AnimationAst };
function AnimationAst_tsickle_Closure_declarations() {

@@ -34,6 +35,6 @@ /** @type {?} */

*/
export var AnimationStateAst = (function (_super) {
var AnimationStateAst = (function (_super) {
__extends(AnimationStateAst, _super);
function AnimationStateAst() {
_super.apply(this, arguments);
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -49,3 +50,4 @@ /**

}(AnimationAst));
export var AnimationEntryAst = (function (_super) {
export { AnimationStateAst };
var AnimationEntryAst = (function (_super) {
__extends(AnimationEntryAst, _super);

@@ -58,6 +60,7 @@ /**

function AnimationEntryAst(name, stateDeclarations, stateTransitions) {
_super.call(this);
this.name = name;
this.stateDeclarations = stateDeclarations;
this.stateTransitions = stateTransitions;
var _this = _super.call(this) || this;
_this.name = name;
_this.stateDeclarations = stateDeclarations;
_this.stateTransitions = stateTransitions;
return _this;
}

@@ -74,2 +77,3 @@ /**

}(AnimationAst));
export { AnimationEntryAst };
function AnimationEntryAst_tsickle_Closure_declarations() {

@@ -83,3 +87,3 @@ /** @type {?} */

}
export var AnimationStateDeclarationAst = (function (_super) {
var AnimationStateDeclarationAst = (function (_super) {
__extends(AnimationStateDeclarationAst, _super);

@@ -91,5 +95,6 @@ /**

function AnimationStateDeclarationAst(stateName, styles) {
_super.call(this);
this.stateName = stateName;
this.styles = styles;
var _this = _super.call(this) || this;
_this.stateName = stateName;
_this.styles = styles;
return _this;
}

@@ -106,2 +111,3 @@ /**

}(AnimationStateAst));
export { AnimationStateDeclarationAst };
function AnimationStateDeclarationAst_tsickle_Closure_declarations() {

@@ -113,3 +119,3 @@ /** @type {?} */

}
export var AnimationStateTransitionExpression = (function () {
var AnimationStateTransitionExpression = (function () {
/**

@@ -125,2 +131,3 @@ * @param {?} fromState

}());
export { AnimationStateTransitionExpression };
function AnimationStateTransitionExpression_tsickle_Closure_declarations() {

@@ -132,3 +139,3 @@ /** @type {?} */

}
export var AnimationStateTransitionFnExpression = (function (_super) {
var AnimationStateTransitionFnExpression = (function (_super) {
__extends(AnimationStateTransitionFnExpression, _super);

@@ -139,7 +146,9 @@ /**

function AnimationStateTransitionFnExpression(fn) {
_super.call(this, null, null);
this.fn = fn;
var _this = _super.call(this, null, null) || this;
_this.fn = fn;
return _this;
}
return AnimationStateTransitionFnExpression;
}(AnimationStateTransitionExpression));
export { AnimationStateTransitionFnExpression };
function AnimationStateTransitionFnExpression_tsickle_Closure_declarations() {

@@ -149,3 +158,3 @@ /** @type {?} */

}
export var AnimationStateTransitionAst = (function (_super) {
var AnimationStateTransitionAst = (function (_super) {
__extends(AnimationStateTransitionAst, _super);

@@ -157,5 +166,6 @@ /**

function AnimationStateTransitionAst(stateChanges, animation) {
_super.call(this);
this.stateChanges = stateChanges;
this.animation = animation;
var _this = _super.call(this) || this;
_this.stateChanges = stateChanges;
_this.animation = animation;
return _this;
}

@@ -172,2 +182,3 @@ /**

}(AnimationStateAst));
export { AnimationStateTransitionAst };
function AnimationStateTransitionAst_tsickle_Closure_declarations() {

@@ -179,3 +190,3 @@ /** @type {?} */

}
export var AnimationStepAst = (function (_super) {
var AnimationStepAst = (function (_super) {
__extends(AnimationStepAst, _super);

@@ -190,8 +201,9 @@ /**

function AnimationStepAst(startingStyles, keyframes, duration, delay, easing) {
_super.call(this);
this.startingStyles = startingStyles;
this.keyframes = keyframes;
this.duration = duration;
this.delay = delay;
this.easing = easing;
var _this = _super.call(this) || this;
_this.startingStyles = startingStyles;
_this.keyframes = keyframes;
_this.duration = duration;
_this.delay = delay;
_this.easing = easing;
return _this;
}

@@ -208,2 +220,3 @@ /**

}(AnimationAst));
export { AnimationStepAst };
function AnimationStepAst_tsickle_Closure_declarations() {

@@ -221,3 +234,3 @@ /** @type {?} */

}
export var AnimationStylesAst = (function (_super) {
var AnimationStylesAst = (function (_super) {
__extends(AnimationStylesAst, _super);

@@ -228,4 +241,5 @@ /**

function AnimationStylesAst(styles) {
_super.call(this);
this.styles = styles;
var _this = _super.call(this) || this;
_this.styles = styles;
return _this;
}

@@ -242,2 +256,3 @@ /**

}(AnimationAst));
export { AnimationStylesAst };
function AnimationStylesAst_tsickle_Closure_declarations() {

@@ -247,3 +262,3 @@ /** @type {?} */

}
export var AnimationKeyframeAst = (function (_super) {
var AnimationKeyframeAst = (function (_super) {
__extends(AnimationKeyframeAst, _super);

@@ -255,5 +270,6 @@ /**

function AnimationKeyframeAst(offset, styles) {
_super.call(this);
this.offset = offset;
this.styles = styles;
var _this = _super.call(this) || this;
_this.offset = offset;
_this.styles = styles;
return _this;
}

@@ -270,2 +286,3 @@ /**

}(AnimationAst));
export { AnimationKeyframeAst };
function AnimationKeyframeAst_tsickle_Closure_declarations() {

@@ -280,3 +297,3 @@ /** @type {?} */

*/
export var AnimationWithStepsAst = (function (_super) {
var AnimationWithStepsAst = (function (_super) {
__extends(AnimationWithStepsAst, _super);

@@ -287,7 +304,9 @@ /**

function AnimationWithStepsAst(steps) {
_super.call(this);
this.steps = steps;
var _this = _super.call(this) || this;
_this.steps = steps;
return _this;
}
return AnimationWithStepsAst;
}(AnimationAst));
export { AnimationWithStepsAst };
function AnimationWithStepsAst_tsickle_Closure_declarations() {

@@ -297,3 +316,3 @@ /** @type {?} */

}
export var AnimationGroupAst = (function (_super) {
var AnimationGroupAst = (function (_super) {
__extends(AnimationGroupAst, _super);

@@ -304,3 +323,3 @@ /**

function AnimationGroupAst(steps) {
_super.call(this, steps);
return _super.call(this, steps) || this;
}

@@ -317,3 +336,4 @@ /**

}(AnimationWithStepsAst));
export var AnimationSequenceAst = (function (_super) {
export { AnimationGroupAst };
var AnimationSequenceAst = (function (_super) {
__extends(AnimationSequenceAst, _super);

@@ -324,3 +344,3 @@ /**

function AnimationSequenceAst(steps) {
_super.call(this, steps);
return _super.call(this, steps) || this;
}

@@ -337,2 +357,3 @@ /**

}(AnimationWithStepsAst));
export { AnimationSequenceAst };
//# sourceMappingURL=animation_ast.js.map

@@ -13,3 +13,3 @@ /**

import { AnimationStateTransitionFnExpression, AnimationStepAst } from './animation_ast';
export var AnimationEntryCompileResult = (function () {
var AnimationEntryCompileResult = (function () {
/**

@@ -27,2 +27,3 @@ * @param {?} name

}());
export { AnimationEntryCompileResult };
function AnimationEntryCompileResult_tsickle_Closure_declarations() {

@@ -36,3 +37,3 @@ /** @type {?} */

}
export var AnimationCompiler = (function () {
var AnimationCompiler = (function () {
function AnimationCompiler() {

@@ -54,2 +55,3 @@ }

}());
export { AnimationCompiler };
var /** @type {?} */ _ANIMATION_FACTORY_ELEMENT_VAR = o.variable('element');

@@ -56,0 +58,0 @@ var /** @type {?} */ _ANIMATION_DEFAULT_STATE_VAR = o.variable('defaultStateStyles');

@@ -34,3 +34,3 @@ /**

var /** @type {?} */ _ONE_SECOND = 1000;
export var AnimationParseError = (function (_super) {
var AnimationParseError = (function (_super) {
__extends(AnimationParseError, _super);

@@ -41,3 +41,3 @@ /**

function AnimationParseError(message) {
_super.call(this, null, message);
return _super.call(this, null, message) || this;
}

@@ -50,3 +50,4 @@ /**

}(ParseError));
export var AnimationEntryParseResult = (function () {
export { AnimationParseError };
var AnimationEntryParseResult = (function () {
/**

@@ -62,2 +63,3 @@ * @param {?} ast

}());
export { AnimationEntryParseResult };
function AnimationEntryParseResult_tsickle_Closure_declarations() {

@@ -69,3 +71,3 @@ /** @type {?} */

}
export var AnimationParser = (function () {
var AnimationParser = (function () {
/**

@@ -134,8 +136,9 @@ * @param {?} _schema

};
AnimationParser = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [ElementSchemaRegistry])
], AnimationParser);
return AnimationParser;
}());
AnimationParser = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [ElementSchemaRegistry])
], AnimationParser);
export { AnimationParser };
function AnimationParser_tsickle_Closure_declarations() {

@@ -170,3 +173,3 @@ /** @type {?} */

((stateChangeExpr)).split(/\s*,\s*/) :
[(stateChangeExpr)];
[/** @type {?} */ (stateChangeExpr)];
transitionStates.forEach(function (expr) { return transitionExprs.push.apply(transitionExprs, _parseAnimationTransitionExpr(expr, errors)); });

@@ -488,3 +491,3 @@ var /** @type {?} */ entry = _normalizeAnimationEntry(transitionStateMetadata.steps);

}
var _loop_1 = function(i) {
var _loop_1 = function (i) {
var /** @type {?} */ entry = rawKeyframes[i];

@@ -499,3 +502,3 @@ var /** @type {?} */ styles = entry[1];

for (var /** @type {?} */ i = limit - 1; i >= 0; i--) {
_loop_1(i);
_loop_1(/** @type {?} */ i);
}

@@ -513,3 +516,3 @@ return rawKeyframes.map(function (entry) { return new AnimationKeyframeAst(entry[0], new AnimationStylesAst([entry[1]])); });

function _parseTransitionAnimation(entry, currentTime, collectedStyles, stateStyles, errors) {
var /** @type {?} */ ast;
var /** @type {?} */ ast /** TODO #9100 */;
var /** @type {?} */ playTime = 0;

@@ -521,3 +524,3 @@ var /** @type {?} */ startingTime = currentTime;

var /** @type {?} */ isGroup_1 = entry instanceof CompileAnimationGroupMetadata;
var /** @type {?} */ previousStyles_1;
var /** @type {?} */ previousStyles_1 /** TODO #9100 */;
entry.steps.forEach(function (entry) {

@@ -570,3 +573,3 @@ // these will get picked up by the next step...

var /** @type {?} */ styles = entry.styles;
var /** @type {?} */ keyframes = void 0;
var /** @type {?} */ keyframes = void 0 /** TODO #9100 */;
if (styles instanceof CompileAnimationKeyframesSequenceMetadata) {

@@ -676,3 +679,3 @@ keyframes =

var /** @type {?} */ resultIndex = collectedStyles.indexOfAtOrBeforeTime(prop, startTime);
var /** @type {?} */ resultEntry /** TODO #9100 */, /** @type {?} */ nextEntry /** TODO #9100 */, /** @type {?} */ value;
var /** @type {?} */ resultEntry /** TODO #9100 */, /** @type {?} */ nextEntry /** TODO #9100 */, /** @type {?} */ value /** TODO #9100 */;
if (isPresent(resultIndex)) {

@@ -679,0 +682,0 @@ resultEntry = collectedStyles.getByIndex(prop, resultIndex);

@@ -9,3 +9,3 @@ /**

import { isPresent } from '../facade/lang';
export var StylesCollectionEntry = (function () {
var StylesCollectionEntry = (function () {
/**

@@ -29,2 +29,3 @@ * @param {?} time

}());
export { StylesCollectionEntry };
function StylesCollectionEntry_tsickle_Closure_declarations() {

@@ -36,3 +37,3 @@ /** @type {?} */

}
export var StylesCollection = (function () {
var StylesCollection = (function () {
function StylesCollection() {

@@ -93,2 +94,3 @@ this.styles = {};

}());
export { StylesCollection };
function StylesCollection_tsickle_Closure_declarations() {

@@ -95,0 +97,0 @@ /** @type {?} */

@@ -16,3 +16,3 @@ /**

import { ngfactoryFilePath, splitTypescriptSuffix, summaryFileName } from './util';
export var AotCompiler = (function () {
var AotCompiler = (function () {
/**

@@ -239,2 +239,3 @@ * @param {?} _host

}());
export { AotCompiler };
function AotCompiler_tsickle_Closure_declarations() {

@@ -319,3 +320,3 @@ /** @type {?} */

if (result.symbolsMissingModule && result.symbolsMissingModule.length) {
var /** @type {?} */ messages = result.symbolsMissingModule.map(function (s) { return ("Cannot determine the module for class " + s.name + " in " + s.filePath + "!"); });
var /** @type {?} */ messages = result.symbolsMissingModule.map(function (s) { return "Cannot determine the module for class " + s.name + " in " + s.filePath + "!"; });
throw new Error(messages.join('\n'));

@@ -322,0 +323,0 @@ }

@@ -8,3 +8,3 @@ /**

*/
export var GeneratedFile = (function () {
var GeneratedFile = (function () {
/**

@@ -22,2 +22,3 @@ * @param {?} srcFileUrl

}());
export { GeneratedFile };
function GeneratedFile_tsickle_Closure_declarations() {

@@ -24,0 +25,0 @@ /** @type {?} */

@@ -9,3 +9,3 @@ /**

import { ReflectionCapabilities, reflector } from '../private_import_core';
export var StaticAndDynamicReflectionCapabilities = (function () {
var StaticAndDynamicReflectionCapabilities = (function () {
/**

@@ -111,2 +111,3 @@ * @param {?} staticDelegate

}());
export { StaticAndDynamicReflectionCapabilities };
function StaticAndDynamicReflectionCapabilities_tsickle_Closure_declarations() {

@@ -113,0 +114,0 @@ /** @type {?} */

@@ -14,3 +14,3 @@ /**

import { Attribute, Component, ContentChild, ContentChildren, Directive, Host, HostBinding, HostListener, Inject, Injectable, Input, NgModule, Optional, Output, Pipe, Self, SkipSelf, ViewChild, ViewChildren, animate, group, keyframes, sequence, state, style, transition, trigger } from '@angular/core';
import { SyntaxError } from '../util';
import { syntaxError } from '../util';
import { StaticSymbol } from './static_symbol';

@@ -31,3 +31,3 @@ var /** @type {?} */ ANGULAR_IMPORT_LOCATIONS = {

*/
export var StaticReflector = (function () {
var StaticReflector = (function () {
/**

@@ -40,5 +40,5 @@ * @param {?} symbolResolver

function StaticReflector(symbolResolver, knownMetadataClasses, knownMetadataFunctions, errorRecorder) {
var _this = this;
if (knownMetadataClasses === void 0) { knownMetadataClasses = []; }
if (knownMetadataFunctions === void 0) { knownMetadataFunctions = []; }
var _this = this;
this.symbolResolver = symbolResolver;

@@ -635,3 +635,3 @@ this.errorRecorder = errorRecorder;

}
throw new SyntaxError(message);
throw syntaxError(message);
}

@@ -665,2 +665,3 @@ }

}());
export { StaticReflector };
function StaticReflector_tsickle_Closure_declarations() {

@@ -781,6 +782,6 @@ /** @type {?} */

};
BindingScope.missing = {};
BindingScope.empty = { resolve: function (name) { return BindingScope.missing; } };
return BindingScope;
}());
BindingScope.missing = {};
BindingScope.empty = { resolve: function (name) { return BindingScope.missing; } };
function BindingScope_tsickle_Closure_declarations() {

@@ -798,4 +799,5 @@ /** @type {?} */

function PopulatedScope(bindings) {
_super.call(this);
this.bindings = bindings;
var _this = _super.call(this) || this;
_this.bindings = bindings;
return _this;
}

@@ -802,0 +804,0 @@ /**

@@ -16,3 +16,3 @@ /**

import { isNgFactoryFile } from './util';
export var ResolvedStaticSymbol = (function () {
var ResolvedStaticSymbol = (function () {
/**

@@ -28,2 +28,3 @@ * @param {?} symbol

}());
export { ResolvedStaticSymbol };
function ResolvedStaticSymbol_tsickle_Closure_declarations() {

@@ -44,3 +45,3 @@ /** @type {?} */

*/
export var StaticSymbolResolver = (function () {
var StaticSymbolResolver = (function () {
/**

@@ -216,3 +217,3 @@ * @param {?} host

if (metadata['exports']) {
var _loop_1 = function(moduleExport) {
var _loop_1 = function (moduleExport) {
// handle the symbols in the list of explicitly re-exported symbols.

@@ -256,3 +257,3 @@ if (moduleExport.export) {

var moduleExport = _a[_i];
_loop_1(moduleExport);
_loop_1(/** @type {?} */ moduleExport);
}

@@ -273,3 +274,3 @@ }

function ReferenceTransformer() {
_super.apply(this, arguments);
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -291,3 +292,3 @@ /**

else if (symbolic === 'reference') {
var /** @type {?} */ module_1 = map['module'];
var /** @type {?} */ module = map['module'];
var /** @type {?} */ name_1 = map['name'] ? unescapeIdentifier(map['name']) : map['name'];

@@ -298,8 +299,8 @@ if (!name_1) {

var /** @type {?} */ filePath = void 0;
if (module_1) {
filePath = self.resolveModule(module_1, sourceSymbol.filePath);
if (module) {
filePath = self.resolveModule(module, sourceSymbol.filePath);
if (!filePath) {
return {
__symbolic: 'error',
message: "Could not resolve " + module_1 + " relative to " + sourceSymbol.filePath + "."
message: "Could not resolve " + module + " relative to " + sourceSymbol.filePath + "."
};

@@ -425,2 +426,3 @@ }

}());
export { StaticSymbolResolver };
function StaticSymbolResolver_tsickle_Closure_declarations() {

@@ -427,0 +429,0 @@ /** @type {?} */

@@ -6,3 +6,3 @@ /**

*/
export var StaticSymbol = (function () {
var StaticSymbol = (function () {
/**

@@ -28,2 +28,3 @@ * @param {?} filePath

}());
export { StaticSymbol };
function StaticSymbol_tsickle_Closure_declarations() {

@@ -41,3 +42,3 @@ /** @type {?} */

*/
export var StaticSymbolCache = (function () {
var StaticSymbolCache = (function () {
function StaticSymbolCache() {

@@ -65,2 +66,3 @@ this.cache = new Map();

}());
export { StaticSymbolCache };
function StaticSymbolCache_tsickle_Closure_declarations() {

@@ -67,0 +69,0 @@ /** @type {?} */

@@ -10,3 +10,3 @@ /**

import { ngfactoryFilePath, stripNgFactory, summaryFileName } from './util';
export var AotSummaryResolver = (function () {
var AotSummaryResolver = (function () {
/**

@@ -98,2 +98,3 @@ * @param {?} host

}());
export { AotSummaryResolver };
function AotSummaryResolver_tsickle_Closure_declarations() {

@@ -100,0 +101,0 @@ /** @type {?} */

@@ -6,2 +6,9 @@ var __extends = (this && this.__extends) || function (d, b) {

};
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { CompileSummaryKind } from '../compile_metadata';

@@ -81,10 +88,11 @@ import { ValueTransformer, visitValue } from '../util';

function Serializer(symbolResolver, summaryResolver) {
_super.call(this);
this.symbolResolver = symbolResolver;
this.summaryResolver = summaryResolver;
var _this = _super.call(this) || this;
_this.symbolResolver = symbolResolver;
_this.summaryResolver = summaryResolver;
// Note: This only contains symbols without members.
this.symbols = [];
this.indexBySymbol = new Map();
this.processedSummaryBySymbol = new Map();
this.processedSummaries = [];
_this.symbols = [];
_this.indexBySymbol = new Map();
_this.processedSummaryBySymbol = new Map();
_this.processedSummaries = [];
return _this;
}

@@ -191,4 +199,5 @@ /**

function Deserializer(symbolCache) {
_super.call(this);
this.symbolCache = symbolCache;
var _this = _super.call(this) || this;
_this.symbolCache = symbolCache;
return _this;
}

@@ -195,0 +204,0 @@ /**

@@ -8,60 +8,60 @@ /**

*/
export declare const $EOF: number;
export declare const $TAB: number;
export declare const $LF: number;
export declare const $VTAB: number;
export declare const $FF: number;
export declare const $CR: number;
export declare const $SPACE: number;
export declare const $BANG: number;
export declare const $DQ: number;
export declare const $HASH: number;
export declare const $$: number;
export declare const $PERCENT: number;
export declare const $AMPERSAND: number;
export declare const $SQ: number;
export declare const $LPAREN: number;
export declare const $RPAREN: number;
export declare const $STAR: number;
export declare const $PLUS: number;
export declare const $COMMA: number;
export declare const $MINUS: number;
export declare const $PERIOD: number;
export declare const $SLASH: number;
export declare const $COLON: number;
export declare const $SEMICOLON: number;
export declare const $LT: number;
export declare const $EQ: number;
export declare const $GT: number;
export declare const $QUESTION: number;
export declare const $0: number;
export declare const $9: number;
export declare const $A: number;
export declare const $E: number;
export declare const $F: number;
export declare const $X: number;
export declare const $Z: number;
export declare const $LBRACKET: number;
export declare const $BACKSLASH: number;
export declare const $RBRACKET: number;
export declare const $CARET: number;
export declare const $_: number;
export declare const $a: number;
export declare const $e: number;
export declare const $f: number;
export declare const $n: number;
export declare const $r: number;
export declare const $t: number;
export declare const $u: number;
export declare const $v: number;
export declare const $x: number;
export declare const $z: number;
export declare const $LBRACE: number;
export declare const $BAR: number;
export declare const $RBRACE: number;
export declare const $NBSP: number;
export declare const $PIPE: number;
export declare const $TILDA: number;
export declare const $AT: number;
export declare const $BT: number;
export declare const $EOF = 0;
export declare const $TAB = 9;
export declare const $LF = 10;
export declare const $VTAB = 11;
export declare const $FF = 12;
export declare const $CR = 13;
export declare const $SPACE = 32;
export declare const $BANG = 33;
export declare const $DQ = 34;
export declare const $HASH = 35;
export declare const $$ = 36;
export declare const $PERCENT = 37;
export declare const $AMPERSAND = 38;
export declare const $SQ = 39;
export declare const $LPAREN = 40;
export declare const $RPAREN = 41;
export declare const $STAR = 42;
export declare const $PLUS = 43;
export declare const $COMMA = 44;
export declare const $MINUS = 45;
export declare const $PERIOD = 46;
export declare const $SLASH = 47;
export declare const $COLON = 58;
export declare const $SEMICOLON = 59;
export declare const $LT = 60;
export declare const $EQ = 61;
export declare const $GT = 62;
export declare const $QUESTION = 63;
export declare const $0 = 48;
export declare const $9 = 57;
export declare const $A = 65;
export declare const $E = 69;
export declare const $F = 70;
export declare const $X = 88;
export declare const $Z = 90;
export declare const $LBRACKET = 91;
export declare const $BACKSLASH = 92;
export declare const $RBRACKET = 93;
export declare const $CARET = 94;
export declare const $_ = 95;
export declare const $a = 97;
export declare const $e = 101;
export declare const $f = 102;
export declare const $n = 110;
export declare const $r = 114;
export declare const $t = 116;
export declare const $u = 117;
export declare const $v = 118;
export declare const $x = 120;
export declare const $z = 122;
export declare const $LBRACE = 123;
export declare const $BAR = 124;
export declare const $RBRACE = 125;
export declare const $NBSP = 160;
export declare const $PIPE = 124;
export declare const $TILDA = 126;
export declare const $AT = 64;
export declare const $BT = 96;
export declare function isWhitespace(code: number): boolean;

@@ -68,0 +68,0 @@ export declare function isDigit(code: number): boolean;

@@ -8,3 +8,9 @@ /**

*/
export var /** @type {?} */ $EOF = 0;
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/ export var /** @type {?} */ $EOF = 0;
export var /** @type {?} */ $TAB = 9;

@@ -11,0 +17,0 @@ export var /** @type {?} */ $LF = 10;

@@ -25,3 +25,3 @@ /**

var /** @type {?} */ HOST_REG_EXP = /^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;
export var CompileAnimationEntryMetadata = (function () {
var CompileAnimationEntryMetadata = (function () {
/**

@@ -39,2 +39,3 @@ * @param {?=} name

}());
export { CompileAnimationEntryMetadata };
function CompileAnimationEntryMetadata_tsickle_Closure_declarations() {

@@ -49,3 +50,3 @@ /** @type {?} */

*/
export var CompileAnimationStateMetadata = (function () {
var CompileAnimationStateMetadata = (function () {
function CompileAnimationStateMetadata() {

@@ -55,3 +56,4 @@ }

}());
export var CompileAnimationStateDeclarationMetadata = (function (_super) {
export { CompileAnimationStateMetadata };
var CompileAnimationStateDeclarationMetadata = (function (_super) {
__extends(CompileAnimationStateDeclarationMetadata, _super);

@@ -63,8 +65,10 @@ /**

function CompileAnimationStateDeclarationMetadata(stateNameExpr, styles) {
_super.call(this);
this.stateNameExpr = stateNameExpr;
this.styles = styles;
var _this = _super.call(this) || this;
_this.stateNameExpr = stateNameExpr;
_this.styles = styles;
return _this;
}
return CompileAnimationStateDeclarationMetadata;
}(CompileAnimationStateMetadata));
export { CompileAnimationStateDeclarationMetadata };
function CompileAnimationStateDeclarationMetadata_tsickle_Closure_declarations() {

@@ -76,3 +80,3 @@ /** @type {?} */

}
export var CompileAnimationStateTransitionMetadata = (function (_super) {
var CompileAnimationStateTransitionMetadata = (function (_super) {
__extends(CompileAnimationStateTransitionMetadata, _super);

@@ -84,8 +88,10 @@ /**

function CompileAnimationStateTransitionMetadata(stateChangeExpr, steps) {
_super.call(this);
this.stateChangeExpr = stateChangeExpr;
this.steps = steps;
var _this = _super.call(this) || this;
_this.stateChangeExpr = stateChangeExpr;
_this.steps = steps;
return _this;
}
return CompileAnimationStateTransitionMetadata;
}(CompileAnimationStateMetadata));
export { CompileAnimationStateTransitionMetadata };
function CompileAnimationStateTransitionMetadata_tsickle_Closure_declarations() {

@@ -100,3 +106,3 @@ /** @type {?} */

*/
export var CompileAnimationMetadata = (function () {
var CompileAnimationMetadata = (function () {
function CompileAnimationMetadata() {

@@ -106,3 +112,4 @@ }

}());
export var CompileAnimationKeyframesSequenceMetadata = (function (_super) {
export { CompileAnimationMetadata };
var CompileAnimationKeyframesSequenceMetadata = (function (_super) {
__extends(CompileAnimationKeyframesSequenceMetadata, _super);

@@ -114,7 +121,9 @@ /**

if (steps === void 0) { steps = []; }
_super.call(this);
this.steps = steps;
var _this = _super.call(this) || this;
_this.steps = steps;
return _this;
}
return CompileAnimationKeyframesSequenceMetadata;
}(CompileAnimationMetadata));
export { CompileAnimationKeyframesSequenceMetadata };
function CompileAnimationKeyframesSequenceMetadata_tsickle_Closure_declarations() {

@@ -124,3 +133,3 @@ /** @type {?} */

}
export var CompileAnimationStyleMetadata = (function (_super) {
var CompileAnimationStyleMetadata = (function (_super) {
__extends(CompileAnimationStyleMetadata, _super);

@@ -133,8 +142,10 @@ /**

if (styles === void 0) { styles = null; }
_super.call(this);
this.offset = offset;
this.styles = styles;
var _this = _super.call(this) || this;
_this.offset = offset;
_this.styles = styles;
return _this;
}
return CompileAnimationStyleMetadata;
}(CompileAnimationMetadata));
export { CompileAnimationStyleMetadata };
function CompileAnimationStyleMetadata_tsickle_Closure_declarations() {

@@ -146,3 +157,3 @@ /** @type {?} */

}
export var CompileAnimationAnimateMetadata = (function (_super) {
var CompileAnimationAnimateMetadata = (function (_super) {
__extends(CompileAnimationAnimateMetadata, _super);

@@ -156,8 +167,10 @@ /**

if (styles === void 0) { styles = null; }
_super.call(this);
this.timings = timings;
this.styles = styles;
var _this = _super.call(this) || this;
_this.timings = timings;
_this.styles = styles;
return _this;
}
return CompileAnimationAnimateMetadata;
}(CompileAnimationMetadata));
export { CompileAnimationAnimateMetadata };
function CompileAnimationAnimateMetadata_tsickle_Closure_declarations() {

@@ -172,3 +185,3 @@ /** @type {?} */

*/
export var CompileAnimationWithStepsMetadata = (function (_super) {
var CompileAnimationWithStepsMetadata = (function (_super) {
__extends(CompileAnimationWithStepsMetadata, _super);

@@ -180,7 +193,9 @@ /**

if (steps === void 0) { steps = null; }
_super.call(this);
this.steps = steps;
var _this = _super.call(this) || this;
_this.steps = steps;
return _this;
}
return CompileAnimationWithStepsMetadata;
}(CompileAnimationMetadata));
export { CompileAnimationWithStepsMetadata };
function CompileAnimationWithStepsMetadata_tsickle_Closure_declarations() {

@@ -190,3 +205,3 @@ /** @type {?} */

}
export var CompileAnimationSequenceMetadata = (function (_super) {
var CompileAnimationSequenceMetadata = (function (_super) {
__extends(CompileAnimationSequenceMetadata, _super);

@@ -198,7 +213,8 @@ /**

if (steps === void 0) { steps = null; }
_super.call(this, steps);
return _super.call(this, steps) || this;
}
return CompileAnimationSequenceMetadata;
}(CompileAnimationWithStepsMetadata));
export var CompileAnimationGroupMetadata = (function (_super) {
export { CompileAnimationSequenceMetadata };
var CompileAnimationGroupMetadata = (function (_super) {
__extends(CompileAnimationGroupMetadata, _super);

@@ -210,6 +226,7 @@ /**

if (steps === void 0) { steps = null; }
_super.call(this, steps);
return _super.call(this, steps) || this;
}
return CompileAnimationGroupMetadata;
}(CompileAnimationWithStepsMetadata));
export { CompileAnimationGroupMetadata };
/**

@@ -321,3 +338,3 @@ * @param {?} name

*/
export var CompileStylesheetMetadata = (function () {
var CompileStylesheetMetadata = (function () {
/**

@@ -334,2 +351,3 @@ * @param {?=} __0

}());
export { CompileStylesheetMetadata };
function CompileStylesheetMetadata_tsickle_Closure_declarations() {

@@ -346,3 +364,3 @@ /** @type {?} */

*/
export var CompileTemplateMetadata = (function () {
var CompileTemplateMetadata = (function () {
/**

@@ -378,2 +396,3 @@ * @param {?=} __0

}());
export { CompileTemplateMetadata };
function CompileTemplateMetadata_tsickle_Closure_declarations() {

@@ -402,3 +421,3 @@ /** @type {?} */

*/
export var CompileDirectiveMetadata = (function () {
var CompileDirectiveMetadata = (function () {
/**

@@ -520,2 +539,3 @@ * @param {?=} __0

}());
export { CompileDirectiveMetadata };
function CompileDirectiveMetadata_tsickle_Closure_declarations() {

@@ -597,3 +617,3 @@ /** @type {?} */

}
export var CompilePipeMetadata = (function () {
var CompilePipeMetadata = (function () {
/**

@@ -621,2 +641,3 @@ * @param {?=} __0

}());
export { CompilePipeMetadata };
function CompilePipeMetadata_tsickle_Closure_declarations() {

@@ -633,3 +654,3 @@ /** @type {?} */

*/
export var CompileNgModuleMetadata = (function () {
var CompileNgModuleMetadata = (function () {
/**

@@ -670,2 +691,3 @@ * @param {?=} __0

}());
export { CompileNgModuleMetadata };
function CompileNgModuleMetadata_tsickle_Closure_declarations() {

@@ -699,3 +721,3 @@ /** @type {?} */

}
export var TransitiveCompileNgModuleMetadata = (function () {
var TransitiveCompileNgModuleMetadata = (function () {
function TransitiveCompileNgModuleMetadata() {

@@ -786,2 +808,3 @@ this.directivesSet = new Set();

}());
export { TransitiveCompileNgModuleMetadata };
function TransitiveCompileNgModuleMetadata_tsickle_Closure_declarations() {

@@ -822,3 +845,3 @@ /** @type {?} */

}
export var ProviderMeta = (function () {
var ProviderMeta = (function () {
/**

@@ -840,2 +863,3 @@ * @param {?} token

}());
export { ProviderMeta };
function ProviderMeta_tsickle_Closure_declarations() {

@@ -842,0 +866,0 @@ /** @type {?} */

@@ -9,3 +9,3 @@ /**

import * as o from '../output/output_ast';
export var CheckBindingField = (function () {
var CheckBindingField = (function () {
/**

@@ -21,2 +21,3 @@ * @param {?} expression

}());
export { CheckBindingField };
function CheckBindingField_tsickle_Closure_declarations() {

@@ -23,0 +24,0 @@ /** @type {?} */

@@ -14,8 +14,9 @@ /**

var /** @type {?} */ VAL_UNWRAPPER_VAR = o.variable("valUnwrapper");
export var EventHandlerVars = (function () {
var EventHandlerVars = (function () {
function EventHandlerVars() {
}
EventHandlerVars.event = o.variable('$event');
return EventHandlerVars;
}());
export { EventHandlerVars };
EventHandlerVars.event = o.variable('$event');
function EventHandlerVars_tsickle_Closure_declarations() {

@@ -25,3 +26,3 @@ /** @type {?} */

}
export var ConvertPropertyBindingResult = (function () {
var ConvertPropertyBindingResult = (function () {
/**

@@ -39,2 +40,3 @@ * @param {?} stmts

}());
export { ConvertPropertyBindingResult };
function ConvertPropertyBindingResult_tsickle_Closure_declarations() {

@@ -87,3 +89,3 @@ /** @type {?} */

}
export var ConvertActionBindingResult = (function () {
var ConvertActionBindingResult = (function () {
/**

@@ -99,2 +101,3 @@ * @param {?} stmts

}());
export { ConvertActionBindingResult };
function ConvertActionBindingResult_tsickle_Closure_declarations() {

@@ -101,0 +104,0 @@ /** @type {?} */

@@ -36,3 +36,3 @@ /**

var /** @type {?} */ identifier = createIdentifier(identifierSpec);
return o.importExpr(identifier).instantiate([(o.literal(values.length))
return o.importExpr(identifier).instantiate([/** @type {?} */ (o.literal(values.length))
].concat(values));

@@ -39,0 +39,0 @@ }

@@ -0,1 +1,8 @@

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { SecurityContext } from '@angular/core';

@@ -2,0 +9,0 @@ import { Identifiers, createIdentifier } from '../identifiers';

@@ -25,4 +25,4 @@ /**

});
genDebugInfo: boolean;
logBindingUpdate: boolean;
readonly genDebugInfo: boolean;
readonly logBindingUpdate: boolean;
}

@@ -35,11 +35,11 @@ /**

export declare abstract class RenderTypes {
renderer: CompileIdentifierMetadata;
renderText: CompileIdentifierMetadata;
renderElement: CompileIdentifierMetadata;
renderComment: CompileIdentifierMetadata;
renderNode: CompileIdentifierMetadata;
renderEvent: CompileIdentifierMetadata;
readonly abstract renderer: CompileIdentifierMetadata;
readonly abstract renderText: CompileIdentifierMetadata;
readonly abstract renderElement: CompileIdentifierMetadata;
readonly abstract renderComment: CompileIdentifierMetadata;
readonly abstract renderNode: CompileIdentifierMetadata;
readonly abstract renderEvent: CompileIdentifierMetadata;
}
export declare class DefaultRenderTypes implements RenderTypes {
renderer: CompileIdentifierMetadata;
readonly renderer: CompileIdentifierMetadata;
renderText: any;

@@ -46,0 +46,0 @@ renderElement: any;

@@ -10,3 +10,3 @@ /**

import { Identifiers, createIdentifier } from './identifiers';
export var CompilerConfig = (function () {
var CompilerConfig = (function () {
/**

@@ -46,2 +46,3 @@ * @param {?=} __0

}());
export { CompilerConfig };
function CompilerConfig_tsickle_Closure_declarations() {

@@ -67,3 +68,3 @@ /** @type {?} */

*/
export var RenderTypes = (function () {
var RenderTypes = (function () {
function RenderTypes() {

@@ -103,3 +104,4 @@ }

}());
export var DefaultRenderTypes = (function () {
export { RenderTypes };
var DefaultRenderTypes = (function () {
function DefaultRenderTypes() {

@@ -123,2 +125,3 @@ this.renderText = null;

}());
export { DefaultRenderTypes };
function DefaultRenderTypes_tsickle_Closure_declarations() {

@@ -125,0 +128,0 @@ /** @type {?} */

@@ -29,4 +29,4 @@ /**

import { UrlResolver } from './url_resolver';
import { SyncAsyncResult, SyntaxError } from './util';
export var DirectiveNormalizer = (function () {
import { SyncAsyncResult, syntaxError } from './util';
var DirectiveNormalizer = (function () {
/**

@@ -83,3 +83,3 @@ * @param {?} _resourceLoader

if (typeof prenormData.template !== 'string') {
throw new SyntaxError("The template specified for component " + stringify(prenormData.componentType) + " is not a string");
throw syntaxError("The template specified for component " + stringify(prenormData.componentType) + " is not a string");
}

@@ -91,3 +91,3 @@ normalizedTemplateSync = this.normalizeTemplateSync(prenormData);

if (typeof prenormData.templateUrl !== 'string') {
throw new SyntaxError("The templateUrl specified for component " + stringify(prenormData.componentType) + " is not a string");
throw syntaxError("The templateUrl specified for component " + stringify(prenormData.componentType) + " is not a string");
}

@@ -97,3 +97,3 @@ normalizedTemplateAsync = this.normalizeTemplateAsync(prenormData);

else {
throw new SyntaxError("No template specified for component " + stringify(prenormData.componentType));
throw syntaxError("No template specified for component " + stringify(prenormData.componentType));
}

@@ -137,3 +137,3 @@ if (normalizedTemplateSync && normalizedTemplateSync.styleUrls.length === 0) {

var /** @type {?} */ errorString = rootNodesAndErrors.errors.join('\n');
throw new SyntaxError("Template parse errors:\n" + errorString);
throw syntaxError("Template parse errors:\n" + errorString);
}

@@ -217,8 +217,12 @@ var /** @type {?} */ templateMetadataStyles = this.normalizeStylesheet(new CompileStylesheetMetadata({

};
DirectiveNormalizer = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [ResourceLoader, UrlResolver, HtmlParser, CompilerConfig])
], DirectiveNormalizer);
return DirectiveNormalizer;
}());
DirectiveNormalizer = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [ResourceLoader,
UrlResolver,
HtmlParser,
CompilerConfig])
], DirectiveNormalizer);
export { DirectiveNormalizer };
function DirectiveNormalizer_tsickle_Closure_declarations() {

@@ -225,0 +229,0 @@ /** @type {?} */

@@ -23,3 +23,3 @@ /**

import { splitAtColon } from './util';
export var DirectiveResolver = (function () {
var DirectiveResolver = (function () {
/**

@@ -101,6 +101,6 @@ * @param {?=} _reflector

}
host[("[" + hostBinding.hostPropertyName + "]")] = propName;
host["[" + hostBinding.hostPropertyName + "]"] = propName;
}
else {
host[("[" + propName + "]")] = propName;
host["[" + propName + "]"] = propName;
}

@@ -111,3 +111,3 @@ });

var /** @type {?} */ args = hostListener.args || [];
host[("(" + hostListener.eventName + ")")] = propName + "(" + args.join(',') + ")";
host["(" + hostListener.eventName + ")"] = propName + "(" + args.join(',') + ")";
});

@@ -192,8 +192,9 @@ var /** @type {?} */ query = ListWrapper.findLast(propertyMetadata[propName], function (a) { return a instanceof Query; });

};
DirectiveResolver = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [ReflectorReader])
], DirectiveResolver);
return DirectiveResolver;
}());
DirectiveResolver = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [ReflectorReader])
], DirectiveResolver);
export { DirectiveResolver };
function DirectiveResolver_tsickle_Closure_declarations() {

@@ -200,0 +201,0 @@ /** @type {?} */

@@ -32,3 +32,3 @@ /**

import { BindingParser } from './template_parser/binding_parser';
export var DirectiveWrapperCompileResult = (function () {
var DirectiveWrapperCompileResult = (function () {
/**

@@ -44,2 +44,3 @@ * @param {?} statements

}());
export { DirectiveWrapperCompileResult };
function DirectiveWrapperCompileResult_tsickle_Closure_declarations() {

@@ -71,3 +72,3 @@ /** @type {?} */

*/
export var DirectiveWrapperCompiler = (function () {
var DirectiveWrapperCompiler = (function () {
/**

@@ -103,8 +104,12 @@ * @param {?} compilerConfig

};
DirectiveWrapperCompiler = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [CompilerConfig, Parser, ElementSchemaRegistry, Console])
], DirectiveWrapperCompiler);
return DirectiveWrapperCompiler;
}());
DirectiveWrapperCompiler = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [CompilerConfig,
Parser,
ElementSchemaRegistry,
Console])
], DirectiveWrapperCompiler);
export { DirectiveWrapperCompiler };
function DirectiveWrapperCompiler_tsickle_Closure_declarations() {

@@ -437,3 +442,3 @@ /** @type {?} */

}
export var DirectiveWrapperExpressions = (function () {
var DirectiveWrapperExpressions = (function () {
function DirectiveWrapperExpressions() {

@@ -564,2 +569,3 @@ }

}());
export { DirectiveWrapperExpressions };
//# sourceMappingURL=directive_wrapper_compiler.js.map

@@ -14,3 +14,3 @@ /**

import { isBlank } from '../facade/lang';
export var ParserError = (function () {
var ParserError = (function () {
/**

@@ -30,2 +30,3 @@ * @param {?} message

}());
export { ParserError };
function ParserError_tsickle_Closure_declarations() {

@@ -41,3 +42,3 @@ /** @type {?} */

}
export var ParseSpan = (function () {
var ParseSpan = (function () {
/**

@@ -53,2 +54,3 @@ * @param {?} start

}());
export { ParseSpan };
function ParseSpan_tsickle_Closure_declarations() {

@@ -60,3 +62,3 @@ /** @type {?} */

}
export var AST = (function () {
var AST = (function () {
/**

@@ -83,2 +85,3 @@ * @param {?} span

}());
export { AST };
function AST_tsickle_Closure_declarations() {

@@ -101,3 +104,3 @@ /** @type {?} */

*/
export var Quote = (function (_super) {
var Quote = (function (_super) {
__extends(Quote, _super);

@@ -111,6 +114,7 @@ /**

function Quote(span, prefix, uninterpretedExpression, location) {
_super.call(this, span);
this.prefix = prefix;
this.uninterpretedExpression = uninterpretedExpression;
this.location = location;
var _this = _super.call(this, span) || this;
_this.prefix = prefix;
_this.uninterpretedExpression = uninterpretedExpression;
_this.location = location;
return _this;
}

@@ -132,2 +136,3 @@ /**

}(AST));
export { Quote };
function Quote_tsickle_Closure_declarations() {

@@ -141,6 +146,6 @@ /** @type {?} */

}
export var EmptyExpr = (function (_super) {
var EmptyExpr = (function (_super) {
__extends(EmptyExpr, _super);
function EmptyExpr() {
_super.apply(this, arguments);
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -158,6 +163,7 @@ /**

}(AST));
export var ImplicitReceiver = (function (_super) {
export { EmptyExpr };
var ImplicitReceiver = (function (_super) {
__extends(ImplicitReceiver, _super);
function ImplicitReceiver() {
_super.apply(this, arguments);
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -175,6 +181,7 @@ /**

}(AST));
export { ImplicitReceiver };
/**
* Multiple expressions separated by a semicolon.
*/
export var Chain = (function (_super) {
var Chain = (function (_super) {
__extends(Chain, _super);

@@ -186,4 +193,5 @@ /**

function Chain(span, expressions) {
_super.call(this, span);
this.expressions = expressions;
var _this = _super.call(this, span) || this;
_this.expressions = expressions;
return _this;
}

@@ -201,2 +209,3 @@ /**

}(AST));
export { Chain };
function Chain_tsickle_Closure_declarations() {

@@ -206,3 +215,3 @@ /** @type {?} */

}
export var Conditional = (function (_super) {
var Conditional = (function (_super) {
__extends(Conditional, _super);

@@ -216,6 +225,7 @@ /**

function Conditional(span, condition, trueExp, falseExp) {
_super.call(this, span);
this.condition = condition;
this.trueExp = trueExp;
this.falseExp = falseExp;
var _this = _super.call(this, span) || this;
_this.condition = condition;
_this.trueExp = trueExp;
_this.falseExp = falseExp;
return _this;
}

@@ -233,2 +243,3 @@ /**

}(AST));
export { Conditional };
function Conditional_tsickle_Closure_declarations() {

@@ -242,3 +253,3 @@ /** @type {?} */

}
export var PropertyRead = (function (_super) {
var PropertyRead = (function (_super) {
__extends(PropertyRead, _super);

@@ -251,5 +262,6 @@ /**

function PropertyRead(span, receiver, name) {
_super.call(this, span);
this.receiver = receiver;
this.name = name;
var _this = _super.call(this, span) || this;
_this.receiver = receiver;
_this.name = name;
return _this;
}

@@ -267,2 +279,3 @@ /**

}(AST));
export { PropertyRead };
function PropertyRead_tsickle_Closure_declarations() {

@@ -274,3 +287,3 @@ /** @type {?} */

}
export var PropertyWrite = (function (_super) {
var PropertyWrite = (function (_super) {
__extends(PropertyWrite, _super);

@@ -284,6 +297,7 @@ /**

function PropertyWrite(span, receiver, name, value) {
_super.call(this, span);
this.receiver = receiver;
this.name = name;
this.value = value;
var _this = _super.call(this, span) || this;
_this.receiver = receiver;
_this.name = name;
_this.value = value;
return _this;
}

@@ -301,2 +315,3 @@ /**

}(AST));
export { PropertyWrite };
function PropertyWrite_tsickle_Closure_declarations() {

@@ -310,3 +325,3 @@ /** @type {?} */

}
export var SafePropertyRead = (function (_super) {
var SafePropertyRead = (function (_super) {
__extends(SafePropertyRead, _super);

@@ -319,5 +334,6 @@ /**

function SafePropertyRead(span, receiver, name) {
_super.call(this, span);
this.receiver = receiver;
this.name = name;
var _this = _super.call(this, span) || this;
_this.receiver = receiver;
_this.name = name;
return _this;
}

@@ -335,2 +351,3 @@ /**

}(AST));
export { SafePropertyRead };
function SafePropertyRead_tsickle_Closure_declarations() {

@@ -342,3 +359,3 @@ /** @type {?} */

}
export var KeyedRead = (function (_super) {
var KeyedRead = (function (_super) {
__extends(KeyedRead, _super);

@@ -351,5 +368,6 @@ /**

function KeyedRead(span, obj, key) {
_super.call(this, span);
this.obj = obj;
this.key = key;
var _this = _super.call(this, span) || this;
_this.obj = obj;
_this.key = key;
return _this;
}

@@ -367,2 +385,3 @@ /**

}(AST));
export { KeyedRead };
function KeyedRead_tsickle_Closure_declarations() {

@@ -374,3 +393,3 @@ /** @type {?} */

}
export var KeyedWrite = (function (_super) {
var KeyedWrite = (function (_super) {
__extends(KeyedWrite, _super);

@@ -384,6 +403,7 @@ /**

function KeyedWrite(span, obj, key, value) {
_super.call(this, span);
this.obj = obj;
this.key = key;
this.value = value;
var _this = _super.call(this, span) || this;
_this.obj = obj;
_this.key = key;
_this.value = value;
return _this;
}

@@ -401,2 +421,3 @@ /**

}(AST));
export { KeyedWrite };
function KeyedWrite_tsickle_Closure_declarations() {

@@ -410,3 +431,3 @@ /** @type {?} */

}
export var BindingPipe = (function (_super) {
var BindingPipe = (function (_super) {
__extends(BindingPipe, _super);

@@ -420,6 +441,7 @@ /**

function BindingPipe(span, exp, name, args) {
_super.call(this, span);
this.exp = exp;
this.name = name;
this.args = args;
var _this = _super.call(this, span) || this;
_this.exp = exp;
_this.name = name;
_this.args = args;
return _this;
}

@@ -437,2 +459,3 @@ /**

}(AST));
export { BindingPipe };
function BindingPipe_tsickle_Closure_declarations() {

@@ -446,3 +469,3 @@ /** @type {?} */

}
export var LiteralPrimitive = (function (_super) {
var LiteralPrimitive = (function (_super) {
__extends(LiteralPrimitive, _super);

@@ -454,4 +477,5 @@ /**

function LiteralPrimitive(span, value) {
_super.call(this, span);
this.value = value;
var _this = _super.call(this, span) || this;
_this.value = value;
return _this;
}

@@ -469,2 +493,3 @@ /**

}(AST));
export { LiteralPrimitive };
function LiteralPrimitive_tsickle_Closure_declarations() {

@@ -474,3 +499,3 @@ /** @type {?} */

}
export var LiteralArray = (function (_super) {
var LiteralArray = (function (_super) {
__extends(LiteralArray, _super);

@@ -482,4 +507,5 @@ /**

function LiteralArray(span, expressions) {
_super.call(this, span);
this.expressions = expressions;
var _this = _super.call(this, span) || this;
_this.expressions = expressions;
return _this;
}

@@ -497,2 +523,3 @@ /**

}(AST));
export { LiteralArray };
function LiteralArray_tsickle_Closure_declarations() {

@@ -502,3 +529,3 @@ /** @type {?} */

}
export var LiteralMap = (function (_super) {
var LiteralMap = (function (_super) {
__extends(LiteralMap, _super);

@@ -511,5 +538,6 @@ /**

function LiteralMap(span, keys, values) {
_super.call(this, span);
this.keys = keys;
this.values = values;
var _this = _super.call(this, span) || this;
_this.keys = keys;
_this.values = values;
return _this;
}

@@ -527,2 +555,3 @@ /**

}(AST));
export { LiteralMap };
function LiteralMap_tsickle_Closure_declarations() {

@@ -534,3 +563,3 @@ /** @type {?} */

}
export var Interpolation = (function (_super) {
var Interpolation = (function (_super) {
__extends(Interpolation, _super);

@@ -543,5 +572,6 @@ /**

function Interpolation(span, strings, expressions) {
_super.call(this, span);
this.strings = strings;
this.expressions = expressions;
var _this = _super.call(this, span) || this;
_this.strings = strings;
_this.expressions = expressions;
return _this;
}

@@ -559,2 +589,3 @@ /**

}(AST));
export { Interpolation };
function Interpolation_tsickle_Closure_declarations() {

@@ -566,3 +597,3 @@ /** @type {?} */

}
export var Binary = (function (_super) {
var Binary = (function (_super) {
__extends(Binary, _super);

@@ -576,6 +607,7 @@ /**

function Binary(span, operation, left, right) {
_super.call(this, span);
this.operation = operation;
this.left = left;
this.right = right;
var _this = _super.call(this, span) || this;
_this.operation = operation;
_this.left = left;
_this.right = right;
return _this;
}

@@ -593,2 +625,3 @@ /**

}(AST));
export { Binary };
function Binary_tsickle_Closure_declarations() {

@@ -602,3 +635,3 @@ /** @type {?} */

}
export var PrefixNot = (function (_super) {
var PrefixNot = (function (_super) {
__extends(PrefixNot, _super);

@@ -610,4 +643,5 @@ /**

function PrefixNot(span, expression) {
_super.call(this, span);
this.expression = expression;
var _this = _super.call(this, span) || this;
_this.expression = expression;
return _this;
}

@@ -625,2 +659,3 @@ /**

}(AST));
export { PrefixNot };
function PrefixNot_tsickle_Closure_declarations() {

@@ -630,3 +665,3 @@ /** @type {?} */

}
export var MethodCall = (function (_super) {
var MethodCall = (function (_super) {
__extends(MethodCall, _super);

@@ -640,6 +675,7 @@ /**

function MethodCall(span, receiver, name, args) {
_super.call(this, span);
this.receiver = receiver;
this.name = name;
this.args = args;
var _this = _super.call(this, span) || this;
_this.receiver = receiver;
_this.name = name;
_this.args = args;
return _this;
}

@@ -657,2 +693,3 @@ /**

}(AST));
export { MethodCall };
function MethodCall_tsickle_Closure_declarations() {

@@ -666,3 +703,3 @@ /** @type {?} */

}
export var SafeMethodCall = (function (_super) {
var SafeMethodCall = (function (_super) {
__extends(SafeMethodCall, _super);

@@ -676,6 +713,7 @@ /**

function SafeMethodCall(span, receiver, name, args) {
_super.call(this, span);
this.receiver = receiver;
this.name = name;
this.args = args;
var _this = _super.call(this, span) || this;
_this.receiver = receiver;
_this.name = name;
_this.args = args;
return _this;
}

@@ -693,2 +731,3 @@ /**

}(AST));
export { SafeMethodCall };
function SafeMethodCall_tsickle_Closure_declarations() {

@@ -702,3 +741,3 @@ /** @type {?} */

}
export var FunctionCall = (function (_super) {
var FunctionCall = (function (_super) {
__extends(FunctionCall, _super);

@@ -711,5 +750,6 @@ /**

function FunctionCall(span, target, args) {
_super.call(this, span);
this.target = target;
this.args = args;
var _this = _super.call(this, span) || this;
_this.target = target;
_this.args = args;
return _this;
}

@@ -727,2 +767,3 @@ /**

}(AST));
export { FunctionCall };
function FunctionCall_tsickle_Closure_declarations() {

@@ -734,3 +775,3 @@ /** @type {?} */

}
export var ASTWithSource = (function (_super) {
var ASTWithSource = (function (_super) {
__extends(ASTWithSource, _super);

@@ -744,7 +785,8 @@ /**

function ASTWithSource(ast, source, location, errors) {
_super.call(this, new ParseSpan(0, isBlank(source) ? 0 : source.length));
this.ast = ast;
this.source = source;
this.location = location;
this.errors = errors;
var _this = _super.call(this, new ParseSpan(0, isBlank(source) ? 0 : source.length)) || this;
_this.ast = ast;
_this.source = source;
_this.location = location;
_this.errors = errors;
return _this;
}

@@ -766,2 +808,3 @@ /**

}(AST));
export { ASTWithSource };
function ASTWithSource_tsickle_Closure_declarations() {

@@ -777,3 +820,3 @@ /** @type {?} */

}
export var TemplateBinding = (function () {
var TemplateBinding = (function () {
/**

@@ -795,2 +838,3 @@ * @param {?} span

}());
export { TemplateBinding };
function TemplateBinding_tsickle_Closure_declarations() {

@@ -808,3 +852,3 @@ /** @type {?} */

}
export var RecursiveAstVisitor = (function () {
var RecursiveAstVisitor = (function () {
function RecursiveAstVisitor() {

@@ -987,3 +1031,4 @@ }

}());
export var AstTransformer = (function () {
export { RecursiveAstVisitor };
var AstTransformer = (function () {
function AstTransformer() {

@@ -1154,2 +1199,3 @@ }

}());
export { AstTransformer };
//# sourceMappingURL=ast.js.map

@@ -14,5 +14,2 @@ /**

};
var __metadata = (this && this.__metadata) || function (k, v) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
};
import * as chars from '../chars';

@@ -37,3 +34,3 @@ import { NumberWrapper } from '../facade/lang';

var /** @type {?} */ KEYWORDS = ['var', 'let', 'null', 'undefined', 'true', 'false', 'if', 'else', 'this'];
export var Lexer = (function () {
var Lexer = (function () {
function Lexer() {

@@ -55,9 +52,9 @@ }

};
Lexer = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [])
], Lexer);
return Lexer;
}());
export var Token = (function () {
Lexer = __decorate([
CompilerInjectable()
], Lexer);
export { Lexer };
var Token = (function () {
/**

@@ -159,2 +156,3 @@ * @param {?} index

}());
export { Token };
function Token_tsickle_Closure_declarations() {

@@ -416,2 +414,4 @@ /** @type {?} */

var /** @type {?} */ unescapedCode = void 0;
// Workaround for TS2.1-introduced type strictness
this.peek = this.peek;
if (this.peek == chars.$u) {

@@ -418,0 +418,0 @@ // 4 character hex code for unicode character.

@@ -49,4 +49,4 @@ import { InterpolationConfig } from '../ml_parser/interpolation_config';

peek(offset: number): Token;
next: Token;
inputIndex: number;
readonly next: Token;
readonly inputIndex: number;
span(start: number): ParseSpan;

@@ -53,0 +53,0 @@ advance(): void;

@@ -23,3 +23,3 @@ /**

import { EOF, Lexer, TokenType, isIdentifier, isQuote } from './lexer';
export var SplitInterpolation = (function () {
var SplitInterpolation = (function () {
/**

@@ -37,2 +37,3 @@ * @param {?} strings

}());
export { SplitInterpolation };
function SplitInterpolation_tsickle_Closure_declarations() {

@@ -46,3 +47,3 @@ /** @type {?} */

}
export var TemplateBindingParseResult = (function () {
var TemplateBindingParseResult = (function () {
/**

@@ -60,2 +61,3 @@ * @param {?} templateBindings

}());
export { TemplateBindingParseResult };
function TemplateBindingParseResult_tsickle_Closure_declarations() {

@@ -77,3 +79,3 @@ /** @type {?} */

}
export var Parser = (function () {
var Parser = (function () {
/**

@@ -316,8 +318,9 @@ * @param {?} _lexer

};
Parser = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [Lexer])
], Parser);
return Parser;
}());
Parser = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [Lexer])
], Parser);
export { Parser };
function Parser_tsickle_Closure_declarations() {

@@ -329,3 +332,3 @@ /** @type {?} */

}
export var _ParseAST = (function () {
var _ParseAST = (function () {
/**

@@ -959,2 +962,3 @@ * @param {?} input

}());
export { _ParseAST };
function _ParseAST_tsickle_Closure_declarations() {

@@ -961,0 +965,0 @@ /** @type {?} */

@@ -12,3 +12,3 @@ /**

*/
export var StringMapWrapper = (function () {
var StringMapWrapper = (function () {
function StringMapWrapper() {

@@ -54,3 +54,4 @@ }

}());
export var ListWrapper = (function () {
export { StringMapWrapper };
var ListWrapper = (function () {
function ListWrapper() {

@@ -123,2 +124,3 @@ }

}());
export { ListWrapper };
/**

@@ -125,0 +127,0 @@ * @param {?} obj

@@ -1,2 +0,1 @@

/**

@@ -3,0 +2,0 @@ * @license

@@ -88,3 +88,3 @@ /**

}
export var NumberWrapper = (function () {
var NumberWrapper = (function () {
function NumberWrapper() {

@@ -110,2 +110,3 @@ }

}());
export { NumberWrapper };
/**

@@ -112,0 +113,0 @@ * @param {?} a

@@ -64,3 +64,3 @@ /**

var _this = this;
var /** @type {?} */ strCases = Object.keys(icu.cases).map(function (k) { return (k + " {" + icu.cases[k].visit(_this) + "}"); });
var /** @type {?} */ strCases = Object.keys(icu.cases).map(function (k) { return k + " {" + icu.cases[k].visit(_this) + "}"; });
return "{" + icu.expression + ", " + icu.type + ", " + strCases.join(', ') + "}";

@@ -115,3 +115,3 @@ };

function _SerializerIgnoreIcuExpVisitor() {
_super.apply(this, arguments);
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -125,3 +125,3 @@ /**

var _this = this;
var /** @type {?} */ strCases = Object.keys(icu.cases).map(function (k) { return (k + " {" + icu.cases[k].visit(_this) + "}"); });
var /** @type {?} */ strCases = Object.keys(icu.cases).map(function (k) { return k + " {" + icu.cases[k].visit(_this) + "}"; });
// Do not take the expression into account

@@ -128,0 +128,0 @@ return "{" + icu.type + ", " + strCases.join(', ') + "}";

@@ -42,3 +42,3 @@ /**

}
export var ExtractionResult = (function () {
var ExtractionResult = (function () {
/**

@@ -54,2 +54,3 @@ * @param {?} messages

}());
export { ExtractionResult };
function ExtractionResult_tsickle_Closure_declarations() {

@@ -56,0 +57,0 @@ /** @type {?} */

@@ -8,2 +8,5 @@ /**

*/
/**
* Extract i18n messages from source code
*/
import { ViewEncapsulation } from '@angular/core';

@@ -28,3 +31,3 @@ import { analyzeAndValidateNgModules, extractProgramSymbols } from '../aot/compiler';

import { MessageBundle } from './message_bundle';
export var Extractor = (function () {
var Extractor = (function () {
/**

@@ -102,2 +105,3 @@ * @param {?} host

}());
export { Extractor };
function Extractor_tsickle_Closure_declarations() {

@@ -104,0 +108,0 @@ /** @type {?} */

@@ -8,3 +8,3 @@ /**

*/
export var Message = (function () {
var Message = (function () {
/**

@@ -28,2 +28,3 @@ * @param {?} nodes message AST

}());
export { Message };
function Message_tsickle_Closure_declarations() {

@@ -43,3 +44,3 @@ /** @type {?} */

}
export var Text = (function () {
var Text = (function () {
/**

@@ -61,2 +62,3 @@ * @param {?} value

}());
export { Text };
function Text_tsickle_Closure_declarations() {

@@ -68,3 +70,3 @@ /** @type {?} */

}
export var Container = (function () {
var Container = (function () {
/**

@@ -86,2 +88,3 @@ * @param {?} children

}());
export { Container };
function Container_tsickle_Closure_declarations() {

@@ -93,3 +96,3 @@ /** @type {?} */

}
export var Icu = (function () {
var Icu = (function () {
/**

@@ -115,2 +118,3 @@ * @param {?} expression

}());
export { Icu };
function Icu_tsickle_Closure_declarations() {

@@ -128,3 +132,3 @@ /** @type {?} */

}
export var TagPlaceholder = (function () {
var TagPlaceholder = (function () {
/**

@@ -156,2 +160,3 @@ * @param {?} tag

}());
export { TagPlaceholder };
function TagPlaceholder_tsickle_Closure_declarations() {

@@ -173,3 +178,3 @@ /** @type {?} */

}
export var Placeholder = (function () {
var Placeholder = (function () {
/**

@@ -193,2 +198,3 @@ * @param {?} value

}());
export { Placeholder };
function Placeholder_tsickle_Closure_declarations() {

@@ -202,3 +208,3 @@ /** @type {?} */

}
export var IcuPlaceholder = (function () {
var IcuPlaceholder = (function () {
/**

@@ -222,2 +228,3 @@ * @param {?} value

}());
export { IcuPlaceholder };
function IcuPlaceholder_tsickle_Closure_declarations() {

@@ -231,3 +238,3 @@ /** @type {?} */

}
export var CloneVisitor = (function () {
var CloneVisitor = (function () {
function CloneVisitor() {

@@ -292,3 +299,4 @@ }

}());
export var RecurseVisitor = (function () {
export { CloneVisitor };
var RecurseVisitor = (function () {
function RecurseVisitor() {

@@ -346,2 +354,3 @@ }

}());
export { RecurseVisitor };
//# sourceMappingURL=i18n_ast.js.map

@@ -16,3 +16,3 @@ /**

import { TranslationBundle } from './translation_bundle';
export var I18NHtmlParser = (function () {
var I18NHtmlParser = (function () {
/**

@@ -74,2 +74,3 @@ * @param {?} _htmlParser

}());
export { I18NHtmlParser };
function I18NHtmlParser_tsickle_Closure_declarations() {

@@ -76,0 +77,0 @@ /** @type {?} */

@@ -18,3 +18,3 @@ /**

*/
export var MessageBundle = (function () {
var MessageBundle = (function () {
/**

@@ -78,2 +78,3 @@ * @param {?} _htmlParser

}());
export { MessageBundle };
function MessageBundle_tsickle_Closure_declarations() {

@@ -92,3 +93,3 @@ /** @type {?} */

function MapPlaceholderNames() {
_super.apply(this, arguments);
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -95,0 +96,0 @@ /**

@@ -17,3 +17,3 @@ /**

*/
export var I18nError = (function (_super) {
var I18nError = (function (_super) {
__extends(I18nError, _super);

@@ -25,6 +25,7 @@ /**

function I18nError(span, msg) {
_super.call(this, span, msg);
return _super.call(this, span, msg) || this;
}
return I18nError;
}(ParseError));
export { I18nError };
//# sourceMappingURL=parse_util.js.map

@@ -47,3 +47,3 @@ /**

*/
export var PlaceholderRegistry = (function () {
var PlaceholderRegistry = (function () {
function PlaceholderRegistry() {

@@ -115,3 +115,3 @@ this._placeHolderNameCounts = {};

var /** @type {?} */ start = "<" + tag;
var /** @type {?} */ strAttrs = Object.keys(attrs).sort().map(function (name) { return (" " + name + "=" + attrs[name]); }).join('');
var /** @type {?} */ strAttrs = Object.keys(attrs).sort().map(function (name) { return " " + name + "=" + attrs[name]; }).join('');
var /** @type {?} */ end = isVoid ? '/>' : "></" + tag + ">";

@@ -141,2 +141,3 @@ return start + strAttrs + end;

}());
export { PlaceholderRegistry };
function PlaceholderRegistry_tsickle_Closure_declarations() {

@@ -143,0 +144,0 @@ /** @type {?} */

@@ -17,3 +17,3 @@ /**

*/
export var Serializer = (function () {
var Serializer = (function () {
function Serializer() {

@@ -47,6 +47,7 @@ }

}());
export { Serializer };
/**
* A simple mapper that take a function to transform an internal name to a public name
*/
export var SimplePlaceholderMapper = (function (_super) {
var SimplePlaceholderMapper = (function (_super) {
__extends(SimplePlaceholderMapper, _super);

@@ -58,9 +59,9 @@ /**

function SimplePlaceholderMapper(message, mapName) {
var _this = this;
_super.call(this);
this.mapName = mapName;
this.internalToPublic = {};
this.publicToNextId = {};
this.publicToInternal = {};
var _this = _super.call(this) || this;
_this.mapName = mapName;
_this.internalToPublic = {};
_this.publicToNextId = {};
_this.publicToInternal = {};
message.nodes.forEach(function (node) { return node.visit(_this); });
return _this;
}

@@ -137,2 +138,3 @@ /**

}(i18n.RecurseVisitor));
export { SimplePlaceholderMapper };
function SimplePlaceholderMapper_tsickle_Closure_declarations() {

@@ -139,0 +141,0 @@ /** @type {?} */

@@ -28,6 +28,6 @@ /**

var /** @type {?} */ _UNIT_TAG = 'trans-unit';
export var Xliff = (function (_super) {
var Xliff = (function (_super) {
__extends(Xliff, _super);
function Xliff() {
_super.apply(this, arguments);
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -89,2 +89,3 @@ /**

}(Serializer));
export { Xliff };
var _WriteVisitor = (function () {

@@ -166,4 +167,3 @@ function _WriteVisitor() {

this._isInIcu = false;
return (_a = []).concat.apply(_a, nodes.map(function (node) { return node.visit(_this); }));
var _a;
return [].concat.apply([], nodes.map(function (node) { return node.visit(_this); }));
};

@@ -170,0 +170,0 @@ return _WriteVisitor;

@@ -21,6 +21,6 @@ /**

var /** @type {?} */ _DOCTYPE = "<!ELEMENT messagebundle (msg)*>\n<!ATTLIST messagebundle class CDATA #IMPLIED>\n\n<!ELEMENT msg (#PCDATA|ph|source)*>\n<!ATTLIST msg id CDATA #IMPLIED>\n<!ATTLIST msg seq CDATA #IMPLIED>\n<!ATTLIST msg name CDATA #IMPLIED>\n<!ATTLIST msg desc CDATA #IMPLIED>\n<!ATTLIST msg meaning CDATA #IMPLIED>\n<!ATTLIST msg obsolete (obsolete) #IMPLIED>\n<!ATTLIST msg xml:space (default|preserve) \"default\">\n<!ATTLIST msg is_hidden CDATA #IMPLIED>\n\n<!ELEMENT source (#PCDATA)>\n\n<!ELEMENT ph (#PCDATA|ex)*>\n<!ATTLIST ph name CDATA #REQUIRED>\n\n<!ELEMENT ex (#PCDATA)>";
export var Xmb = (function (_super) {
var Xmb = (function (_super) {
__extends(Xmb, _super);
function Xmb() {
_super.apply(this, arguments);
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -77,2 +77,3 @@ /**

}(Serializer));
export { Xmb };
var _Visitor = (function () {

@@ -150,4 +151,3 @@ function _Visitor() {

var _this = this;
return (_a = []).concat.apply(_a, nodes.map(function (node) { return node.visit(_this); }));
var _a;
return [].concat.apply([], nodes.map(function (node) { return node.visit(_this); }));
};

@@ -154,0 +154,0 @@ return _Visitor;

@@ -46,3 +46,3 @@ /**

_Visitor.prototype._serializeAttributes = function (attrs) {
var /** @type {?} */ strAttrs = Object.keys(attrs).map(function (name) { return (name + "=\"" + attrs[name] + "\""); }).join(' ');
var /** @type {?} */ strAttrs = Object.keys(attrs).map(function (name) { return name + "=\"" + attrs[name] + "\""; }).join(' ');
return strAttrs.length > 0 ? ' ' + strAttrs : '';

@@ -67,3 +67,3 @@ };

}
export var Declaration = (function () {
var Declaration = (function () {
/**

@@ -86,2 +86,3 @@ * @param {?} unescapedAttrs

}());
export { Declaration };
function Declaration_tsickle_Closure_declarations() {

@@ -91,3 +92,3 @@ /** @type {?} */

}
export var Doctype = (function () {
var Doctype = (function () {
/**

@@ -109,2 +110,3 @@ * @param {?} rootTag

}());
export { Doctype };
function Doctype_tsickle_Closure_declarations() {

@@ -116,3 +118,3 @@ /** @type {?} */

}
export var Tag = (function () {
var Tag = (function () {
/**

@@ -124,5 +126,5 @@ * @param {?} name

function Tag(name, unescapedAttrs, children) {
var _this = this;
if (unescapedAttrs === void 0) { unescapedAttrs = {}; }
if (children === void 0) { children = []; }
var _this = this;
this.name = name;

@@ -142,2 +144,3 @@ this.children = children;

}());
export { Tag };
function Tag_tsickle_Closure_declarations() {

@@ -151,3 +154,3 @@ /** @type {?} */

}
export var Text = (function () {
var Text = (function () {
/**

@@ -167,2 +170,3 @@ * @param {?} unescapedValue

}());
export { Text };
function Text_tsickle_Closure_declarations() {

@@ -172,3 +176,3 @@ /** @type {?} */

}
export var CR = (function (_super) {
var CR = (function (_super) {
__extends(CR, _super);

@@ -180,6 +184,7 @@ /**

if (ws === void 0) { ws = 0; }
_super.call(this, "\n" + new Array(ws + 1).join(' '));
return _super.call(this, "\n" + new Array(ws + 1).join(' ')) || this;
}
return CR;
}(Text));
export { CR };
var /** @type {?} */ _ESCAPED_CHARS = [

@@ -186,0 +191,0 @@ [/&/g, '&amp;'],

@@ -22,6 +22,6 @@ /**

var /** @type {?} */ _PLACEHOLDER_TAG = 'ph';
export var Xtb = (function (_super) {
var Xtb = (function (_super) {
__extends(Xtb, _super);
function Xtb() {
_super.apply(this, arguments);
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -77,2 +77,3 @@ /**

}(Serializer));
export { Xtb };
/**

@@ -79,0 +80,0 @@ * @param {?} messages

@@ -14,3 +14,3 @@ /**

*/
export var TranslationBundle = (function () {
var TranslationBundle = (function () {
/**

@@ -63,2 +63,3 @@ * @param {?=} _i18nNodesByMsgId

}());
export { TranslationBundle };
function TranslationBundle_tsickle_Closure_declarations() {

@@ -131,3 +132,3 @@ /** @type {?} */

var _this = this;
var /** @type {?} */ cases = Object.keys(icu.cases).map(function (k) { return (k + " {" + icu.cases[k].visit(_this) + "}"); });
var /** @type {?} */ cases = Object.keys(icu.cases).map(function (k) { return k + " {" + icu.cases[k].visit(_this) + "}"; });
// TODO(vicb): Once all format switch to using expression placeholders

@@ -164,3 +165,3 @@ // we should throw when the placeholder is not in the source message

var /** @type {?} */ tag = "" + ph.tag;
var /** @type {?} */ attrs = Object.keys(ph.attrs).map(function (name) { return (name + "=\"" + ph.attrs[name] + "\""); }).join(' ');
var /** @type {?} */ attrs = Object.keys(ph.attrs).map(function (name) { return name + "=\"" + ph.attrs[name] + "\""; }).join(' ');
if (ph.isVoid) {

@@ -167,0 +168,0 @@ return "<" + tag + " " + attrs + "/>";

@@ -14,339 +14,340 @@ /**

var /** @type {?} */ ANIMATION_STYLE_UTIL_ASSET_URL = assetUrl('core', 'animation/animation_style_util');
export var Identifiers = (function () {
var Identifiers = (function () {
function Identifiers() {
}
Identifiers.ANALYZE_FOR_ENTRY_COMPONENTS = {
name: 'ANALYZE_FOR_ENTRY_COMPONENTS',
moduleUrl: assetUrl('core', 'metadata/di'),
runtime: ANALYZE_FOR_ENTRY_COMPONENTS
};
Identifiers.ViewUtils = {
name: 'ViewUtils',
moduleUrl: assetUrl('core', 'linker/view_utils'),
runtime: view_utils.ViewUtils
};
Identifiers.AppView = { name: 'AppView', moduleUrl: APP_VIEW_MODULE_URL, runtime: AppView };
Identifiers.DebugAppView = {
name: 'DebugAppView',
moduleUrl: APP_VIEW_MODULE_URL,
runtime: DebugAppView
};
Identifiers.ViewContainer = {
name: 'ViewContainer',
moduleUrl: assetUrl('core', 'linker/view_container'),
runtime: ViewContainer
};
Identifiers.ElementRef = {
name: 'ElementRef',
moduleUrl: assetUrl('core', 'linker/element_ref'),
runtime: ElementRef
};
Identifiers.ViewContainerRef = {
name: 'ViewContainerRef',
moduleUrl: assetUrl('core', 'linker/view_container_ref'),
runtime: ViewContainerRef
};
Identifiers.ChangeDetectorRef = {
name: 'ChangeDetectorRef',
moduleUrl: assetUrl('core', 'change_detection/change_detector_ref'),
runtime: ChangeDetectorRef
};
Identifiers.RenderComponentType = {
name: 'RenderComponentType',
moduleUrl: assetUrl('core', 'render/api'),
runtime: RenderComponentType
};
Identifiers.QueryList = {
name: 'QueryList',
moduleUrl: assetUrl('core', 'linker/query_list'),
runtime: QueryList
};
Identifiers.TemplateRef = {
name: 'TemplateRef',
moduleUrl: assetUrl('core', 'linker/template_ref'),
runtime: TemplateRef
};
Identifiers.TemplateRef_ = {
name: 'TemplateRef_',
moduleUrl: assetUrl('core', 'linker/template_ref'),
runtime: TemplateRef_
};
Identifiers.CodegenComponentFactoryResolver = {
name: 'CodegenComponentFactoryResolver',
moduleUrl: assetUrl('core', 'linker/component_factory_resolver'),
runtime: CodegenComponentFactoryResolver
};
Identifiers.ComponentFactoryResolver = {
name: 'ComponentFactoryResolver',
moduleUrl: assetUrl('core', 'linker/component_factory_resolver'),
runtime: ComponentFactoryResolver
};
Identifiers.ComponentFactory = {
name: 'ComponentFactory',
runtime: ComponentFactory,
moduleUrl: assetUrl('core', 'linker/component_factory')
};
Identifiers.ComponentRef_ = {
name: 'ComponentRef_',
runtime: ComponentRef_,
moduleUrl: assetUrl('core', 'linker/component_factory')
};
Identifiers.ComponentRef = {
name: 'ComponentRef',
runtime: ComponentRef,
moduleUrl: assetUrl('core', 'linker/component_factory')
};
Identifiers.NgModuleFactory = {
name: 'NgModuleFactory',
runtime: NgModuleFactory,
moduleUrl: assetUrl('core', 'linker/ng_module_factory')
};
Identifiers.NgModuleInjector = {
name: 'NgModuleInjector',
runtime: NgModuleInjector,
moduleUrl: assetUrl('core', 'linker/ng_module_factory')
};
Identifiers.RegisterModuleFactoryFn = {
name: 'registerModuleFactory',
runtime: registerModuleFactory,
moduleUrl: assetUrl('core', 'linker/ng_module_factory_loader')
};
Identifiers.ValueUnwrapper = { name: 'ValueUnwrapper', moduleUrl: CD_MODULE_URL, runtime: ValueUnwrapper };
Identifiers.Injector = {
name: 'Injector',
moduleUrl: assetUrl('core', 'di/injector'),
runtime: Injector
};
Identifiers.ViewEncapsulation = {
name: 'ViewEncapsulation',
moduleUrl: assetUrl('core', 'metadata/view'),
runtime: ViewEncapsulation
};
Identifiers.ViewType = {
name: 'ViewType',
moduleUrl: assetUrl('core', 'linker/view_type'),
runtime: ViewType
};
Identifiers.ChangeDetectionStrategy = {
name: 'ChangeDetectionStrategy',
moduleUrl: CD_MODULE_URL,
runtime: ChangeDetectionStrategy
};
Identifiers.StaticNodeDebugInfo = {
name: 'StaticNodeDebugInfo',
moduleUrl: assetUrl('core', 'linker/debug_context'),
runtime: StaticNodeDebugInfo
};
Identifiers.DebugContext = {
name: 'DebugContext',
moduleUrl: assetUrl('core', 'linker/debug_context'),
runtime: DebugContext
};
Identifiers.Renderer = {
name: 'Renderer',
moduleUrl: assetUrl('core', 'render/api'),
runtime: Renderer
};
Identifiers.SimpleChange = { name: 'SimpleChange', moduleUrl: CD_MODULE_URL, runtime: SimpleChange };
Identifiers.ChangeDetectorStatus = {
name: 'ChangeDetectorStatus',
moduleUrl: CD_MODULE_URL,
runtime: ChangeDetectorStatus
};
Identifiers.checkBinding = {
name: 'checkBinding',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkBinding
};
Identifiers.checkBindingChange = {
name: 'checkBindingChange',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkBindingChange
};
Identifiers.checkRenderText = {
name: 'checkRenderText',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkRenderText
};
Identifiers.checkRenderProperty = {
name: 'checkRenderProperty',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkRenderProperty
};
Identifiers.checkRenderAttribute = {
name: 'checkRenderAttribute',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkRenderAttribute
};
Identifiers.checkRenderClass = {
name: 'checkRenderClass',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkRenderClass
};
Identifiers.checkRenderStyle = {
name: 'checkRenderStyle',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkRenderStyle
};
Identifiers.devModeEqual = { name: 'devModeEqual', moduleUrl: CD_MODULE_URL, runtime: devModeEqual };
Identifiers.inlineInterpolate = {
name: 'inlineInterpolate',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.inlineInterpolate
};
Identifiers.interpolate = {
name: 'interpolate',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.interpolate
};
Identifiers.castByValue = {
name: 'castByValue',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.castByValue
};
Identifiers.EMPTY_ARRAY = {
name: 'EMPTY_ARRAY',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.EMPTY_ARRAY
};
Identifiers.EMPTY_MAP = {
name: 'EMPTY_MAP',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.EMPTY_MAP
};
Identifiers.createRenderElement = {
name: 'createRenderElement',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.createRenderElement
};
Identifiers.selectOrCreateRenderHostElement = {
name: 'selectOrCreateRenderHostElement',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.selectOrCreateRenderHostElement
};
Identifiers.pureProxies = [
null,
{ name: 'pureProxy1', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy1 },
{ name: 'pureProxy2', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy2 },
{ name: 'pureProxy3', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy3 },
{ name: 'pureProxy4', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy4 },
{ name: 'pureProxy5', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy5 },
{ name: 'pureProxy6', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy6 },
{ name: 'pureProxy7', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy7 },
{ name: 'pureProxy8', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy8 },
{ name: 'pureProxy9', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy9 },
{ name: 'pureProxy10', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy10 },
];
Identifiers.SecurityContext = {
name: 'SecurityContext',
moduleUrl: assetUrl('core', 'security'),
runtime: SecurityContext,
};
Identifiers.AnimationKeyframe = {
name: 'AnimationKeyframe',
moduleUrl: assetUrl('core', 'animation/animation_keyframe'),
runtime: AnimationKeyframe
};
Identifiers.AnimationStyles = {
name: 'AnimationStyles',
moduleUrl: assetUrl('core', 'animation/animation_styles'),
runtime: AnimationStyles
};
Identifiers.NoOpAnimationPlayer = {
name: 'NoOpAnimationPlayer',
moduleUrl: assetUrl('core', 'animation/animation_player'),
runtime: NoOpAnimationPlayer
};
Identifiers.AnimationGroupPlayer = {
name: 'AnimationGroupPlayer',
moduleUrl: assetUrl('core', 'animation/animation_group_player'),
runtime: AnimationGroupPlayer
};
Identifiers.AnimationSequencePlayer = {
name: 'AnimationSequencePlayer',
moduleUrl: assetUrl('core', 'animation/animation_sequence_player'),
runtime: AnimationSequencePlayer
};
Identifiers.prepareFinalAnimationStyles = {
name: 'prepareFinalAnimationStyles',
moduleUrl: ANIMATION_STYLE_UTIL_ASSET_URL,
runtime: prepareFinalAnimationStyles
};
Identifiers.balanceAnimationKeyframes = {
name: 'balanceAnimationKeyframes',
moduleUrl: ANIMATION_STYLE_UTIL_ASSET_URL,
runtime: balanceAnimationKeyframes
};
Identifiers.clearStyles = {
name: 'clearStyles',
moduleUrl: ANIMATION_STYLE_UTIL_ASSET_URL,
runtime: clearStyles
};
Identifiers.renderStyles = {
name: 'renderStyles',
moduleUrl: ANIMATION_STYLE_UTIL_ASSET_URL,
runtime: renderStyles
};
Identifiers.collectAndResolveStyles = {
name: 'collectAndResolveStyles',
moduleUrl: ANIMATION_STYLE_UTIL_ASSET_URL,
runtime: collectAndResolveStyles
};
Identifiers.LOCALE_ID = {
name: 'LOCALE_ID',
moduleUrl: assetUrl('core', 'i18n/tokens'),
runtime: LOCALE_ID
};
Identifiers.TRANSLATIONS_FORMAT = {
name: 'TRANSLATIONS_FORMAT',
moduleUrl: assetUrl('core', 'i18n/tokens'),
runtime: TRANSLATIONS_FORMAT
};
Identifiers.setBindingDebugInfo = {
name: 'setBindingDebugInfo',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.setBindingDebugInfo
};
Identifiers.setBindingDebugInfoForChanges = {
name: 'setBindingDebugInfoForChanges',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.setBindingDebugInfoForChanges
};
Identifiers.AnimationTransition = {
name: 'AnimationTransition',
moduleUrl: assetUrl('core', 'animation/animation_transition'),
runtime: AnimationTransition
};
// This is just the interface!
Identifiers.InlineArray = { name: 'InlineArray', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: null };
Identifiers.inlineArrays = [
{ name: 'InlineArray2', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.InlineArray2 },
{ name: 'InlineArray2', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.InlineArray2 },
{ name: 'InlineArray4', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.InlineArray4 },
{ name: 'InlineArray8', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.InlineArray8 },
{ name: 'InlineArray16', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.InlineArray16 },
];
Identifiers.EMPTY_INLINE_ARRAY = {
name: 'EMPTY_INLINE_ARRAY',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.EMPTY_INLINE_ARRAY
};
Identifiers.InlineArrayDynamic = {
name: 'InlineArrayDynamic',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.InlineArrayDynamic
};
Identifiers.subscribeToRenderElement = {
name: 'subscribeToRenderElement',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.subscribeToRenderElement
};
Identifiers.createRenderComponentType = {
name: 'createRenderComponentType',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.createRenderComponentType
};
Identifiers.noop = { name: 'noop', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.noop };
return Identifiers;
}());
export { Identifiers };
Identifiers.ANALYZE_FOR_ENTRY_COMPONENTS = {
name: 'ANALYZE_FOR_ENTRY_COMPONENTS',
moduleUrl: assetUrl('core', 'metadata/di'),
runtime: ANALYZE_FOR_ENTRY_COMPONENTS
};
Identifiers.ViewUtils = {
name: 'ViewUtils',
moduleUrl: assetUrl('core', 'linker/view_utils'),
runtime: view_utils.ViewUtils
};
Identifiers.AppView = { name: 'AppView', moduleUrl: APP_VIEW_MODULE_URL, runtime: AppView };
Identifiers.DebugAppView = {
name: 'DebugAppView',
moduleUrl: APP_VIEW_MODULE_URL,
runtime: DebugAppView
};
Identifiers.ViewContainer = {
name: 'ViewContainer',
moduleUrl: assetUrl('core', 'linker/view_container'),
runtime: ViewContainer
};
Identifiers.ElementRef = {
name: 'ElementRef',
moduleUrl: assetUrl('core', 'linker/element_ref'),
runtime: ElementRef
};
Identifiers.ViewContainerRef = {
name: 'ViewContainerRef',
moduleUrl: assetUrl('core', 'linker/view_container_ref'),
runtime: ViewContainerRef
};
Identifiers.ChangeDetectorRef = {
name: 'ChangeDetectorRef',
moduleUrl: assetUrl('core', 'change_detection/change_detector_ref'),
runtime: ChangeDetectorRef
};
Identifiers.RenderComponentType = {
name: 'RenderComponentType',
moduleUrl: assetUrl('core', 'render/api'),
runtime: RenderComponentType
};
Identifiers.QueryList = {
name: 'QueryList',
moduleUrl: assetUrl('core', 'linker/query_list'),
runtime: QueryList
};
Identifiers.TemplateRef = {
name: 'TemplateRef',
moduleUrl: assetUrl('core', 'linker/template_ref'),
runtime: TemplateRef
};
Identifiers.TemplateRef_ = {
name: 'TemplateRef_',
moduleUrl: assetUrl('core', 'linker/template_ref'),
runtime: TemplateRef_
};
Identifiers.CodegenComponentFactoryResolver = {
name: 'CodegenComponentFactoryResolver',
moduleUrl: assetUrl('core', 'linker/component_factory_resolver'),
runtime: CodegenComponentFactoryResolver
};
Identifiers.ComponentFactoryResolver = {
name: 'ComponentFactoryResolver',
moduleUrl: assetUrl('core', 'linker/component_factory_resolver'),
runtime: ComponentFactoryResolver
};
Identifiers.ComponentFactory = {
name: 'ComponentFactory',
runtime: ComponentFactory,
moduleUrl: assetUrl('core', 'linker/component_factory')
};
Identifiers.ComponentRef_ = {
name: 'ComponentRef_',
runtime: ComponentRef_,
moduleUrl: assetUrl('core', 'linker/component_factory')
};
Identifiers.ComponentRef = {
name: 'ComponentRef',
runtime: ComponentRef,
moduleUrl: assetUrl('core', 'linker/component_factory')
};
Identifiers.NgModuleFactory = {
name: 'NgModuleFactory',
runtime: NgModuleFactory,
moduleUrl: assetUrl('core', 'linker/ng_module_factory')
};
Identifiers.NgModuleInjector = {
name: 'NgModuleInjector',
runtime: NgModuleInjector,
moduleUrl: assetUrl('core', 'linker/ng_module_factory')
};
Identifiers.RegisterModuleFactoryFn = {
name: 'registerModuleFactory',
runtime: registerModuleFactory,
moduleUrl: assetUrl('core', 'linker/ng_module_factory_loader')
};
Identifiers.ValueUnwrapper = { name: 'ValueUnwrapper', moduleUrl: CD_MODULE_URL, runtime: ValueUnwrapper };
Identifiers.Injector = {
name: 'Injector',
moduleUrl: assetUrl('core', 'di/injector'),
runtime: Injector
};
Identifiers.ViewEncapsulation = {
name: 'ViewEncapsulation',
moduleUrl: assetUrl('core', 'metadata/view'),
runtime: ViewEncapsulation
};
Identifiers.ViewType = {
name: 'ViewType',
moduleUrl: assetUrl('core', 'linker/view_type'),
runtime: ViewType
};
Identifiers.ChangeDetectionStrategy = {
name: 'ChangeDetectionStrategy',
moduleUrl: CD_MODULE_URL,
runtime: ChangeDetectionStrategy
};
Identifiers.StaticNodeDebugInfo = {
name: 'StaticNodeDebugInfo',
moduleUrl: assetUrl('core', 'linker/debug_context'),
runtime: StaticNodeDebugInfo
};
Identifiers.DebugContext = {
name: 'DebugContext',
moduleUrl: assetUrl('core', 'linker/debug_context'),
runtime: DebugContext
};
Identifiers.Renderer = {
name: 'Renderer',
moduleUrl: assetUrl('core', 'render/api'),
runtime: Renderer
};
Identifiers.SimpleChange = { name: 'SimpleChange', moduleUrl: CD_MODULE_URL, runtime: SimpleChange };
Identifiers.ChangeDetectorStatus = {
name: 'ChangeDetectorStatus',
moduleUrl: CD_MODULE_URL,
runtime: ChangeDetectorStatus
};
Identifiers.checkBinding = {
name: 'checkBinding',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkBinding
};
Identifiers.checkBindingChange = {
name: 'checkBindingChange',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkBindingChange
};
Identifiers.checkRenderText = {
name: 'checkRenderText',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkRenderText
};
Identifiers.checkRenderProperty = {
name: 'checkRenderProperty',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkRenderProperty
};
Identifiers.checkRenderAttribute = {
name: 'checkRenderAttribute',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkRenderAttribute
};
Identifiers.checkRenderClass = {
name: 'checkRenderClass',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkRenderClass
};
Identifiers.checkRenderStyle = {
name: 'checkRenderStyle',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.checkRenderStyle
};
Identifiers.devModeEqual = { name: 'devModeEqual', moduleUrl: CD_MODULE_URL, runtime: devModeEqual };
Identifiers.inlineInterpolate = {
name: 'inlineInterpolate',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.inlineInterpolate
};
Identifiers.interpolate = {
name: 'interpolate',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.interpolate
};
Identifiers.castByValue = {
name: 'castByValue',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.castByValue
};
Identifiers.EMPTY_ARRAY = {
name: 'EMPTY_ARRAY',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.EMPTY_ARRAY
};
Identifiers.EMPTY_MAP = {
name: 'EMPTY_MAP',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.EMPTY_MAP
};
Identifiers.createRenderElement = {
name: 'createRenderElement',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.createRenderElement
};
Identifiers.selectOrCreateRenderHostElement = {
name: 'selectOrCreateRenderHostElement',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.selectOrCreateRenderHostElement
};
Identifiers.pureProxies = [
null,
{ name: 'pureProxy1', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy1 },
{ name: 'pureProxy2', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy2 },
{ name: 'pureProxy3', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy3 },
{ name: 'pureProxy4', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy4 },
{ name: 'pureProxy5', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy5 },
{ name: 'pureProxy6', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy6 },
{ name: 'pureProxy7', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy7 },
{ name: 'pureProxy8', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy8 },
{ name: 'pureProxy9', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy9 },
{ name: 'pureProxy10', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.pureProxy10 },
];
Identifiers.SecurityContext = {
name: 'SecurityContext',
moduleUrl: assetUrl('core', 'security'),
runtime: SecurityContext,
};
Identifiers.AnimationKeyframe = {
name: 'AnimationKeyframe',
moduleUrl: assetUrl('core', 'animation/animation_keyframe'),
runtime: AnimationKeyframe
};
Identifiers.AnimationStyles = {
name: 'AnimationStyles',
moduleUrl: assetUrl('core', 'animation/animation_styles'),
runtime: AnimationStyles
};
Identifiers.NoOpAnimationPlayer = {
name: 'NoOpAnimationPlayer',
moduleUrl: assetUrl('core', 'animation/animation_player'),
runtime: NoOpAnimationPlayer
};
Identifiers.AnimationGroupPlayer = {
name: 'AnimationGroupPlayer',
moduleUrl: assetUrl('core', 'animation/animation_group_player'),
runtime: AnimationGroupPlayer
};
Identifiers.AnimationSequencePlayer = {
name: 'AnimationSequencePlayer',
moduleUrl: assetUrl('core', 'animation/animation_sequence_player'),
runtime: AnimationSequencePlayer
};
Identifiers.prepareFinalAnimationStyles = {
name: 'prepareFinalAnimationStyles',
moduleUrl: ANIMATION_STYLE_UTIL_ASSET_URL,
runtime: prepareFinalAnimationStyles
};
Identifiers.balanceAnimationKeyframes = {
name: 'balanceAnimationKeyframes',
moduleUrl: ANIMATION_STYLE_UTIL_ASSET_URL,
runtime: balanceAnimationKeyframes
};
Identifiers.clearStyles = {
name: 'clearStyles',
moduleUrl: ANIMATION_STYLE_UTIL_ASSET_URL,
runtime: clearStyles
};
Identifiers.renderStyles = {
name: 'renderStyles',
moduleUrl: ANIMATION_STYLE_UTIL_ASSET_URL,
runtime: renderStyles
};
Identifiers.collectAndResolveStyles = {
name: 'collectAndResolveStyles',
moduleUrl: ANIMATION_STYLE_UTIL_ASSET_URL,
runtime: collectAndResolveStyles
};
Identifiers.LOCALE_ID = {
name: 'LOCALE_ID',
moduleUrl: assetUrl('core', 'i18n/tokens'),
runtime: LOCALE_ID
};
Identifiers.TRANSLATIONS_FORMAT = {
name: 'TRANSLATIONS_FORMAT',
moduleUrl: assetUrl('core', 'i18n/tokens'),
runtime: TRANSLATIONS_FORMAT
};
Identifiers.setBindingDebugInfo = {
name: 'setBindingDebugInfo',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.setBindingDebugInfo
};
Identifiers.setBindingDebugInfoForChanges = {
name: 'setBindingDebugInfoForChanges',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.setBindingDebugInfoForChanges
};
Identifiers.AnimationTransition = {
name: 'AnimationTransition',
moduleUrl: assetUrl('core', 'animation/animation_transition'),
runtime: AnimationTransition
};
// This is just the interface!
Identifiers.InlineArray = { name: 'InlineArray', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: null };
Identifiers.inlineArrays = [
{ name: 'InlineArray2', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.InlineArray2 },
{ name: 'InlineArray2', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.InlineArray2 },
{ name: 'InlineArray4', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.InlineArray4 },
{ name: 'InlineArray8', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.InlineArray8 },
{ name: 'InlineArray16', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.InlineArray16 },
];
Identifiers.EMPTY_INLINE_ARRAY = {
name: 'EMPTY_INLINE_ARRAY',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.EMPTY_INLINE_ARRAY
};
Identifiers.InlineArrayDynamic = {
name: 'InlineArrayDynamic',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.InlineArrayDynamic
};
Identifiers.subscribeToRenderElement = {
name: 'subscribeToRenderElement',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.subscribeToRenderElement
};
Identifiers.createRenderComponentType = {
name: 'createRenderComponentType',
moduleUrl: VIEW_UTILS_MODULE_URL,
runtime: view_utils.createRenderComponentType
};
Identifiers.noop = { name: 'noop', moduleUrl: VIEW_UTILS_MODULE_URL, runtime: view_utils.noop };
function Identifiers_tsickle_Closure_declarations() {

@@ -353,0 +354,0 @@ /** @type {?} */

@@ -104,3 +104,3 @@ /**

];
export var JitCompilerFactory = (function () {
var JitCompilerFactory = (function () {
/**

@@ -148,12 +148,13 @@ * @param {?} defaultOptions

};
/** @nocollapse */
JitCompilerFactory.ctorParameters = function () { return [
{ type: Array, decorators: [{ type: Inject, args: [COMPILER_OPTIONS,] },] },
]; };
JitCompilerFactory = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [Array])
], JitCompilerFactory);
return JitCompilerFactory;
}());
/** @nocollapse */
JitCompilerFactory.ctorParameters = function () { return [
{ type: Array, decorators: [{ type: Inject, args: [COMPILER_OPTIONS,] },] },
]; };
JitCompilerFactory = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [Array])
], JitCompilerFactory);
export { JitCompilerFactory };
function JitCompilerFactory_tsickle_Closure_declarations() {

@@ -160,0 +161,0 @@ /**

@@ -42,3 +42,3 @@ /**

constructor(_injector: Injector, _metadataResolver: CompileMetadataResolver, _templateParser: TemplateParser, _styleCompiler: StyleCompiler, _viewCompiler: ViewCompiler, _ngModuleCompiler: NgModuleCompiler, _directiveWrapperCompiler: DirectiveWrapperCompiler, _compilerConfig: CompilerConfig, _animationParser: AnimationParser);
injector: Injector;
readonly injector: Injector;
compileModuleSync<T>(moduleType: Type<T>): NgModuleFactory<T>;

@@ -45,0 +45,0 @@ compileModuleAsync<T>(moduleType: Type<T>): Promise<NgModuleFactory<T>>;

@@ -44,3 +44,3 @@ /**

*/
export var JitCompiler = (function () {
var JitCompiler = (function () {
/**

@@ -171,3 +171,3 @@ * @param {?} _injector

// However, for runtime compilation, we want to transitively compile all modules,
// so we also need to call loadNgModuleMetadata for all nested modules.
// so we also need to call loadNgModuleDirectiveAndPipeMetadata for all nested modules.
ngModule.transitiveModule.modules.forEach(function (localModuleMeta) {

@@ -342,4 +342,3 @@ loadingPromises.push(_this._metadataResolver.loadNgModuleDirectiveAndPipeMetadata(localModuleMeta.reference, isSync));

var /** @type {?} */ compileResult = this._viewCompiler.compileComponent(compMeta, parsedTemplate, ir.variable(stylesCompileResult.componentStylesheet.stylesVar), pipes, compiledAnimations);
var /** @type {?} */ statements = (_a = stylesCompileResult.componentStylesheet.statements).concat.apply(_a, compiledAnimations.map(function (ca) { return ca.statements; }))
.concat(compileResult.statements);
var /** @type {?} */ statements = (_a = stylesCompileResult.componentStylesheet.statements).concat.apply(_a, compiledAnimations.map(function (ca) { return ca.statements; })).concat(compileResult.statements);
var /** @type {?} */ viewClass;

@@ -382,8 +381,17 @@ if (!this._compilerConfig.useJit) {

};
JitCompiler = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [Injector, CompileMetadataResolver, TemplateParser, StyleCompiler, ViewCompiler, NgModuleCompiler, DirectiveWrapperCompiler, CompilerConfig, AnimationParser])
], JitCompiler);
return JitCompiler;
}());
JitCompiler = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [Injector,
CompileMetadataResolver,
TemplateParser,
StyleCompiler,
ViewCompiler,
NgModuleCompiler,
DirectiveWrapperCompiler,
CompilerConfig,
AnimationParser])
], JitCompiler);
export { JitCompiler };
function JitCompiler_tsickle_Closure_declarations() {

@@ -390,0 +398,0 @@ /** @type {?} */

@@ -58,3 +58,3 @@ /**

* Gets the metadata for the given directive.
* This assumes `loadNgModuleMetadata` has been called first.
* This assumes `loadNgModuleDirectiveAndPipeMetadata` has been called first.
*/

@@ -82,3 +82,3 @@ getDirectiveMetadata(directiveType: any): cpl.CompileDirectiveMetadata;

* Gets the metadata for the given pipe.
* This assumes `loadNgModuleMetadata` has been called first.
* This assumes `loadNgModuleDirectiveAndPipeMetadata` has been called first.
*/

@@ -85,0 +85,0 @@ getPipeMetadata(pipeType: any): cpl.CompilePipeMetadata;

@@ -35,9 +35,9 @@ /**

import { PipeResolver } from './pipe_resolver';
import { ComponentStillLoadingError, LIFECYCLE_HOOKS_VALUES, ReflectorReader, reflector } from './private_import_core';
import { ERROR_COMPONENT_TYPE, LIFECYCLE_HOOKS_VALUES, ReflectorReader, reflector } from './private_import_core';
import { ElementSchemaRegistry } from './schema/element_schema_registry';
import { SummaryResolver } from './summary_resolver';
import { getUrlScheme } from './url_resolver';
import { MODULE_SUFFIX, SyntaxError, ValueTransformer, visitValue } from './util';
import { MODULE_SUFFIX, ValueTransformer, syntaxError, visitValue } from './util';
export var /** @type {?} */ ERROR_COLLECTOR_TOKEN = new InjectionToken('ErrorCollector');
export var CompileMetadataResolver = (function () {
var CompileMetadataResolver = (function () {
/**

@@ -311,3 +311,3 @@ * @param {?} _ngModuleResolver

if (isSync) {
this._reportError(new ComponentStillLoadingError(directiveType), directiveType);
this._reportError(componentStillLoadingError(directiveType), directiveType);
return null;

@@ -383,3 +383,3 @@ }

if (!selector) {
this._reportError(new SyntaxError("Directive " + stringifyType(directiveType) + " has no selector, please add it!"), directiveType);
this._reportError(syntaxError("Directive " + stringifyType(directiveType) + " has no selector, please add it!"), directiveType);
selector = 'error';

@@ -426,3 +426,3 @@ }

* Gets the metadata for the given directive.
* This assumes `loadNgModuleMetadata` has been called first.
* This assumes `loadNgModuleDirectiveAndPipeMetadata` has been called first.
* @param {?} directiveType

@@ -434,3 +434,3 @@ * @return {?}

if (!dirMeta) {
this._reportError(new SyntaxError("Illegal state: getDirectiveMetadata can only be called after loadNgModuleMetadata for a module that declares it. Directive " + stringifyType(directiveType) + "."), directiveType);
this._reportError(syntaxError("Illegal state: getDirectiveMetadata can only be called after loadNgModuleDirectiveAndPipeMetadata for a module that declares it. Directive " + stringifyType(directiveType) + "."), directiveType);
}

@@ -446,3 +446,3 @@ return dirMeta;

if (!dirSummary) {
this._reportError(new SyntaxError("Illegal state: Could not load the summary for directive " + stringifyType(dirType) + "."), dirType);
this._reportError(syntaxError("Illegal state: Could not load the summary for directive " + stringifyType(dirType) + "."), dirType);
}

@@ -541,3 +541,3 @@ return dirSummary;

if (!importedModuleSummary) {
_this._reportError(new SyntaxError("Unexpected " + _this._getTypeDescriptor(importedType) + " '" + stringifyType(importedType) + "' imported by the module '" + stringifyType(moduleType) + "'"), moduleType);
_this._reportError(syntaxError("Unexpected " + _this._getTypeDescriptor(importedType) + " '" + stringifyType(importedType) + "' imported by the module '" + stringifyType(moduleType) + "'"), moduleType);
return;

@@ -548,3 +548,3 @@ }

else {
_this._reportError(new SyntaxError("Unexpected value '" + stringifyType(importedType) + "' imported by the module '" + stringifyType(moduleType) + "'"), moduleType);
_this._reportError(syntaxError("Unexpected value '" + stringifyType(importedType) + "' imported by the module '" + stringifyType(moduleType) + "'"), moduleType);
return;

@@ -557,3 +557,3 @@ }

if (!isValidType(exportedType)) {
_this._reportError(new SyntaxError("Unexpected value '" + stringifyType(exportedType) + "' exported by the module '" + stringifyType(moduleType) + "'"), moduleType);
_this._reportError(syntaxError("Unexpected value '" + stringifyType(exportedType) + "' exported by the module '" + stringifyType(moduleType) + "'"), moduleType);
return;

@@ -576,3 +576,3 @@ }

if (!isValidType(declaredType)) {
_this._reportError(new SyntaxError("Unexpected value '" + stringifyType(declaredType) + "' declared by the module '" + stringifyType(moduleType) + "'"), moduleType);
_this._reportError(syntaxError("Unexpected value '" + stringifyType(declaredType) + "' declared by the module '" + stringifyType(moduleType) + "'"), moduleType);
return;

@@ -593,3 +593,3 @@ }

else {
_this._reportError(new SyntaxError("Unexpected " + _this._getTypeDescriptor(declaredType) + " '" + stringifyType(declaredType) + "' declared by the module '" + stringifyType(moduleType) + "'"), moduleType);
_this._reportError(syntaxError("Unexpected " + _this._getTypeDescriptor(declaredType) + " '" + stringifyType(declaredType) + "' declared by the module '" + stringifyType(moduleType) + "'"), moduleType);
return;

@@ -611,3 +611,3 @@ }

else {
_this._reportError(new SyntaxError("Can't export " + _this._getTypeDescriptor(exportedId.reference) + " " + stringifyType(exportedId.reference) + " from " + stringifyType(moduleType) + " as it was neither declared nor imported!"), moduleType);
_this._reportError(syntaxError("Can't export " + _this._getTypeDescriptor(exportedId.reference) + " " + stringifyType(exportedId.reference) + " from " + stringifyType(moduleType) + " as it was neither declared nor imported!"), moduleType);
}

@@ -627,3 +627,3 @@ });

if (!isValidType(type)) {
_this._reportError(new SyntaxError("Unexpected value '" + stringifyType(type) + "' used in the bootstrap property of module '" + stringifyType(moduleType) + "'"), moduleType);
_this._reportError(syntaxError("Unexpected value '" + stringifyType(type) + "' used in the bootstrap property of module '" + stringifyType(moduleType) + "'"), moduleType);
return;

@@ -686,3 +686,3 @@ }

if (oldModule && oldModule !== moduleType) {
this._reportError(new SyntaxError(("Type " + stringifyType(type) + " is part of the declarations of 2 modules: " + stringifyType(oldModule) + " and " + stringifyType(moduleType) + "! ") +
this._reportError(syntaxError("Type " + stringifyType(type) + " is part of the declarations of 2 modules: " + stringifyType(oldModule) + " and " + stringifyType(moduleType) + "! " +
("Please consider moving " + stringifyType(type) + " to a higher module that imports " + stringifyType(oldModule) + " and " + stringifyType(moduleType) + ". ") +

@@ -797,3 +797,3 @@ ("You can also create a new NgModule that exports and includes " + stringifyType(type) + " then import that NgModule in " + stringifyType(oldModule) + " and " + stringifyType(moduleType) + ".")), moduleType);

* Gets the metadata for the given pipe.
* This assumes `loadNgModuleMetadata` has been called first.
* This assumes `loadNgModuleDirectiveAndPipeMetadata` has been called first.
* @param {?} pipeType

@@ -805,3 +805,3 @@ * @return {?}

if (!pipeMeta) {
this._reportError(new SyntaxError("Illegal state: getPipeMetadata can only be called after loadNgModuleMetadata for a module that declares it. Pipe " + stringifyType(pipeType) + "."), pipeType);
this._reportError(syntaxError("Illegal state: getPipeMetadata can only be called after loadNgModuleDirectiveAndPipeMetadata for a module that declares it. Pipe " + stringifyType(pipeType) + "."), pipeType);
}

@@ -817,3 +817,3 @@ return pipeMeta;

if (!pipeSummary) {
this._reportError(new SyntaxError("Illegal state: Could not load the summary for pipe " + stringifyType(pipeType) + "."), pipeType);
this._reportError(syntaxError("Illegal state: Could not load the summary for pipe " + stringifyType(pipeType) + "."), pipeType);
}

@@ -909,3 +909,3 @@ return pipeSummary;

var /** @type {?} */ depsTokens = dependenciesMetadata.map(function (dep) { return dep ? stringifyType(dep.token) : '?'; }).join(', ');
this._reportError(new SyntaxError("Can't resolve all parameters for " + stringifyType(typeOrFunc) + ": (" + depsTokens + ")."), typeOrFunc);
this._reportError(syntaxError("Can't resolve all parameters for " + stringifyType(typeOrFunc) + ": (" + depsTokens + ")."), typeOrFunc);
}

@@ -955,3 +955,3 @@ return dependenciesMetadata;

else if (provider === void 0) {
_this._reportError(new SyntaxError("Encountered undefined provider! Usually this means you have a circular dependencies (might be caused by using 'barrel' index.ts files."));
_this._reportError(syntaxError("Encountered undefined provider! Usually this means you have a circular dependencies (might be caused by using 'barrel' index.ts files."));
}

@@ -972,3 +972,3 @@ else {

.join(', ');
_this._reportError(new SyntaxError("Invalid " + (debugInfo ? debugInfo : 'provider') + " - only instances of Provider and Type are allowed, got: [" + providersInfo + "]"), type);
_this._reportError(syntaxError("Invalid " + (debugInfo ? debugInfo : 'provider') + " - only instances of Provider and Type are allowed, got: [" + providersInfo + "]"), type);
}

@@ -991,3 +991,3 @@ if (providerMeta.token === resolveIdentifier(Identifiers.ANALYZE_FOR_ENTRY_COMPONENTS)) {

if (provider.hasOwnProperty('useClass') && provider.useClass == null) {
this._reportError(new SyntaxError("Invalid provider for " + stringifyType(provider.provide) + ". useClass cannot be " + provider.useClass + ".\n Usually it happens when:\n 1. There's a circular dependency (might be caused by using index.ts (barrel) files).\n 2. Class was used before it was declared. Use forwardRef in this case."));
this._reportError(syntaxError("Invalid provider for " + stringifyType(provider.provide) + ". useClass cannot be " + provider.useClass + ".\n Usually it happens when:\n 1. There's a circular dependency (might be caused by using index.ts (barrel) files).\n 2. Class was used before it was declared. Use forwardRef in this case."));
}

@@ -1005,7 +1005,7 @@ };

if (provider.useFactory || provider.useExisting || provider.useClass) {
this._reportError(new SyntaxError("The ANALYZE_FOR_ENTRY_COMPONENTS token only supports useValue!"), type);
this._reportError(syntaxError("The ANALYZE_FOR_ENTRY_COMPONENTS token only supports useValue!"), type);
return [];
}
if (!provider.multi) {
this._reportError(new SyntaxError("The ANALYZE_FOR_ENTRY_COMPONENTS token only supports 'multi = true'!"), type);
this._reportError(syntaxError("The ANALYZE_FOR_ENTRY_COMPONENTS token only supports 'multi = true'!"), type);
return [];

@@ -1106,3 +1106,3 @@ }

if (!q.selector) {
this._reportError(new SyntaxError("Can't construct a query for the property \"" + propertyName + "\" of \"" + stringifyType(typeOrFunc) + "\" since the query selector wasn't defined."), typeOrFunc);
this._reportError(syntaxError("Can't construct a query for the property \"" + propertyName + "\" of \"" + stringifyType(typeOrFunc) + "\" since the query selector wasn't defined."), typeOrFunc);
}

@@ -1135,20 +1135,28 @@ selectors = [this._getTokenMetadata(q.selector)];

};
/** @nocollapse */
CompileMetadataResolver.ctorParameters = function () { return [
{ type: NgModuleResolver, },
{ type: DirectiveResolver, },
{ type: PipeResolver, },
{ type: SummaryResolver, },
{ type: ElementSchemaRegistry, },
{ type: DirectiveNormalizer, },
{ type: StaticSymbolCache, decorators: [{ type: Optional },] },
{ type: ReflectorReader, },
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [ERROR_COLLECTOR_TOKEN,] },] },
]; };
CompileMetadataResolver = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [NgModuleResolver, DirectiveResolver, PipeResolver, SummaryResolver, ElementSchemaRegistry, DirectiveNormalizer, StaticSymbolCache, ReflectorReader, Function])
], CompileMetadataResolver);
return CompileMetadataResolver;
}());
/** @nocollapse */
CompileMetadataResolver.ctorParameters = function () { return [
{ type: NgModuleResolver, },
{ type: DirectiveResolver, },
{ type: PipeResolver, },
{ type: SummaryResolver, },
{ type: ElementSchemaRegistry, },
{ type: DirectiveNormalizer, },
{ type: StaticSymbolCache, decorators: [{ type: Optional },] },
{ type: ReflectorReader, },
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [ERROR_COLLECTOR_TOKEN,] },] },
]; };
CompileMetadataResolver = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [NgModuleResolver,
DirectiveResolver,
PipeResolver,
SummaryResolver,
ElementSchemaRegistry,
DirectiveNormalizer,
StaticSymbolCache,
ReflectorReader, Function])
], CompileMetadataResolver);
export { CompileMetadataResolver };
function CompileMetadataResolver_tsickle_Closure_declarations() {

@@ -1251,3 +1259,3 @@ /**

else if (moduleId !== null && moduleId !== void 0) {
throw new SyntaxError(("moduleId should be a string in \"" + stringifyType(type) + "\". See https://goo.gl/wIDDiL for more information.\n") +
throw syntaxError("moduleId should be a string in \"" + stringifyType(type) + "\". See https://goo.gl/wIDDiL for more information.\n" +
"If you're using Webpack you should inline the template and the styles, see https://goo.gl/X2J8zc.");

@@ -1268,3 +1276,3 @@ }

function _CompileValueConverter() {
_super.apply(this, arguments);
return _super !== null && _super.apply(this, arguments) || this;
}

@@ -1293,2 +1301,13 @@ /**

}
/**
* Indicates that a component is still being loaded in a synchronous compile.
* @param {?} compType
* @return {?}
*/
function componentStillLoadingError(compType) {
debugger;
var /** @type {?} */ error = Error("Can't compile synchronously as " + stringify(compType) + " is still being loaded!");
((error))[ERROR_COMPONENT_TYPE] = compType;
return error;
}
//# sourceMappingURL=metadata_resolver.js.map

@@ -8,3 +8,3 @@ /**

*/
export var Text = (function () {
var Text = (function () {
/**

@@ -26,2 +26,3 @@ * @param {?} value

}());
export { Text };
function Text_tsickle_Closure_declarations() {

@@ -33,3 +34,3 @@ /** @type {?} */

}
export var Expansion = (function () {
var Expansion = (function () {
/**

@@ -57,2 +58,3 @@ * @param {?} switchValue

}());
export { Expansion };
function Expansion_tsickle_Closure_declarations() {

@@ -70,3 +72,3 @@ /** @type {?} */

}
export var ExpansionCase = (function () {
var ExpansionCase = (function () {
/**

@@ -94,2 +96,3 @@ * @param {?} value

}());
export { ExpansionCase };
function ExpansionCase_tsickle_Closure_declarations() {

@@ -107,3 +110,3 @@ /** @type {?} */

}
export var Attribute = (function () {
var Attribute = (function () {
/**

@@ -129,2 +132,3 @@ * @param {?} name

}());
export { Attribute };
function Attribute_tsickle_Closure_declarations() {

@@ -140,3 +144,3 @@ /** @type {?} */

}
export var Element = (function () {
var Element = (function () {
/**

@@ -166,2 +170,3 @@ * @param {?} name

}());
export { Element };
function Element_tsickle_Closure_declarations() {

@@ -181,3 +186,3 @@ /** @type {?} */

}
export var Comment = (function () {
var Comment = (function () {
/**

@@ -199,2 +204,3 @@ * @param {?} value

}());
export { Comment };
function Comment_tsickle_Closure_declarations() {

@@ -201,0 +207,0 @@ /** @type {?} */

@@ -27,6 +27,6 @@ /**

export { ParseTreeResult, TreeError } from './parser';
export var HtmlParser = (function (_super) {
var HtmlParser = (function (_super) {
__extends(HtmlParser, _super);
function HtmlParser() {
_super.call(this, getHtmlTagDefinition);
return _super.call(this, getHtmlTagDefinition) || this;
}

@@ -45,8 +45,9 @@ /**

};
HtmlParser = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [])
], HtmlParser);
return HtmlParser;
}(Parser));
HtmlParser = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [])
], HtmlParser);
export { HtmlParser };
//# sourceMappingURL=html_parser.js.map

@@ -9,3 +9,3 @@ /**

import { TagContentType } from './tags';
export var HtmlTagDefinition = (function () {
var HtmlTagDefinition = (function () {
/**

@@ -15,4 +15,4 @@ * @param {?=} __0

function HtmlTagDefinition(_a) {
var _b = _a === void 0 ? {} : _a, closedByChildren = _b.closedByChildren, requiredParents = _b.requiredParents, implicitNamespacePrefix = _b.implicitNamespacePrefix, _c = _b.contentType, contentType = _c === void 0 ? TagContentType.PARSABLE_DATA : _c, _d = _b.closedByParent, closedByParent = _d === void 0 ? false : _d, _e = _b.isVoid, isVoid = _e === void 0 ? false : _e, _f = _b.ignoreFirstLf, ignoreFirstLf = _f === void 0 ? false : _f;
var _this = this;
var _b = _a === void 0 ? {} : _a, closedByChildren = _b.closedByChildren, requiredParents = _b.requiredParents, implicitNamespacePrefix = _b.implicitNamespacePrefix, _c = _b.contentType, contentType = _c === void 0 ? TagContentType.PARSABLE_DATA : _c, _d = _b.closedByParent, closedByParent = _d === void 0 ? false : _d, _e = _b.isVoid, isVoid = _e === void 0 ? false : _e, _f = _b.ignoreFirstLf, ignoreFirstLf = _f === void 0 ? false : _f;
this.closedByChildren = {};

@@ -59,2 +59,3 @@ this.closedByParent = false;

}());
export { HtmlTagDefinition };
function HtmlTagDefinition_tsickle_Closure_declarations() {

@@ -61,0 +62,0 @@ /** @type {?} */

@@ -46,3 +46,3 @@ /**

}
export var ExpansionResult = (function () {
var ExpansionResult = (function () {
/**

@@ -60,2 +60,3 @@ * @param {?} nodes

}());
export { ExpansionResult };
function ExpansionResult_tsickle_Closure_declarations() {

@@ -69,3 +70,3 @@ /** @type {?} */

}
export var ExpansionError = (function (_super) {
var ExpansionError = (function (_super) {
__extends(ExpansionError, _super);

@@ -77,6 +78,7 @@ /**

function ExpansionError(span, errorMsg) {
_super.call(this, span, errorMsg);
return _super.call(this, span, errorMsg) || this;
}
return ExpansionError;
}(ParseError));
export { ExpansionError };
/**

@@ -83,0 +85,0 @@ * Expand expansion forms (plural, select) to directives

@@ -9,3 +9,3 @@ /**

import { assertInterpolationSymbols } from '../assertions';
export var InterpolationConfig = (function () {
var InterpolationConfig = (function () {
/**

@@ -33,2 +33,3 @@ * @param {?} start

}());
export { InterpolationConfig };
function InterpolationConfig_tsickle_Closure_declarations() {

@@ -35,0 +36,0 @@ /** @type {?} */

@@ -58,3 +58,3 @@ /**

TokenType[TokenType.EOF] = "EOF";
export var Token = (function () {
var Token = (function () {
/**

@@ -72,2 +72,3 @@ * @param {?} type

}());
export { Token };
function Token_tsickle_Closure_declarations() {

@@ -81,3 +82,3 @@ /** @type {?} */

}
export var TokenError = (function (_super) {
var TokenError = (function (_super) {
__extends(TokenError, _super);

@@ -90,7 +91,9 @@ /**

function TokenError(errorMsg, tokenType, span) {
_super.call(this, span, errorMsg);
this.tokenType = tokenType;
var _this = _super.call(this, span, errorMsg) || this;
_this.tokenType = tokenType;
return _this;
}
return TokenError;
}(ParseError));
export { TokenError };
function TokenError_tsickle_Closure_declarations() {

@@ -100,3 +103,3 @@ /** @type {?} */

}
export var TokenizeResult = (function () {
var TokenizeResult = (function () {
/**

@@ -112,2 +115,3 @@ * @param {?} tokens

}());
export { TokenizeResult };
function TokenizeResult_tsickle_Closure_declarations() {

@@ -114,0 +118,0 @@ /** @type {?} */

@@ -19,3 +19,3 @@ /**

import { getNsPrefix, mergeNsAndName } from './tags';
export var TreeError = (function (_super) {
var TreeError = (function (_super) {
__extends(TreeError, _super);

@@ -28,4 +28,5 @@ /**

function TreeError(elementName, span, msg) {
_super.call(this, span, msg);
this.elementName = elementName;
var _this = _super.call(this, span, msg) || this;
_this.elementName = elementName;
return _this;
}

@@ -43,2 +44,3 @@ /**

}(ParseError));
export { TreeError };
function TreeError_tsickle_Closure_declarations() {

@@ -48,3 +50,3 @@ /** @type {?} */

}
export var ParseTreeResult = (function () {
var ParseTreeResult = (function () {
/**

@@ -60,2 +62,3 @@ * @param {?} rootNodes

}());
export { ParseTreeResult };
function ParseTreeResult_tsickle_Closure_declarations() {

@@ -67,3 +70,3 @@ /** @type {?} */

}
export var Parser = (function () {
var Parser = (function () {
/**

@@ -91,2 +94,3 @@ * @param {?} getTagDefinition

}());
export { Parser };
function Parser_tsickle_Closure_declarations() {

@@ -93,0 +97,0 @@ /** @type {?} */

@@ -16,6 +16,6 @@ /**

export { ParseTreeResult, TreeError } from './parser';
export var XmlParser = (function (_super) {
var XmlParser = (function (_super) {
__extends(XmlParser, _super);
function XmlParser() {
_super.call(this, getXmlTagDefinition);
return _super.call(this, getXmlTagDefinition) || this;
}

@@ -34,2 +34,3 @@ /**

}(Parser));
export { XmlParser };
//# sourceMappingURL=xml_parser.js.map

@@ -9,3 +9,3 @@ /**

import { TagContentType } from './tags';
export var XmlTagDefinition = (function () {
var XmlTagDefinition = (function () {
function XmlTagDefinition() {

@@ -30,2 +30,3 @@ this.closedByParent = false;

}());
export { XmlTagDefinition };
function XmlTagDefinition_tsickle_Closure_declarations() {

@@ -32,0 +33,0 @@ /** @type {?} */

@@ -14,5 +14,2 @@ /**

};
var __metadata = (this && this.__metadata) || function (k, v) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
};
import { identifierModuleUrl, identifierName, tokenName, tokenReference } from './compile_metadata';

@@ -33,3 +30,3 @@ import { createDiTokenExpression } from './compiler_util/identifier_util';

*/
export var ComponentFactoryDependency = (function () {
var ComponentFactoryDependency = (function () {
/**

@@ -43,2 +40,3 @@ * @param {?} compType

}());
export { ComponentFactoryDependency };
function ComponentFactoryDependency_tsickle_Closure_declarations() {

@@ -48,3 +46,3 @@ /** @type {?} */

}
export var NgModuleCompileResult = (function () {
var NgModuleCompileResult = (function () {
/**

@@ -62,2 +60,3 @@ * @param {?} statements

}());
export { NgModuleCompileResult };
function NgModuleCompileResult_tsickle_Closure_declarations() {

@@ -71,3 +70,3 @@ /** @type {?} */

}
export var NgModuleCompiler = (function () {
var NgModuleCompiler = (function () {
function NgModuleCompiler() {

@@ -114,8 +113,8 @@ }

};
NgModuleCompiler = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [])
], NgModuleCompiler);
return NgModuleCompiler;
}());
NgModuleCompiler = __decorate([
CompilerInjectable()
], NgModuleCompiler);
export { NgModuleCompiler };
var _InjectorBuilder = (function () {

@@ -311,5 +310,5 @@ /**

}
InjectorProps.parent = o.THIS_EXPR.prop('parent');
return InjectorProps;
}());
InjectorProps.parent = o.THIS_EXPR.prop('parent');
function InjectorProps_tsickle_Closure_declarations() {

@@ -322,6 +321,6 @@ /** @type {?} */

}
InjectMethodVars.token = o.variable('token');
InjectMethodVars.notFoundResult = o.variable('notFoundResult');
return InjectMethodVars;
}());
InjectMethodVars.token = o.variable('token');
InjectMethodVars.notFoundResult = o.variable('notFoundResult');
function InjectMethodVars_tsickle_Closure_declarations() {

@@ -328,0 +327,0 @@ /** @type {?} */

@@ -32,3 +32,3 @@ /**

*/
export var NgModuleResolver = (function () {
var NgModuleResolver = (function () {
/**

@@ -64,8 +64,9 @@ * @param {?=} _reflector

};
NgModuleResolver = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [ReflectorReader])
], NgModuleResolver);
return NgModuleResolver;
}());
NgModuleResolver = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [ReflectorReader])
], NgModuleResolver);
export { NgModuleResolver };
function NgModuleResolver_tsickle_Closure_declarations() {

@@ -72,0 +73,0 @@ /** @type {?} */

@@ -14,3 +14,3 @@ import * as o from './output_ast';

constructor(_exportedVars: string[], _indent: number);
private _currentLine;
private readonly _currentLine;
isExportedVar(varName: string): boolean;

@@ -25,3 +25,3 @@ println(lastPart?: string): void;

popClass(): o.ClassStmt;
currentClass: o.ClassStmt;
readonly currentClass: o.ClassStmt;
toSource(): any;

@@ -28,0 +28,0 @@ }

@@ -17,3 +17,3 @@ /**

*/
export var OutputEmitter = (function () {
var OutputEmitter = (function () {
function OutputEmitter() {

@@ -31,2 +31,3 @@ }

}());
export { OutputEmitter };
var _EmittedLine = (function () {

@@ -48,3 +49,3 @@ /**

}
export var EmitterVisitorContext = (function () {
var EmitterVisitorContext = (function () {
/**

@@ -168,2 +169,3 @@ * @param {?} _exportedVars

}());
export { EmitterVisitorContext };
function EmitterVisitorContext_tsickle_Closure_declarations() {

@@ -182,3 +184,3 @@ /** @type {?} */

*/
export var AbstractEmitterVisitor = (function () {
var AbstractEmitterVisitor = (function () {
/**

@@ -647,2 +649,3 @@ * @param {?} _escapeDollarInStrings

}());
export { AbstractEmitterVisitor };
function AbstractEmitterVisitor_tsickle_Closure_declarations() {

@@ -666,3 +669,3 @@ /** @type {?} */

for (var _i = 0; _i < arguments.length; _i++) {
match[_i - 0] = arguments[_i];
match[_i] = arguments[_i];
}

@@ -669,0 +672,0 @@ if (match[0] == '$') {

@@ -19,6 +19,6 @@ /**

*/
export var AbstractJsEmitterVisitor = (function (_super) {
var AbstractJsEmitterVisitor = (function (_super) {
__extends(AbstractJsEmitterVisitor, _super);
function AbstractJsEmitterVisitor() {
_super.call(this, false);
return _super.call(this, false) || this;
}

@@ -199,3 +199,3 @@ /**

ctx.incIndent();
var /** @type {?} */ catchStmts = [(CATCH_STACK_VAR.set(CATCH_ERROR_VAR.prop('stack')).toDeclStmt(null, [
var /** @type {?} */ catchStmts = [/** @type {?} */ (CATCH_STACK_VAR.set(CATCH_ERROR_VAR.prop('stack')).toDeclStmt(null, [
o.StmtModifier.Final

@@ -239,2 +239,3 @@ ]))].concat(stmt.catchStmts);

}(AbstractEmitterVisitor));
export { AbstractJsEmitterVisitor };
//# sourceMappingURL=abstract_js_emitter.js.map

@@ -27,9 +27,8 @@ /**

return {
fields: (_a = []).concat.apply(_a, builders.map(function (builder) { return builder.fields || []; })),
methods: (_b = []).concat.apply(_b, builders.map(function (builder) { return builder.methods || []; })),
getters: (_c = []).concat.apply(_c, builders.map(function (builder) { return builder.getters || []; })),
ctorStmts: (_d = []).concat.apply(_d, builders.map(function (builder) { return builder.ctorStmts || []; })),
fields: [].concat.apply([], builders.map(function (builder) { return builder.fields || []; })),
methods: [].concat.apply([], builders.map(function (builder) { return builder.methods || []; })),
getters: [].concat.apply([], builders.map(function (builder) { return builder.getters || []; })),
ctorStmts: [].concat.apply([], builders.map(function (builder) { return builder.ctorStmts || []; })),
};
var _a, _b, _c, _d;
}
//# sourceMappingURL=class_builder.js.map

@@ -110,3 +110,3 @@ /**

for (var _i = 0; _i < arguments.length; _i++) {
args[_i - 0] = arguments[_i];
args[_i] = arguments[_i];
}

@@ -124,3 +124,3 @@ var /** @type {?} */ instanceCtx = new _ExecutionContext(_ctx, this, _classStmt.name, _ctx.vars);

for (var _i = 0; _i < arguments.length; _i++) {
args[_i - 0] = arguments[_i];
args[_i] = arguments[_i];
}

@@ -535,3 +535,3 @@ var /** @type {?} */ instanceCtx = new _ExecutionContext(_ctx, this, _classStmt.name, _ctx.vars);

for (var _i = 0; _i < arguments.length; _i++) {
args[_i - 0] = arguments[_i];
args[_i] = arguments[_i];
}

@@ -538,0 +538,0 @@ return _executeFunctionStatements(varNames, args, statements, ctx, visitor);

@@ -27,3 +27,3 @@ /**

var /** @type {?} */ fnArgValues = [];
for (var argName in vars) {
for (var /** @type {?} */ argName in vars) {
fnArgNames.push(argName);

@@ -49,5 +49,6 @@ fnArgValues.push(vars[argName]);

function JitEmitterVisitor() {
_super.apply(this, arguments);
this._evalArgNames = [];
this._evalArgValues = [];
var _this = _super !== null && _super.apply(this, arguments) || this;
_this._evalArgNames = [];
_this._evalArgValues = [];
return _this;
}

@@ -54,0 +55,0 @@ /**

@@ -12,3 +12,3 @@ /**

*/
export var ImportResolver = (function () {
var ImportResolver = (function () {
function ImportResolver() {

@@ -42,2 +42,3 @@ }

}());
export { ImportResolver };
//# sourceMappingURL=path_util.js.map

@@ -55,3 +55,3 @@ /**

}
export var TypeScriptEmitter = (function () {
var TypeScriptEmitter = (function () {
/**

@@ -76,3 +76,3 @@ * @param {?} _importResolver

converter.reexports.forEach(function (reexports, exportedFilePath) {
var /** @type {?} */ reexportsCode = reexports.map(function (reexport) { return (reexport.name + " as " + reexport.as); }).join(',');
var /** @type {?} */ reexportsCode = reexports.map(function (reexport) { return reexport.name + " as " + reexport.as; }).join(',');
srcParts.push("export {" + reexportsCode + "} from '" + _this._importResolver.fileNameToModuleName(exportedFilePath, genFilePath) + "';");

@@ -90,2 +90,3 @@ });

}());
export { TypeScriptEmitter };
function TypeScriptEmitter_tsickle_Closure_declarations() {

@@ -102,8 +103,9 @@ /** @type {?} */

function _TsEmitterVisitor(_genFilePath, _importResolver) {
_super.call(this, false);
this._genFilePath = _genFilePath;
this._importResolver = _importResolver;
this.typeExpression = 0;
this.importsWithPrefixes = new Map();
this.reexports = new Map();
var _this = _super.call(this, false) || this;
_this._genFilePath = _genFilePath;
_this._importResolver = _importResolver;
_this.typeExpression = 0;
_this.importsWithPrefixes = new Map();
_this.reexports = new Map();
return _this;
}

@@ -373,3 +375,3 @@ /**

ctx.incIndent();
var /** @type {?} */ catchStmts = [(CATCH_STACK_VAR.set(CATCH_ERROR_VAR.prop('stack')).toDeclStmt(null, [
var /** @type {?} */ catchStmts = [/** @type {?} */ (CATCH_STACK_VAR.set(CATCH_ERROR_VAR.prop('stack')).toDeclStmt(null, [
o.StmtModifier.Final

@@ -376,0 +378,0 @@ ]))].concat(stmt.catchStmts);

import * as o from './output_ast';
export declare const QUOTED_KEYS: string;
export declare const QUOTED_KEYS = "$quoted$";
export declare function convertValueToOutputAst(value: any, type?: o.Type): o.Expression;

@@ -0,4 +1,11 @@

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import * as chars from './chars';
import { isPresent } from './facade/lang';
export var ParseLocation = (function () {
var ParseLocation = (function () {
/**

@@ -103,2 +110,3 @@ * @param {?} file

}());
export { ParseLocation };
function ParseLocation_tsickle_Closure_declarations() {

@@ -114,3 +122,3 @@ /** @type {?} */

}
export var ParseSourceFile = (function () {
var ParseSourceFile = (function () {
/**

@@ -126,2 +134,3 @@ * @param {?} content

}());
export { ParseSourceFile };
function ParseSourceFile_tsickle_Closure_declarations() {

@@ -133,3 +142,3 @@ /** @type {?} */

}
export var ParseSourceSpan = (function () {
var ParseSourceSpan = (function () {
/**

@@ -154,2 +163,3 @@ * @param {?} start

}());
export { ParseSourceSpan };
function ParseSourceSpan_tsickle_Closure_declarations() {

@@ -168,3 +178,3 @@ /** @type {?} */

ParseErrorLevel[ParseErrorLevel.FATAL] = "FATAL";
export var ParseError = (function () {
var ParseError = (function () {
/**

@@ -192,2 +202,3 @@ * @param {?} span

}());
export { ParseError };
function ParseError_tsickle_Closure_declarations() {

@@ -194,0 +205,0 @@ /** @type {?} */

@@ -36,3 +36,3 @@ /**

*/
export var PipeResolver = (function () {
var PipeResolver = (function () {
/**

@@ -73,8 +73,9 @@ * @param {?=} _reflector

};
PipeResolver = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [ReflectorReader])
], PipeResolver);
return PipeResolver;
}());
PipeResolver = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [ReflectorReader])
], PipeResolver);
export { PipeResolver };
function PipeResolver_tsickle_Closure_declarations() {

@@ -81,0 +82,0 @@ /** @type {?} */

@@ -54,6 +54,7 @@ /**

export declare const AnimationStyles: typeof r.AnimationStyles;
export declare const ANY_STATE: string;
export declare const DEFAULT_STATE: string;
export declare const EMPTY_STATE: string;
export declare const FILL_STYLE_FLAG: string;
export declare const ANY_STATE = "*";
export declare const DEFAULT_STATE = "*";
export declare const EMPTY_STATE = "void";
export declare const ERROR_COMPONENT_TYPE = "ngComponentType";
export declare const FILL_STYLE_FLAG = "true";
export declare const prepareFinalAnimationStyles: typeof r.prepareFinalAnimationStyles;

@@ -66,4 +67,2 @@ export declare const balanceAnimationKeyframes: typeof r.balanceAnimationKeyframes;

export declare const ViewMetadata: typeof r.ViewMetadata;
export declare type ComponentStillLoadingError = typeof r._ComponentStillLoadingError;
export declare const ComponentStillLoadingError: typeof r.ComponentStillLoadingError;
export declare const AnimationTransition: typeof r.AnimationTransition;

@@ -70,0 +69,0 @@ export declare type SetterFn = typeof r._SetterFn;

@@ -42,2 +42,3 @@ /**

export var /** @type {?} */ EMPTY_STATE = r.EMPTY_STATE;
export var /** @type {?} */ ERROR_COMPONENT_TYPE = r.ERROR_COMPONENT_TYPE;
export var /** @type {?} */ FILL_STYLE_FLAG = r.FILL_STYLE_FLAG;

@@ -50,4 +51,3 @@ export var /** @type {?} */ prepareFinalAnimationStyles = r.prepareFinalAnimationStyles;

export var /** @type {?} */ ViewMetadata = r.ViewMetadata;
export var /** @type {?} */ ComponentStillLoadingError = r.ComponentStillLoadingError;
export var /** @type {?} */ AnimationTransition = r.AnimationTransition;
//# sourceMappingURL=private_import_core.js.map

@@ -1,1 +0,1 @@

[{"__symbolic":"module","version":3,"metadata":{"isDefaultChangeDetectionStrategy":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"isDefaultChangeDetectionStrategy"},"ChangeDetectorStatus":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ChangeDetectorStatus"},"LifecycleHooks":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"LifecycleHooks"},"LIFECYCLE_HOOKS_VALUES":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"LIFECYCLE_HOOKS_VALUES"},"ReflectorReader":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ReflectorReader"},"ViewContainer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewContainer"},"CodegenComponentFactoryResolver":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"CodegenComponentFactoryResolver"},"ComponentRef_":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ComponentRef_"},"AppView":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AppView"},"DebugAppView":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DebugAppView"},"NgModuleInjector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"NgModuleInjector"},"registerModuleFactory":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"registerModuleFactory"},"ViewType":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewType"},"view_utils":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"view_utils"},"DebugContext":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DebugContext"},"StaticNodeDebugInfo":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"StaticNodeDebugInfo"},"devModeEqual":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"devModeEqual"},"ValueUnwrapper":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ValueUnwrapper"},"TemplateRef_":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"TemplateRef_"},"RenderDebugInfo":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"RenderDebugInfo"},"Console":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"Console"},"reflector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"reflector"},"Reflector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"Reflector"},"ReflectionCapabilities":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ReflectionCapabilities"},"NoOpAnimationPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"NoOpAnimationPlayer"},"AnimationPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationPlayer"},"AnimationSequencePlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationSequencePlayer"},"AnimationGroupPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationGroupPlayer"},"AnimationKeyframe":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationKeyframe"},"AnimationStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationStyles"},"ANY_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ANY_STATE"},"DEFAULT_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DEFAULT_STATE"},"EMPTY_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"EMPTY_STATE"},"FILL_STYLE_FLAG":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"FILL_STYLE_FLAG"},"prepareFinalAnimationStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"prepareFinalAnimationStyles"},"balanceAnimationKeyframes":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"balanceAnimationKeyframes"},"clearStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"clearStyles"},"collectAndResolveStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"collectAndResolveStyles"},"renderStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"renderStyles"},"ViewMetadata":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewMetadata"},"ComponentStillLoadingError":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ComponentStillLoadingError"},"AnimationTransition":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationTransition"}}},{"__symbolic":"module","version":1,"metadata":{"isDefaultChangeDetectionStrategy":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"isDefaultChangeDetectionStrategy"},"ChangeDetectorStatus":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ChangeDetectorStatus"},"LifecycleHooks":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"LifecycleHooks"},"LIFECYCLE_HOOKS_VALUES":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"LIFECYCLE_HOOKS_VALUES"},"ReflectorReader":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ReflectorReader"},"ViewContainer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewContainer"},"CodegenComponentFactoryResolver":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"CodegenComponentFactoryResolver"},"ComponentRef_":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ComponentRef_"},"AppView":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AppView"},"DebugAppView":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DebugAppView"},"NgModuleInjector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"NgModuleInjector"},"registerModuleFactory":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"registerModuleFactory"},"ViewType":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewType"},"view_utils":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"view_utils"},"DebugContext":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DebugContext"},"StaticNodeDebugInfo":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"StaticNodeDebugInfo"},"devModeEqual":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"devModeEqual"},"ValueUnwrapper":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ValueUnwrapper"},"TemplateRef_":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"TemplateRef_"},"RenderDebugInfo":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"RenderDebugInfo"},"Console":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"Console"},"reflector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"reflector"},"Reflector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"Reflector"},"ReflectionCapabilities":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ReflectionCapabilities"},"NoOpAnimationPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"NoOpAnimationPlayer"},"AnimationPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationPlayer"},"AnimationSequencePlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationSequencePlayer"},"AnimationGroupPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationGroupPlayer"},"AnimationKeyframe":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationKeyframe"},"AnimationStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationStyles"},"ANY_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ANY_STATE"},"DEFAULT_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DEFAULT_STATE"},"EMPTY_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"EMPTY_STATE"},"FILL_STYLE_FLAG":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"FILL_STYLE_FLAG"},"prepareFinalAnimationStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"prepareFinalAnimationStyles"},"balanceAnimationKeyframes":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"balanceAnimationKeyframes"},"clearStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"clearStyles"},"collectAndResolveStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"collectAndResolveStyles"},"renderStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"renderStyles"},"ViewMetadata":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewMetadata"},"ComponentStillLoadingError":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ComponentStillLoadingError"},"AnimationTransition":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationTransition"}}}]
[{"__symbolic":"module","version":3,"metadata":{"isDefaultChangeDetectionStrategy":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"isDefaultChangeDetectionStrategy"},"ChangeDetectorStatus":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ChangeDetectorStatus"},"LifecycleHooks":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"LifecycleHooks"},"LIFECYCLE_HOOKS_VALUES":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"LIFECYCLE_HOOKS_VALUES"},"ReflectorReader":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ReflectorReader"},"ViewContainer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewContainer"},"CodegenComponentFactoryResolver":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"CodegenComponentFactoryResolver"},"ComponentRef_":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ComponentRef_"},"AppView":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AppView"},"DebugAppView":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DebugAppView"},"NgModuleInjector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"NgModuleInjector"},"registerModuleFactory":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"registerModuleFactory"},"ViewType":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewType"},"view_utils":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"view_utils"},"DebugContext":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DebugContext"},"StaticNodeDebugInfo":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"StaticNodeDebugInfo"},"devModeEqual":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"devModeEqual"},"ValueUnwrapper":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ValueUnwrapper"},"TemplateRef_":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"TemplateRef_"},"RenderDebugInfo":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"RenderDebugInfo"},"Console":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"Console"},"reflector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"reflector"},"Reflector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"Reflector"},"ReflectionCapabilities":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ReflectionCapabilities"},"NoOpAnimationPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"NoOpAnimationPlayer"},"AnimationPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationPlayer"},"AnimationSequencePlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationSequencePlayer"},"AnimationGroupPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationGroupPlayer"},"AnimationKeyframe":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationKeyframe"},"AnimationStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationStyles"},"ANY_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ANY_STATE"},"DEFAULT_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DEFAULT_STATE"},"EMPTY_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"EMPTY_STATE"},"ERROR_COMPONENT_TYPE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ERROR_COMPONENT_TYPE"},"FILL_STYLE_FLAG":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"FILL_STYLE_FLAG"},"prepareFinalAnimationStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"prepareFinalAnimationStyles"},"balanceAnimationKeyframes":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"balanceAnimationKeyframes"},"clearStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"clearStyles"},"collectAndResolveStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"collectAndResolveStyles"},"renderStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"renderStyles"},"ViewMetadata":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewMetadata"},"AnimationTransition":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationTransition"}}},{"__symbolic":"module","version":1,"metadata":{"isDefaultChangeDetectionStrategy":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"isDefaultChangeDetectionStrategy"},"ChangeDetectorStatus":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ChangeDetectorStatus"},"LifecycleHooks":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"LifecycleHooks"},"LIFECYCLE_HOOKS_VALUES":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"LIFECYCLE_HOOKS_VALUES"},"ReflectorReader":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ReflectorReader"},"ViewContainer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewContainer"},"CodegenComponentFactoryResolver":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"CodegenComponentFactoryResolver"},"ComponentRef_":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ComponentRef_"},"AppView":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AppView"},"DebugAppView":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DebugAppView"},"NgModuleInjector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"NgModuleInjector"},"registerModuleFactory":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"registerModuleFactory"},"ViewType":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewType"},"view_utils":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"view_utils"},"DebugContext":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DebugContext"},"StaticNodeDebugInfo":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"StaticNodeDebugInfo"},"devModeEqual":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"devModeEqual"},"ValueUnwrapper":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ValueUnwrapper"},"TemplateRef_":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"TemplateRef_"},"RenderDebugInfo":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"RenderDebugInfo"},"Console":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"Console"},"reflector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"reflector"},"Reflector":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"Reflector"},"ReflectionCapabilities":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ReflectionCapabilities"},"NoOpAnimationPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"NoOpAnimationPlayer"},"AnimationPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationPlayer"},"AnimationSequencePlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationSequencePlayer"},"AnimationGroupPlayer":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationGroupPlayer"},"AnimationKeyframe":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationKeyframe"},"AnimationStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationStyles"},"ANY_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ANY_STATE"},"DEFAULT_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"DEFAULT_STATE"},"EMPTY_STATE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"EMPTY_STATE"},"ERROR_COMPONENT_TYPE":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ERROR_COMPONENT_TYPE"},"FILL_STYLE_FLAG":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"FILL_STYLE_FLAG"},"prepareFinalAnimationStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"prepareFinalAnimationStyles"},"balanceAnimationKeyframes":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"balanceAnimationKeyframes"},"clearStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"clearStyles"},"collectAndResolveStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"collectAndResolveStyles"},"renderStyles":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"renderStyles"},"ViewMetadata":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"ViewMetadata"},"AnimationTransition":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"___core_private__"},"member":"AnimationTransition"}}}]

@@ -34,5 +34,5 @@ /**

afterElement(): void;
transformProviders: ProviderAst[];
transformedDirectiveAsts: DirectiveAst[];
transformedHasViewContainer: boolean;
readonly transformProviders: ProviderAst[];
readonly transformedDirectiveAsts: DirectiveAst[];
readonly transformedHasViewContainer: boolean;
private _addQueryReadsTo(token, queryReadTokens);

@@ -39,0 +39,0 @@ private _getQueriesFor(token);

@@ -18,3 +18,3 @@ /**

import { ProviderAst, ProviderAstType } from './template_parser/template_ast';
export var ProviderError = (function (_super) {
var ProviderError = (function (_super) {
__extends(ProviderError, _super);

@@ -26,7 +26,8 @@ /**

function ProviderError(message, span) {
_super.call(this, span, message);
return _super.call(this, span, message) || this;
}
return ProviderError;
}(ParseError));
export var ProviderViewContext = (function () {
export { ProviderError };
var ProviderViewContext = (function () {
/**

@@ -51,2 +52,3 @@ * @param {?} component

}());
export { ProviderViewContext };
function ProviderViewContext_tsickle_Closure_declarations() {

@@ -70,3 +72,3 @@ /**

}
export var ProviderElementContext = (function () {
var ProviderElementContext = (function () {
/**

@@ -339,2 +341,3 @@ * @param {?} viewContext

}());
export { ProviderElementContext };
function ProviderElementContext_tsickle_Closure_declarations() {

@@ -364,3 +367,3 @@ /** @type {?} */

}
export var NgModuleProviderAnalyzer = (function () {
var NgModuleProviderAnalyzer = (function () {
/**

@@ -484,2 +487,3 @@ * @param {?} ngModule

}());
export { NgModuleProviderAnalyzer };
function NgModuleProviderAnalyzer_tsickle_Closure_declarations() {

@@ -486,0 +490,0 @@ /** @type {?} */

@@ -5,3 +5,3 @@ /**

*/
export var ResourceLoader = (function () {
var ResourceLoader = (function () {
function ResourceLoader() {

@@ -16,2 +16,3 @@ }

}());
export { ResourceLoader };
//# sourceMappingURL=resource_loader.js.map

@@ -245,8 +245,7 @@ /**

};
export var DomElementSchemaRegistry = (function (_super) {
var DomElementSchemaRegistry = (function (_super) {
__extends(DomElementSchemaRegistry, _super);
function DomElementSchemaRegistry() {
var _this = this;
_super.call(this);
this._schema = {};
var _this = _super.call(this) || this;
_this._schema = {};
SCHEMA.forEach(function (encodedType) {

@@ -287,2 +286,3 @@ var type = {};

});
return _this;
}

@@ -377,3 +377,3 @@ /**

if (name.toLowerCase().startsWith('on')) {
var /** @type {?} */ msg = ("Binding to event property '" + name + "' is disallowed for security reasons, ") +
var /** @type {?} */ msg = "Binding to event property '" + name + "' is disallowed for security reasons, " +
("please use (" + name.slice(2) + ")=...") +

@@ -394,3 +394,3 @@ ("\nIf '" + name + "' is a directive input, make sure the directive is imported by the") +

if (name.toLowerCase().startsWith('on')) {
var /** @type {?} */ msg = ("Binding to event attribute '" + name + "' is disallowed for security reasons, ") +
var /** @type {?} */ msg = "Binding to event attribute '" + name + "' is disallowed for security reasons, " +
("please use (" + name.slice(2) + ")=...");

@@ -437,8 +437,9 @@ return { error: true, msg: msg };

};
DomElementSchemaRegistry = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [])
], DomElementSchemaRegistry);
return DomElementSchemaRegistry;
}(ElementSchemaRegistry));
DomElementSchemaRegistry = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [])
], DomElementSchemaRegistry);
export { DomElementSchemaRegistry };
function DomElementSchemaRegistry_tsickle_Closure_declarations() {

@@ -445,0 +446,0 @@ /** @type {?} */

@@ -11,3 +11,3 @@ /**

*/
export var ElementSchemaRegistry = (function () {
var ElementSchemaRegistry = (function () {
function ElementSchemaRegistry() {

@@ -82,2 +82,3 @@ }

}());
export { ElementSchemaRegistry };
//# sourceMappingURL=element_schema_registry.js.map

@@ -22,3 +22,3 @@ /**

*/
export var CssSelector = (function () {
var CssSelector = (function () {
function CssSelector() {

@@ -150,2 +150,3 @@ this.element = null;

}());
export { CssSelector };
function CssSelector_tsickle_Closure_declarations() {

@@ -165,3 +166,3 @@ /** @type {?} */

*/
export var SelectorMatcher = (function () {
var SelectorMatcher = (function () {
function SelectorMatcher() {

@@ -387,2 +388,3 @@ this._elementMap = new Map();

}());
export { SelectorMatcher };
function SelectorMatcher_tsickle_Closure_declarations() {

@@ -404,3 +406,3 @@ /** @type {?} */

}
export var SelectorListContext = (function () {
var SelectorListContext = (function () {
/**

@@ -415,2 +417,3 @@ * @param {?} selectors

}());
export { SelectorListContext };
function SelectorListContext_tsickle_Closure_declarations() {

@@ -422,3 +425,3 @@ /** @type {?} */

}
export var SelectorContext = (function () {
var SelectorContext = (function () {
/**

@@ -456,2 +459,3 @@ * @param {?} selector

}());
export { SelectorContext };
function SelectorContext_tsickle_Closure_declarations() {

@@ -458,0 +462,0 @@ /** @type {?} */

@@ -1,2 +0,2 @@

export var ShadowCss = (function () {
var ShadowCss = (function () {
function ShadowCss() {

@@ -35,3 +35,3 @@ this.strictStyling = true;

for (var _i = 0; _i < arguments.length; _i++) {
m[_i - 0] = arguments[_i];
m[_i] = arguments[_i];
}

@@ -50,3 +50,3 @@ return m[2] + '{';

for (var _i = 0; _i < arguments.length; _i++) {
m[_i - 0] = arguments[_i];
m[_i] = arguments[_i];
}

@@ -116,3 +116,3 @@ var /** @type {?} */ rule = m[0].replace(m[1], '').replace(m[2], '');

for (var _i = 0; _i < arguments.length; _i++) {
m[_i - 0] = arguments[_i];
m[_i] = arguments[_i];
}

@@ -331,2 +331,3 @@ if (m[2]) {

}());
export { ShadowCss };
function ShadowCss_tsickle_Closure_declarations() {

@@ -432,3 +433,3 @@ /** @type {?} */

var /** @type {?} */ BLOCK_PLACEHOLDER = '%BLOCK%';
export var CssRule = (function () {
var CssRule = (function () {
/**

@@ -444,2 +445,3 @@ * @param {?} selector

}());
export { CssRule };
function CssRule_tsickle_Closure_declarations() {

@@ -462,3 +464,3 @@ /** @type {?} */

for (var _i = 0; _i < arguments.length; _i++) {
m[_i - 0] = arguments[_i];
m[_i] = arguments[_i];
}

@@ -465,0 +467,0 @@ var /** @type {?} */ selector = m[2];

@@ -26,3 +26,3 @@ /**

var /** @type {?} */ CONTENT_ATTR = "_ngcontent-" + COMPONENT_VARIABLE;
export var StylesCompileDependency = (function () {
var StylesCompileDependency = (function () {
/**

@@ -42,2 +42,3 @@ * @param {?} name

}());
export { StylesCompileDependency };
function StylesCompileDependency_tsickle_Closure_declarations() {

@@ -53,3 +54,3 @@ /** @type {?} */

}
export var StylesCompileResult = (function () {
var StylesCompileResult = (function () {
/**

@@ -65,2 +66,3 @@ * @param {?} componentStylesheet

}());
export { StylesCompileResult };
function StylesCompileResult_tsickle_Closure_declarations() {

@@ -72,3 +74,3 @@ /** @type {?} */

}
export var CompiledStylesheet = (function () {
var CompiledStylesheet = (function () {
/**

@@ -90,2 +92,3 @@ * @param {?} statements

}());
export { CompiledStylesheet };
function CompiledStylesheet_tsickle_Closure_declarations() {

@@ -103,3 +106,3 @@ /** @type {?} */

}
export var StyleCompiler = (function () {
var StyleCompiler = (function () {
/**

@@ -162,8 +165,9 @@ * @param {?} _urlResolver

};
StyleCompiler = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [UrlResolver])
], StyleCompiler);
return StyleCompiler;
}());
StyleCompiler = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [UrlResolver])
], StyleCompiler);
export { StyleCompiler };
function StyleCompiler_tsickle_Closure_declarations() {

@@ -170,0 +174,0 @@ /** @type {?} */

@@ -8,3 +8,3 @@ /**

*/
export var StyleWithImports = (function () {
var StyleWithImports = (function () {
/**

@@ -20,2 +20,3 @@ * @param {?} style

}());
export { StyleWithImports };
function StyleWithImports_tsickle_Closure_declarations() {

@@ -50,3 +51,3 @@ /** @type {?} */

for (var _i = 0; _i < arguments.length; _i++) {
m[_i - 0] = arguments[_i];
m[_i] = arguments[_i];
}

@@ -53,0 +54,0 @@ var /** @type {?} */ url = m[1] || m[2];

@@ -7,7 +7,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

};
var __metadata = (this && this.__metadata) || function (k, v) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
};
import { CompilerInjectable } from './injectable';
export var SummaryResolver = (function () {
var SummaryResolver = (function () {
function SummaryResolver() {

@@ -42,8 +39,8 @@ }

SummaryResolver.prototype.getImportAs = function (reference) { return reference; };
SummaryResolver = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [])
], SummaryResolver);
return SummaryResolver;
}());
SummaryResolver = __decorate([
CompilerInjectable()
], SummaryResolver);
export { SummaryResolver };
//# sourceMappingURL=summary_resolver.js.map

@@ -30,4 +30,4 @@ /**

constructor(name: string, expression: ASTWithSource, type: BoundPropertyType, sourceSpan: ParseSourceSpan);
isLiteral: boolean;
isAnimation: boolean;
readonly isLiteral: boolean;
readonly isAnimation: boolean;
}

@@ -34,0 +34,0 @@ /**

@@ -35,3 +35,3 @@ /**

*/
export var BoundProperty = (function () {
var BoundProperty = (function () {
/**

@@ -67,2 +67,3 @@ * @param {?} name

}());
export { BoundProperty };
function BoundProperty_tsickle_Closure_declarations() {

@@ -81,3 +82,3 @@ /** @type {?} */

*/
export var BindingParser = (function () {
var BindingParser = (function () {
/**

@@ -510,2 +511,3 @@ * @param {?} _exprParser

}());
export { BindingParser };
function BindingParser_tsickle_Closure_declarations() {

@@ -523,7 +525,8 @@ /** @type {?} */

}
export var PipeCollector = (function (_super) {
var PipeCollector = (function (_super) {
__extends(PipeCollector, _super);
function PipeCollector() {
_super.apply(this, arguments);
this.pipes = new Map();
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.pipes = new Map();
return _this;
}

@@ -543,2 +546,3 @@ /**

}(RecursiveAstVisitor));
export { PipeCollector };
function PipeCollector_tsickle_Closure_declarations() {

@@ -545,0 +549,0 @@ /** @type {?} */

@@ -70,3 +70,3 @@ /**

visit(visitor: TemplateAstVisitor, context: any): any;
isAnimation: boolean;
readonly isAnimation: boolean;
}

@@ -86,4 +86,4 @@ /**

visit(visitor: TemplateAstVisitor, context: any): any;
fullName: string;
isAnimation: boolean;
readonly fullName: string;
readonly isAnimation: boolean;
}

@@ -90,0 +90,0 @@ /**

@@ -11,3 +11,3 @@ /**

*/
export var TextAst = (function () {
var TextAst = (function () {
/**

@@ -31,2 +31,3 @@ * @param {?} value

}());
export { TextAst };
function TextAst_tsickle_Closure_declarations() {

@@ -43,3 +44,3 @@ /** @type {?} */

*/
export var BoundTextAst = (function () {
var BoundTextAst = (function () {
/**

@@ -65,2 +66,3 @@ * @param {?} value

}());
export { BoundTextAst };
function BoundTextAst_tsickle_Closure_declarations() {

@@ -77,3 +79,3 @@ /** @type {?} */

*/
export var AttrAst = (function () {
var AttrAst = (function () {
/**

@@ -97,2 +99,3 @@ * @param {?} name

}());
export { AttrAst };
function AttrAst_tsickle_Closure_declarations() {

@@ -110,3 +113,3 @@ /** @type {?} */

*/
export var BoundElementPropertyAst = (function () {
var BoundElementPropertyAst = (function () {
/**

@@ -148,2 +151,3 @@ * @param {?} name

}());
export { BoundElementPropertyAst };
function BoundElementPropertyAst_tsickle_Closure_declarations() {

@@ -169,3 +173,3 @@ /** @type {?} */

*/
export var BoundEventAst = (function () {
var BoundEventAst = (function () {
/**

@@ -228,2 +232,3 @@ * @param {?} name

}());
export { BoundEventAst };
function BoundEventAst_tsickle_Closure_declarations() {

@@ -244,3 +249,3 @@ /** @type {?} */

*/
export var ReferenceAst = (function () {
var ReferenceAst = (function () {
/**

@@ -266,2 +271,3 @@ * @param {?} name

}());
export { ReferenceAst };
function ReferenceAst_tsickle_Closure_declarations() {

@@ -278,3 +284,3 @@ /** @type {?} */

*/
export var VariableAst = (function () {
var VariableAst = (function () {
/**

@@ -300,2 +306,3 @@ * @param {?} name

}());
export { VariableAst };
function VariableAst_tsickle_Closure_declarations() {

@@ -312,3 +319,3 @@ /** @type {?} */

*/
export var ElementAst = (function () {
var ElementAst = (function () {
/**

@@ -352,2 +359,3 @@ * @param {?} name

}());
export { ElementAst };
function ElementAst_tsickle_Closure_declarations() {

@@ -382,3 +390,3 @@ /** @type {?} */

*/
export var EmbeddedTemplateAst = (function () {
var EmbeddedTemplateAst = (function () {
/**

@@ -418,2 +426,3 @@ * @param {?} attrs

}());
export { EmbeddedTemplateAst };
function EmbeddedTemplateAst_tsickle_Closure_declarations() {

@@ -444,3 +453,3 @@ /** @type {?} */

*/
export var BoundDirectivePropertyAst = (function () {
var BoundDirectivePropertyAst = (function () {
/**

@@ -468,2 +477,3 @@ * @param {?} directiveName

}());
export { BoundDirectivePropertyAst };
function BoundDirectivePropertyAst_tsickle_Closure_declarations() {

@@ -482,3 +492,3 @@ /** @type {?} */

*/
export var DirectiveAst = (function () {
var DirectiveAst = (function () {
/**

@@ -508,2 +518,3 @@ * @param {?} directive

}());
export { DirectiveAst };
function DirectiveAst_tsickle_Closure_declarations() {

@@ -524,3 +535,3 @@ /** @type {?} */

*/
export var ProviderAst = (function () {
var ProviderAst = (function () {
/**

@@ -555,2 +566,3 @@ * @param {?} token

}());
export { ProviderAst };
function ProviderAst_tsickle_Closure_declarations() {

@@ -586,3 +598,3 @@ /** @type {?} */

*/
export var NgContentAst = (function () {
var NgContentAst = (function () {
/**

@@ -608,2 +620,3 @@ * @param {?} index

}());
export { NgContentAst };
function NgContentAst_tsickle_Closure_declarations() {

@@ -610,0 +623,0 @@ /** @type {?} */

@@ -40,3 +40,3 @@ /**

import { isStyleUrlResolvable } from '../style_url_resolver';
import { SyntaxError } from '../util';
import { syntaxError } from '../util';
import { BindingParser } from './binding_parser';

@@ -79,3 +79,3 @@ import { AttrAst, BoundDirectivePropertyAst, BoundTextAst, DirectiveAst, ElementAst, EmbeddedTemplateAst, NgContentAst, PropertyBindingType, ReferenceAst, TextAst, VariableAst, templateVisitAll } from './template_ast';

export var /** @type {?} */ TEMPLATE_TRANSFORMS = new InjectionToken('TemplateTransforms');
export var TemplateParseError = (function (_super) {
var TemplateParseError = (function (_super) {
__extends(TemplateParseError, _super);

@@ -88,7 +88,8 @@ /**

function TemplateParseError(message, span, level) {
_super.call(this, span, message, level);
return _super.call(this, span, message, level) || this;
}
return TemplateParseError;
}(ParseError));
export var TemplateParseResult = (function () {
export { TemplateParseError };
var TemplateParseResult = (function () {
/**

@@ -104,2 +105,3 @@ * @param {?=} templateAst

}());
export { TemplateParseResult };
function TemplateParseResult_tsickle_Closure_declarations() {

@@ -111,3 +113,3 @@ /** @type {?} */

}
export var TemplateParser = (function () {
var TemplateParser = (function () {
/**

@@ -145,3 +147,3 @@ * @param {?} _exprParser

var /** @type {?} */ errorString = errors.join('\n');
throw new SyntaxError("Template parse errors:\n" + errorString);
throw syntaxError("Template parse errors:\n" + errorString);
}

@@ -248,16 +250,20 @@ return result.templateAst;

};
/** @nocollapse */
TemplateParser.ctorParameters = function () { return [
{ type: Parser, },
{ type: ElementSchemaRegistry, },
{ type: I18NHtmlParser, },
{ type: Console, },
{ type: Array, decorators: [{ type: Optional }, { type: Inject, args: [TEMPLATE_TRANSFORMS,] },] },
]; };
TemplateParser = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [Parser, ElementSchemaRegistry, I18NHtmlParser, Console, Array])
], TemplateParser);
return TemplateParser;
}());
/** @nocollapse */
TemplateParser.ctorParameters = function () { return [
{ type: Parser, },
{ type: ElementSchemaRegistry, },
{ type: I18NHtmlParser, },
{ type: Console, },
{ type: Array, decorators: [{ type: Optional }, { type: Inject, args: [TEMPLATE_TRANSFORMS,] },] },
]; };
TemplateParser = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [Parser,
ElementSchemaRegistry,
I18NHtmlParser,
Console, Array])
], TemplateParser);
export { TemplateParser };
function TemplateParser_tsickle_Closure_declarations() {

@@ -750,3 +756,3 @@ /**

if (!matchElement && !this._schemaRegistry.hasElement(elName, this._schemas)) {
var /** @type {?} */ errorMsg = ("'" + elName + "' is not a known element:\n") +
var /** @type {?} */ errorMsg = "'" + elName + "' is not a known element:\n" +
("1. If '" + elName + "' is an Angular component, then verify that it is part of this module.\n") +

@@ -806,3 +812,3 @@ ("2. If '" + elName + "' is a Web Component then add \"CUSTOM_ELEMENTS_SCHEMA\" to the '@NgModule.schemas' of this component to suppress this message.");

errorMsg +=
("\n1. If '" + elementName + "' is an Angular component and it has '" + boundProp.name + "' input, then verify that it is part of this module.") +
"\n1. If '" + elementName + "' is an Angular component and it has '" + boundProp.name + "' input, then verify that it is part of this module." +
("\n2. If '" + elementName + "' is a Web Component then add \"CUSTOM_ELEMENTS_SCHEMA\" to the '@NgModule.schemas' of this component to suppress this message.\n");

@@ -809,0 +815,0 @@ }

@@ -77,3 +77,3 @@ /**

PreparsedElementType[PreparsedElementType.OTHER] = "OTHER";
export var PreparsedElement = (function () {
var PreparsedElement = (function () {
/**

@@ -95,2 +95,3 @@ * @param {?} type

}());
export { PreparsedElement };
function PreparsedElement_tsickle_Closure_declarations() {

@@ -97,0 +98,0 @@ /** @type {?} */

@@ -56,3 +56,3 @@ /**

*/
export var UrlResolver = (function () {
var UrlResolver = (function () {
/**

@@ -92,12 +92,13 @@ * @param {?=} _packagePrefix

};
/** @nocollapse */
UrlResolver.ctorParameters = function () { return [
{ type: undefined, decorators: [{ type: Inject, args: [PACKAGE_ROOT_URL,] },] },
]; };
UrlResolver = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [String])
], UrlResolver);
return UrlResolver;
}());
/** @nocollapse */
UrlResolver.ctorParameters = function () { return [
{ type: undefined, decorators: [{ type: Inject, args: [PACKAGE_ROOT_URL,] },] },
]; };
UrlResolver = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [String])
], UrlResolver);
export { UrlResolver };
function UrlResolver_tsickle_Closure_declarations() {

@@ -104,0 +105,0 @@ /**

@@ -1,10 +0,2 @@

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { BaseError } from './facade/errors';
export declare const MODULE_SUFFIX: string;
export declare const MODULE_SUFFIX = "";
export declare function camelCaseToDashCase(input: string): string;

@@ -36,3 +28,3 @@ export declare function dashCaseToCamelCase(input: string): string;

}
export declare class SyntaxError extends BaseError {
}
export declare function syntaxError(msg: string): Error;
export declare function isSyntaxError(error: Error): boolean;

@@ -8,8 +8,2 @@ /**

*/
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
import { BaseError } from './facade/errors';
import { isPrimitive, isStrictStringMap } from './facade/lang';

@@ -27,3 +21,3 @@ export var /** @type {?} */ MODULE_SUFFIX = '';

for (var _i = 0; _i < arguments.length; _i++) {
m[_i - 0] = arguments[_i];
m[_i] = arguments[_i];
}

@@ -41,3 +35,3 @@ return '-' + m[1].toLowerCase();

for (var _i = 0; _i < arguments.length; _i++) {
m[_i - 0] = arguments[_i];
m[_i] = arguments[_i];
}

@@ -93,3 +87,3 @@ return m[1].toUpperCase();

}
export var ValueTransformer = (function () {
var ValueTransformer = (function () {
function ValueTransformer() {

@@ -131,3 +125,4 @@ }

}());
export var SyncAsyncResult = (function () {
export { ValueTransformer };
var SyncAsyncResult = (function () {
/**

@@ -147,2 +142,3 @@ * @param {?} syncResult

}());
export { SyncAsyncResult };
function SyncAsyncResult_tsickle_Closure_declarations() {

@@ -154,9 +150,19 @@ /** @type {?} */

}
export var SyntaxError = (function (_super) {
__extends(SyntaxError, _super);
function SyntaxError() {
_super.apply(this, arguments);
}
return SyntaxError;
}(BaseError));
/**
* @param {?} msg
* @return {?}
*/
export function syntaxError(msg) {
var /** @type {?} */ error = Error(msg);
((error))[ERROR_SYNTAX_ERROR] = true;
return error;
}
var /** @type {?} */ ERROR_SYNTAX_ERROR = 'ngSyntaxError';
/**
* @param {?} error
* @return {?}
*/
export function isSyntaxError(error) {
return ((error))[ERROR_SYNTAX_ERROR];
}
//# sourceMappingURL=util.js.map

@@ -1,1 +0,1 @@

[{"__symbolic":"module","version":3,"metadata":{"MODULE_SUFFIX":"","camelCaseToDashCase":{"__symbolic":"function","parameters":["input"],"value":{"__symbolic":"error","message":"Reference to a local symbol","line":12,"character":6,"context":{"name":"CAMEL_CASE_REGEXP"}}},"dashCaseToCamelCase":{"__symbolic":"function","parameters":["input"],"value":{"__symbolic":"error","message":"Reference to a local symbol","line":13,"character":6,"context":{"name":"DASH_CASE_REGEXP"}}},"splitAtColon":{"__symbolic":"function","parameters":["input","defaultValues"],"value":{"__symbolic":"error","message":"Reference to a non-exported function","line":31,"character":9,"context":{"name":"_splitAt"}}},"splitAtPeriod":{"__symbolic":"function","parameters":["input","defaultValues"],"value":{"__symbolic":"error","message":"Reference to a non-exported function","line":31,"character":9,"context":{"name":"_splitAt"}}},"visitValue":{"__symbolic":"function"},"ValueTransformer":{"__symbolic":"class","members":{"visitArray":[{"__symbolic":"method"}],"visitStringMap":[{"__symbolic":"method"}],"visitPrimitive":[{"__symbolic":"method"}],"visitOther":[{"__symbolic":"method"}]}},"SyncAsyncResult":{"__symbolic":"class","arity":1,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"error","message":"Could not resolve type","line":74,"character":33,"context":{"typeName":"T"}},{"__symbolic":"error","message":"Could not resolve type","line":74,"character":56,"context":{"typeName":"Promise"}}]}]}},"SyntaxError":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./facade/errors","name":"BaseError"}}}},{"__symbolic":"module","version":1,"metadata":{"MODULE_SUFFIX":"","camelCaseToDashCase":{"__symbolic":"function","parameters":["input"],"value":{"__symbolic":"error","message":"Reference to a local symbol","line":12,"character":6,"context":{"name":"CAMEL_CASE_REGEXP"}}},"dashCaseToCamelCase":{"__symbolic":"function","parameters":["input"],"value":{"__symbolic":"error","message":"Reference to a local symbol","line":13,"character":6,"context":{"name":"DASH_CASE_REGEXP"}}},"splitAtColon":{"__symbolic":"function","parameters":["input","defaultValues"],"value":{"__symbolic":"error","message":"Reference to a non-exported function","line":31,"character":9,"context":{"name":"_splitAt"}}},"splitAtPeriod":{"__symbolic":"function","parameters":["input","defaultValues"],"value":{"__symbolic":"error","message":"Reference to a non-exported function","line":31,"character":9,"context":{"name":"_splitAt"}}},"visitValue":{"__symbolic":"function"},"ValueTransformer":{"__symbolic":"class","members":{"visitArray":[{"__symbolic":"method"}],"visitStringMap":[{"__symbolic":"method"}],"visitPrimitive":[{"__symbolic":"method"}],"visitOther":[{"__symbolic":"method"}]}},"SyncAsyncResult":{"__symbolic":"class","arity":1,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"error","message":"Could not resolve type","line":74,"character":33,"context":{"typeName":"T"}},{"__symbolic":"error","message":"Could not resolve type","line":74,"character":56,"context":{"typeName":"Promise"}}]}]}},"SyntaxError":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./facade/errors","name":"BaseError"}}}}]
[{"__symbolic":"module","version":3,"metadata":{"MODULE_SUFFIX":"","camelCaseToDashCase":{"__symbolic":"function","parameters":["input"],"value":{"__symbolic":"error","message":"Reference to a local symbol","line":11,"character":6,"context":{"name":"CAMEL_CASE_REGEXP"}}},"dashCaseToCamelCase":{"__symbolic":"function","parameters":["input"],"value":{"__symbolic":"error","message":"Reference to a local symbol","line":12,"character":6,"context":{"name":"DASH_CASE_REGEXP"}}},"splitAtColon":{"__symbolic":"function","parameters":["input","defaultValues"],"value":{"__symbolic":"error","message":"Reference to a non-exported function","line":30,"character":9,"context":{"name":"_splitAt"}}},"splitAtPeriod":{"__symbolic":"function","parameters":["input","defaultValues"],"value":{"__symbolic":"error","message":"Reference to a non-exported function","line":30,"character":9,"context":{"name":"_splitAt"}}},"visitValue":{"__symbolic":"function"},"ValueTransformer":{"__symbolic":"class","members":{"visitArray":[{"__symbolic":"method"}],"visitStringMap":[{"__symbolic":"method"}],"visitPrimitive":[{"__symbolic":"method"}],"visitOther":[{"__symbolic":"method"}]}},"SyncAsyncResult":{"__symbolic":"class","arity":1,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"error","message":"Could not resolve type","line":73,"character":33,"context":{"typeName":"T"}},{"__symbolic":"error","message":"Could not resolve type","line":73,"character":56,"context":{"typeName":"Promise"}}]}]}},"syntaxError":{"__symbolic":"function"},"isSyntaxError":{"__symbolic":"function","parameters":["error"],"value":{"__symbolic":"error","message":"Expression form not supported","line":89,"character":10}}}},{"__symbolic":"module","version":1,"metadata":{"MODULE_SUFFIX":"","camelCaseToDashCase":{"__symbolic":"function","parameters":["input"],"value":{"__symbolic":"error","message":"Reference to a local symbol","line":11,"character":6,"context":{"name":"CAMEL_CASE_REGEXP"}}},"dashCaseToCamelCase":{"__symbolic":"function","parameters":["input"],"value":{"__symbolic":"error","message":"Reference to a local symbol","line":12,"character":6,"context":{"name":"DASH_CASE_REGEXP"}}},"splitAtColon":{"__symbolic":"function","parameters":["input","defaultValues"],"value":{"__symbolic":"error","message":"Reference to a non-exported function","line":30,"character":9,"context":{"name":"_splitAt"}}},"splitAtPeriod":{"__symbolic":"function","parameters":["input","defaultValues"],"value":{"__symbolic":"error","message":"Reference to a non-exported function","line":30,"character":9,"context":{"name":"_splitAt"}}},"visitValue":{"__symbolic":"function"},"ValueTransformer":{"__symbolic":"class","members":{"visitArray":[{"__symbolic":"method"}],"visitStringMap":[{"__symbolic":"method"}],"visitPrimitive":[{"__symbolic":"method"}],"visitOther":[{"__symbolic":"method"}]}},"SyncAsyncResult":{"__symbolic":"class","arity":1,"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"error","message":"Could not resolve type","line":73,"character":33,"context":{"typeName":"T"}},{"__symbolic":"error","message":"Could not resolve type","line":73,"character":56,"context":{"typeName":"Promise"}}]}]}},"syntaxError":{"__symbolic":"function"},"isSyntaxError":{"__symbolic":"function","parameters":["error"],"value":{"__symbolic":"error","message":"Expression form not supported","line":89,"character":10}}}}]

@@ -8,2 +8,7 @@ /**

*/
/**
* @module
* @description
* Entry point for all public APIs of the common package.
*/
import { Version } from '@angular/core';

@@ -13,3 +18,3 @@ /**

*/
export var /** @type {?} */ VERSION = new Version('4.0.0-beta.6');
export var /** @type {?} */ VERSION = new Version('4.0.0-beta.7');
//# sourceMappingURL=version.js.map

@@ -1,1 +0,1 @@

[{"__symbolic":"module","version":3,"metadata":{"VERSION":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"Version"},"arguments":["4.0.0-beta.6"]}}},{"__symbolic":"module","version":1,"metadata":{"VERSION":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"Version"},"arguments":["4.0.0-beta.6"]}}}]
[{"__symbolic":"module","version":3,"metadata":{"VERSION":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"Version"},"arguments":["4.0.0-beta.7"]}}},{"__symbolic":"module","version":1,"metadata":{"VERSION":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"Version"},"arguments":["4.0.0-beta.7"]}}}]

@@ -26,3 +26,3 @@ /**

import { getPropertyInView, injectFromViewParentInjector } from './util';
export var CompileNode = (function () {
var CompileNode = (function () {
/**

@@ -52,2 +52,3 @@ * @param {?} parent

}());
export { CompileNode };
function CompileNode_tsickle_Closure_declarations() {

@@ -65,3 +66,3 @@ /** @type {?} */

}
export var CompileElement = (function (_super) {
var CompileElement = (function (_super) {
__extends(CompileElement, _super);

@@ -82,28 +83,28 @@ /**

function CompileElement(parent, view, nodeIndex, renderNode, sourceAst, component, _directives, _resolvedProvidersArray, hasViewContainer, hasEmbeddedView, references) {
var _this = this;
_super.call(this, parent, view, nodeIndex, renderNode, sourceAst);
this.component = component;
this._directives = _directives;
this._resolvedProvidersArray = _resolvedProvidersArray;
this.hasViewContainer = hasViewContainer;
this.hasEmbeddedView = hasEmbeddedView;
this.compViewExpr = null;
this.instances = new Map();
this.directiveWrapperInstance = new Map();
this._queryCount = 0;
this._queries = new Map();
this.contentNodesByNgContentIndex = null;
this.referenceTokens = {};
var _this = _super.call(this, parent, view, nodeIndex, renderNode, sourceAst) || this;
_this.component = component;
_this._directives = _directives;
_this._resolvedProvidersArray = _resolvedProvidersArray;
_this.hasViewContainer = hasViewContainer;
_this.hasEmbeddedView = hasEmbeddedView;
_this.compViewExpr = null;
_this.instances = new Map();
_this.directiveWrapperInstance = new Map();
_this._queryCount = 0;
_this._queries = new Map();
_this.contentNodesByNgContentIndex = null;
_this.referenceTokens = {};
references.forEach(function (ref) { return _this.referenceTokens[ref.name] = ref.value; });
this.elementRef =
o.importExpr(createIdentifier(Identifiers.ElementRef)).instantiate([this.renderNode]);
this.instances.set(resolveIdentifier(Identifiers.ElementRef), this.elementRef);
this.instances.set(resolveIdentifier(Identifiers.Injector), o.THIS_EXPR.callMethod('injector', [o.literal(this.nodeIndex)]));
this.instances.set(resolveIdentifier(Identifiers.Renderer), o.THIS_EXPR.prop('renderer'));
if (this.hasViewContainer || this.hasEmbeddedView) {
this._createViewContainer();
_this.elementRef =
o.importExpr(createIdentifier(Identifiers.ElementRef)).instantiate([_this.renderNode]);
_this.instances.set(resolveIdentifier(Identifiers.ElementRef), _this.elementRef);
_this.instances.set(resolveIdentifier(Identifiers.Injector), o.THIS_EXPR.callMethod('injector', [o.literal(_this.nodeIndex)]));
_this.instances.set(resolveIdentifier(Identifiers.Renderer), o.THIS_EXPR.prop('renderer'));
if (_this.hasViewContainer || _this.hasEmbeddedView) {
_this._createViewContainer();
}
if (this.component) {
this._createComponentFactoryResolver();
if (_this.component) {
_this._createComponentFactoryResolver();
}
return _this;
}

@@ -240,3 +241,3 @@ /**

});
var _loop_1 = function(i) {
var _loop_1 = function (i) {
var /** @type {?} */ directive = this_1._directives[i];

@@ -248,3 +249,3 @@ var /** @type {?} */ directiveInstance = this_1.instances.get(tokenReference(identifierToken(directive.type)));

for (var /** @type {?} */ i = 0; i < this._directives.length; i++) {
_loop_1(i);
_loop_1(/** @type {?} */ i);
}

@@ -412,2 +413,3 @@ Object.keys(this.referenceTokens).forEach(function (varName) {

}(CompileNode));
export { CompileElement };
function CompileElement_tsickle_Closure_declarations() {

@@ -414,0 +416,0 @@ /** @type {?} */

@@ -27,3 +27,3 @@ /**

var /** @type {?} */ NULL_DEBUG_STATE = new _DebugState(null, null);
export var CompileMethod = (function () {
var CompileMethod = (function () {
/**

@@ -93,3 +93,3 @@ * @param {?} _view

for (var _i = 0; _i < arguments.length; _i++) {
stmts[_i - 0] = arguments[_i];
stmts[_i] = arguments[_i];
}

@@ -125,2 +125,3 @@ this.addStmts(stmts);

}());
export { CompileMethod };
function CompileMethod_tsickle_Closure_declarations() {

@@ -127,0 +128,0 @@ /** @type {?} */

@@ -18,4 +18,4 @@ /**

constructor(view: CompileView, meta: CompilePipeSummary);
pure: boolean;
readonly pure: boolean;
private _call(callingView, args);
}

@@ -13,3 +13,3 @@ /**

import { getPropertyInView, injectFromViewParentInjector } from './util';
export var CompilePipe = (function () {
var CompilePipe = (function () {
/**

@@ -93,2 +93,3 @@ * @param {?} view

}());
export { CompilePipe };
function CompilePipe_tsickle_Closure_declarations() {

@@ -95,0 +96,0 @@ /** @type {?} */

@@ -30,3 +30,3 @@ /**

}
export var CompileQuery = (function () {
var CompileQuery = (function () {
/**

@@ -110,2 +110,3 @@ * @param {?} meta

}());
export { CompileQuery };
function CompileQuery_tsickle_Closure_declarations() {

@@ -112,0 +113,0 @@ /** @type {?} */

@@ -24,3 +24,3 @@ /**

CompileViewRootNodeType[CompileViewRootNodeType.NgContent] = "NgContent";
export var CompileViewRootNode = (function () {
var CompileViewRootNode = (function () {
/**

@@ -38,2 +38,3 @@ * @param {?} type

}());
export { CompileViewRootNode };
function CompileViewRootNode_tsickle_Closure_declarations() {

@@ -47,3 +48,3 @@ /** @type {?} */

}
export var CompileView = (function () {
var CompileView = (function () {
/**

@@ -167,2 +168,3 @@ * @param {?} component

}());
export { CompileView };
function CompileView_tsickle_Closure_declarations() {

@@ -169,0 +171,0 @@ /** @type {?} */

@@ -11,3 +11,3 @@ /**

import * as o from '../output/output_ast';
export var ViewTypeEnum = (function () {
var ViewTypeEnum = (function () {
function ViewTypeEnum() {

@@ -24,3 +24,4 @@ }

}());
export var ViewEncapsulationEnum = (function () {
export { ViewTypeEnum };
var ViewEncapsulationEnum = (function () {
function ViewEncapsulationEnum() {

@@ -37,3 +38,4 @@ }

}());
export var ChangeDetectorStatusEnum = (function () {
export { ViewEncapsulationEnum };
var ChangeDetectorStatusEnum = (function () {
function ChangeDetectorStatusEnum() {

@@ -50,11 +52,13 @@ }

}());
export var ViewConstructorVars = (function () {
export { ChangeDetectorStatusEnum };
var ViewConstructorVars = (function () {
function ViewConstructorVars() {
}
ViewConstructorVars.viewUtils = o.variable('viewUtils');
ViewConstructorVars.parentView = o.variable('parentView');
ViewConstructorVars.parentIndex = o.variable('parentIndex');
ViewConstructorVars.parentElement = o.variable('parentElement');
return ViewConstructorVars;
}());
export { ViewConstructorVars };
ViewConstructorVars.viewUtils = o.variable('viewUtils');
ViewConstructorVars.parentView = o.variable('parentView');
ViewConstructorVars.parentIndex = o.variable('parentIndex');
ViewConstructorVars.parentElement = o.variable('parentElement');
function ViewConstructorVars_tsickle_Closure_declarations() {

@@ -70,10 +74,11 @@ /** @type {?} */

}
export var ViewProperties = (function () {
var ViewProperties = (function () {
function ViewProperties() {
}
ViewProperties.renderer = o.THIS_EXPR.prop('renderer');
ViewProperties.viewUtils = o.THIS_EXPR.prop('viewUtils');
ViewProperties.throwOnChange = o.THIS_EXPR.prop('throwOnChange');
return ViewProperties;
}());
export { ViewProperties };
ViewProperties.renderer = o.THIS_EXPR.prop('renderer');
ViewProperties.viewUtils = o.THIS_EXPR.prop('viewUtils');
ViewProperties.throwOnChange = o.THIS_EXPR.prop('throwOnChange');
function ViewProperties_tsickle_Closure_declarations() {

@@ -87,10 +92,11 @@ /** @type {?} */

}
export var InjectMethodVars = (function () {
var InjectMethodVars = (function () {
function InjectMethodVars() {
}
InjectMethodVars.token = o.variable('token');
InjectMethodVars.requestNodeIndex = o.variable('requestNodeIndex');
InjectMethodVars.notFoundResult = o.variable('notFoundResult');
return InjectMethodVars;
}());
export { InjectMethodVars };
InjectMethodVars.token = o.variable('token');
InjectMethodVars.requestNodeIndex = o.variable('requestNodeIndex');
InjectMethodVars.notFoundResult = o.variable('notFoundResult');
function InjectMethodVars_tsickle_Closure_declarations() {

@@ -97,0 +103,0 @@ /** @type {?} */

@@ -5,3 +5,3 @@ /**

*/
export var ComponentViewDependency = (function () {
var ComponentViewDependency = (function () {
/**

@@ -15,2 +15,3 @@ * @param {?} compType

}());
export { ComponentViewDependency };
function ComponentViewDependency_tsickle_Closure_declarations() {

@@ -24,3 +25,3 @@ /** @type {?} */

*/
export var ComponentFactoryDependency = (function () {
var ComponentFactoryDependency = (function () {
/**

@@ -34,2 +35,3 @@ * @param {?} compType

}());
export { ComponentFactoryDependency };
function ComponentFactoryDependency_tsickle_Closure_declarations() {

@@ -43,3 +45,3 @@ /** @type {?} */

*/
export var DirectiveWrapperDependency = (function () {
var DirectiveWrapperDependency = (function () {
/**

@@ -53,2 +55,3 @@ * @param {?} dirType

}());
export { DirectiveWrapperDependency };
function DirectiveWrapperDependency_tsickle_Closure_declarations() {

@@ -55,0 +58,0 @@ /** @type {?} */

@@ -46,5 +46,6 @@ /**

function _ReplaceViewTransformer(_viewExpr, _view) {
_super.call(this);
this._viewExpr = _viewExpr;
this._view = _view;
var _this = _super.call(this) || this;
_this._viewExpr = _viewExpr;
_this._view = _view;
return _this;
}

@@ -51,0 +52,0 @@ /**

@@ -25,3 +25,3 @@ /**

export { ComponentFactoryDependency, ComponentViewDependency, DirectiveWrapperDependency } from './deps';
export var ViewCompileResult = (function () {
var ViewCompileResult = (function () {
/**

@@ -39,2 +39,3 @@ * @param {?} statements

}());
export { ViewCompileResult };
function ViewCompileResult_tsickle_Closure_declarations() {

@@ -48,3 +49,3 @@ /** @type {?} */

}
export var ViewCompiler = (function () {
var ViewCompiler = (function () {
/**

@@ -77,8 +78,10 @@ * @param {?} _genConfig

};
ViewCompiler = __decorate([
CompilerInjectable(),
__metadata('design:paramtypes', [CompilerConfig, ElementSchemaRegistry])
], ViewCompiler);
return ViewCompiler;
}());
ViewCompiler = __decorate([
CompilerInjectable(),
__metadata("design:paramtypes", [CompilerConfig,
ElementSchemaRegistry])
], ViewCompiler);
export { ViewCompiler };
function ViewCompiler_tsickle_Closure_declarations() {

@@ -85,0 +88,0 @@ /** @type {?} */

@@ -24,3 +24,3 @@ /**

constructor(_injector: Injector);
private _compiler;
private readonly _compiler;
private _clearCacheFor(component);

@@ -27,0 +27,0 @@ resolve(type: Type<any>, throwIfNotFound?: boolean): Directive;

@@ -6,2 +6,9 @@ var __extends = (this && this.__extends) || function (d, b) {

};
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { DirectiveResolver } from '@angular/compiler';

@@ -14,13 +21,14 @@ import { Compiler, Component, Directive, Injectable, Injector, resolveForwardRef } from '@angular/core';

*/
export var MockDirectiveResolver = (function (_super) {
var MockDirectiveResolver = (function (_super) {
__extends(MockDirectiveResolver, _super);
function MockDirectiveResolver(_injector) {
_super.call(this);
this._injector = _injector;
this._directives = new Map();
this._providerOverrides = new Map();
this._viewProviderOverrides = new Map();
this._views = new Map();
this._inlineTemplates = new Map();
this._animations = new Map();
var _this = _super.call(this) || this;
_this._injector = _injector;
_this._directives = new Map();
_this._providerOverrides = new Map();
_this._viewProviderOverrides = new Map();
_this._views = new Map();
_this._inlineTemplates = new Map();
_this._animations = new Map();
return _this;
}

@@ -136,11 +144,12 @@ Object.defineProperty(MockDirectiveResolver.prototype, "_compiler", {

};
MockDirectiveResolver.decorators = [
{ type: Injectable },
];
/** @nocollapse */
MockDirectiveResolver.ctorParameters = function () { return [
{ type: Injector, },
]; };
return MockDirectiveResolver;
}(DirectiveResolver));
export { MockDirectiveResolver };
MockDirectiveResolver.decorators = [
{ type: Injectable },
];
/** @nocollapse */
MockDirectiveResolver.ctorParameters = function () { return [
{ type: Injector, },
]; };
function flattenArray(tree, out) {

@@ -147,0 +156,0 @@ if (!isPresent(tree))

@@ -1,2 +0,1 @@

/**

@@ -3,0 +2,0 @@ * @license

@@ -64,3 +64,3 @@ /**

}
export var NumberWrapper = (function () {
var NumberWrapper = (function () {
function NumberWrapper() {

@@ -78,2 +78,3 @@ }

}());
export { NumberWrapper };
// JS has NaN !== NaN

@@ -80,0 +81,0 @@ export function looseIdentical(a, b) {

@@ -46,3 +46,3 @@ /**

constructor(_compiler: JitCompiler, _directiveResolver: MockDirectiveResolver, _pipeResolver: MockPipeResolver, _moduleResolver: MockNgModuleResolver);
injector: Injector;
readonly injector: Injector;
compileModuleSync<T>(moduleType: Type<T>): NgModuleFactory<T>;

@@ -49,0 +49,0 @@ compileModuleAsync<T>(moduleType: Type<T>): Promise<NgModuleFactory<T>>;

@@ -34,3 +34,3 @@ /**

import { MetadataOverrider } from './metadata_overrider';
export var TestingCompilerFactoryImpl = (function () {
var TestingCompilerFactoryImpl = (function () {
function TestingCompilerFactoryImpl(_compilerFactory) {

@@ -43,12 +43,13 @@ this._compilerFactory = _compilerFactory;

};
TestingCompilerFactoryImpl.decorators = [
{ type: Injectable },
];
/** @nocollapse */
TestingCompilerFactoryImpl.ctorParameters = function () { return [
{ type: CompilerFactory, },
]; };
return TestingCompilerFactoryImpl;
}());
export var TestingCompilerImpl = (function () {
export { TestingCompilerFactoryImpl };
TestingCompilerFactoryImpl.decorators = [
{ type: Injectable },
];
/** @nocollapse */
TestingCompilerFactoryImpl.ctorParameters = function () { return [
{ type: CompilerFactory, },
]; };
var TestingCompilerImpl = (function () {
function TestingCompilerImpl(_compiler, _directiveResolver, _pipeResolver, _moduleResolver) {

@@ -101,2 +102,3 @@ this._compiler = _compiler;

}());
export { TestingCompilerImpl };
/**

@@ -103,0 +105,0 @@ * Platform for dynamic tests

@@ -10,3 +10,3 @@ /**

var _nextReferenceId = 0;
export var MetadataOverrider = (function () {
var MetadataOverrider = (function () {
function MetadataOverrider() {

@@ -40,5 +40,6 @@ this._references = new Map();

}());
export { MetadataOverrider };
function removeMetadata(metadata, remove, references) {
var removeObjects = new Set();
var _loop_1 = function(prop) {
var _loop_1 = function (prop) {
var removeValue = remove[prop];

@@ -55,3 +56,3 @@ if (removeValue instanceof Array) {

}
var _loop_2 = function(prop) {
var _loop_2 = function (prop) {
var propValue = metadata[prop];

@@ -58,0 +59,0 @@ if (propValue instanceof Array) {

@@ -25,4 +25,4 @@ /**

resolve(type: Type<any>, throwIfNotFound?: boolean): NgModule;
private _compiler;
private readonly _compiler;
private _clearCacheFor(component);
}

@@ -15,8 +15,9 @@ /**

import { Compiler, Injectable, Injector } from '@angular/core';
export var MockNgModuleResolver = (function (_super) {
var MockNgModuleResolver = (function (_super) {
__extends(MockNgModuleResolver, _super);
function MockNgModuleResolver(_injector) {
_super.call(this);
this._injector = _injector;
this._ngModules = new Map();
var _this = _super.call(this) || this;
_this._injector = _injector;
_this._ngModules = new Map();
return _this;
}

@@ -46,11 +47,12 @@ /**

MockNgModuleResolver.prototype._clearCacheFor = function (component) { this._compiler.clearCacheFor(component); };
MockNgModuleResolver.decorators = [
{ type: Injectable },
];
/** @nocollapse */
MockNgModuleResolver.ctorParameters = function () { return [
{ type: Injector, },
]; };
return MockNgModuleResolver;
}(NgModuleResolver));
export { MockNgModuleResolver };
MockNgModuleResolver.decorators = [
{ type: Injectable },
];
/** @nocollapse */
MockNgModuleResolver.ctorParameters = function () { return [
{ type: Injector, },
]; };
//# sourceMappingURL=ng_module_resolver_mock.js.map

@@ -14,3 +14,3 @@ /**

constructor(_injector: Injector);
private _compiler;
private readonly _compiler;
private _clearCacheFor(pipe);

@@ -17,0 +17,0 @@ /**

@@ -15,8 +15,9 @@ /**

import { Compiler, Injectable, Injector } from '@angular/core';
export var MockPipeResolver = (function (_super) {
var MockPipeResolver = (function (_super) {
__extends(MockPipeResolver, _super);
function MockPipeResolver(_injector) {
_super.call(this);
this._injector = _injector;
this._pipes = new Map();
var _this = _super.call(this) || this;
_this._injector = _injector;
_this._pipes = new Map();
return _this;
}

@@ -50,11 +51,12 @@ Object.defineProperty(MockPipeResolver.prototype, "_compiler", {

};
MockPipeResolver.decorators = [
{ type: Injectable },
];
/** @nocollapse */
MockPipeResolver.ctorParameters = function () { return [
{ type: Injector, },
]; };
return MockPipeResolver;
}(PipeResolver));
export { MockPipeResolver };
MockPipeResolver.decorators = [
{ type: Injectable },
];
/** @nocollapse */
MockPipeResolver.ctorParameters = function () { return [
{ type: Injector, },
]; };
//# sourceMappingURL=pipe_resolver_mock.js.map

@@ -9,3 +9,3 @@ /**

import { SecurityContext } from '@angular/core';
export var MockSchemaRegistry = (function () {
var MockSchemaRegistry = (function () {
function MockSchemaRegistry(existingProperties, attrPropMapping, existingElements, invalidProperties, invalidAttributes) {

@@ -57,2 +57,3 @@ this.existingProperties = existingProperties;

}());
export { MockSchemaRegistry };
//# sourceMappingURL=schema_registry_mock.js.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc