Skip to content

Commit 0fca0b7

Browse files
committed
18ce58c2b refactor(language-service): cleanup tests for Hover (#32378)
1 parent 0f041f1 commit 0fca0b7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

BUILD_INFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Aug 29 00:44:34 UTC 2019
2-
97fc45f32a3e0a091636016bf863fd147105178c
1+
Thu Aug 29 00:45:26 UTC 2019
2+
18ce58c2bc3551781addaa0b32a607d5269a4e44

ngcc/src/packages/build_marker.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
import { AbsoluteFsPath, FileSystem } from '../../../src/ngtsc/file_system';
1010
import { EntryPointJsonProperty, EntryPointPackageJson } from './entry_point';
11-
export declare const NGCC_VERSION = "9.0.0-next.4+17.sha-97fc45f.with-local-changes";
11+
export declare const NGCC_VERSION = "9.0.0-next.4+21.sha-18ce58c.with-local-changes";
1212
/**
1313
* Check whether ngcc has already processed a given entry-point format.
1414
*

ngcc/src/packages/build_marker.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/compiler-cli",
3-
"version": "9.0.0-next.4+17.sha-97fc45f.with-local-changes",
3+
"version": "9.0.0-next.4+21.sha-18ce58c.with-local-changes",
44
"description": "Angular - the compiler CLI for Node.js",
55
"main": "index.js",
66
"typings": "index.d.ts",
@@ -22,7 +22,7 @@
2222
"yargs": "13.1.0"
2323
},
2424
"peerDependencies": {
25-
"@angular/compiler": "9.0.0-next.4+17.sha-97fc45f.with-local-changes",
25+
"@angular/compiler": "9.0.0-next.4+21.sha-18ce58c.with-local-changes",
2626
"typescript": ">=3.4 <3.6"
2727
},
2828
"engines": {

src/version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)