Skip to content

Commit

Permalink
5cbcb56 build(bazel): update bazel integration test to test secondary…
Browse files Browse the repository at this point in the history
… angular imports such as @angular/common/http (#24170)
  • Loading branch information
vicb committed Jun 1, 2018
1 parent c045a54 commit dfa3295
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
@@ -1,2 +1,2 @@
Fri Jun 1 17:29:29 UTC 2018
08f943a1f3dd74ad9475cb33d8f225392404f66e
Fri Jun 1 21:04:33 UTC 2018
5cbcb5680b950ece39521579da6f6a2734e27e5c
2 changes: 1 addition & 1 deletion bundles/compiler-testing.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/compiler-testing.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/compiler-testing.umd.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bundles/compiler.umd.js
@@ -1,5 +1,5 @@
/**
* @license Angular v6.0.0-rc.5+296.sha-08f943a
* @license Angular v6.0.0-rc.5+298.sha-5cbcb56
* (c) 2010-2018 Google, Inc. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -1221,7 +1221,7 @@ var Version = /** @class */ (function () {
* @description
* Entry point for all public APIs of the common package.
*/
var VERSION = new Version('6.0.0-rc.5+296.sha-08f943a');
var VERSION = new Version('6.0.0-rc.5+298.sha-5cbcb56');

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion bundles/compiler.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bundles/compiler.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/compiler.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm2015/src/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion esm5/src/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fesm2015/compiler.js
@@ -1,5 +1,5 @@
/**
* @license Angular v6.0.0-rc.5+296.sha-08f943a
* @license Angular v6.0.0-rc.5+298.sha-5cbcb56
* (c) 2010-2018 Google, Inc. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -1089,7 +1089,7 @@ class Version {
* @description
* Entry point for all public APIs of the common package.
*/
const VERSION = new Version('6.0.0-rc.5+296.sha-08f943a');
const VERSION = new Version('6.0.0-rc.5+298.sha-5cbcb56');

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion fesm2015/compiler.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fesm2015/testing.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fesm5/compiler.js
@@ -1,5 +1,5 @@
/**
* @license Angular v6.0.0-rc.5+296.sha-08f943a
* @license Angular v6.0.0-rc.5+298.sha-5cbcb56
* (c) 2010-2018 Google, Inc. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -1135,7 +1135,7 @@ var Version = /** @class */ (function () {
* @description
* Entry point for all public APIs of the common package.
*/
var VERSION = new Version('6.0.0-rc.5+296.sha-08f943a');
var VERSION = new Version('6.0.0-rc.5+298.sha-5cbcb56');

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion fesm5/compiler.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fesm5/testing.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@angular/compiler",
"version": "6.0.0-rc.5+296.sha-08f943a",
"version": "6.0.0-rc.5+298.sha-5cbcb56",
"description": "Angular - the compiler library",
"main": "./bundles/compiler.umd.js",
"module": "./fesm5/compiler.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testing.d.ts
@@ -1,5 +1,5 @@
/**
* @license Angular v6.0.0-rc.5+296.sha-08f943a
* @license Angular v6.0.0-rc.5+298.sha-5cbcb56
* (c) 2010-2018 Google, Inc. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion testing.metadata.json
@@ -1 +1 @@
{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./testing/testing"}],"flatModuleIndexRedirect":true}
{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./testing/testing"}],"flatModuleIndexRedirect":true,"importAs":"@angular/compiler/testing"}

0 comments on commit dfa3295

Please sign in to comment.