Skip to content

Commit

Permalink
17c6ad7775 docs: Add usage information to HttpInterceptorFn (#51236)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Aug 15, 2023
1 parent d017a68 commit cfe036b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Tue 15 Aug 2023 05:05:42 PM UTC
83b708203ee4585f14edfbf9f852935e6b2a1b4f
Tue 15 Aug 2023 05:18:59 PM UTC
17c6ad77755cb56faada5fbcd989fc05452046f6
20 changes: 10 additions & 10 deletions bundles/language-service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* @license Angular v17.0.0-next.0+sha-83b7082
* @license Angular v17.0.0-next.0+sha-17c6ad7
* Copyright Google LLC All Rights Reserved.
* License: MIT
*/
Expand Down Expand Up @@ -22584,7 +22584,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
* 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
*/
new Version('17.0.0-next.0+sha-83b7082');
new Version('17.0.0-next.0+sha-17c6ad7');

/**
* @license
Expand Down Expand Up @@ -23293,7 +23293,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
function compileDeclareClassMetadata(metadata) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-83b7082'));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-17c6ad7'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('decorators', metadata.decorators);
Expand Down Expand Up @@ -23410,7 +23410,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
function createDirectiveDefinitionMap(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-83b7082'));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-17c6ad7'));
// e.g. `type: MyDirective`
definitionMap.set('type', meta.type.value);
if (meta.isStandalone) {
Expand Down Expand Up @@ -23652,7 +23652,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
function compileDeclareFactoryFunction(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-83b7082'));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-17c6ad7'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('deps', compileDependencies(meta.deps));
Expand Down Expand Up @@ -23694,7 +23694,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
function createInjectableDefinitionMap(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-83b7082'));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-17c6ad7'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
// Only generate providedIn property if it has a non-null value
Expand Down Expand Up @@ -23752,7 +23752,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
function createInjectorDefinitionMap(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-83b7082'));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-17c6ad7'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('providers', meta.providers);
Expand Down Expand Up @@ -23792,7 +23792,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
}
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-83b7082'));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-17c6ad7'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
// We only generate the keys in the metadata if the arrays contain values.
Expand Down Expand Up @@ -23850,7 +23850,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
function createPipeDefinitionMap(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-83b7082'));
definitionMap.set('version', literal$1('17.0.0-next.0+sha-17c6ad7'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
// e.g. `type: MyPipe`
definitionMap.set('type', meta.type.value);
Expand Down Expand Up @@ -23885,7 +23885,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
* 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
*/
new Version('17.0.0-next.0+sha-83b7082');
new Version('17.0.0-next.0+sha-17c6ad7');

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/language-service",
"version": "17.0.0-next.0+sha-83b7082",
"version": "17.0.0-next.0+sha-17c6ad7",
"description": "Angular - language services",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit cfe036b

Please sign in to comment.