Skip to content

Commit

Permalink
00128e3853 fix(core): drop mutate function from the signals public AP…
Browse files Browse the repository at this point in the history
…I (#51821) (#51986)
  • Loading branch information
atscott committed Oct 6, 2023
1 parent 88c239f commit 1bb3047
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 @@
Fri Oct 6 20:10:45 UTC 2023
2e16b0e0ea742db85f29bd7431e971b4a9012144
Fri Oct 6 22:18:30 UTC 2023
00128e38538f12fe9bc72ede9b55149e0be5ead0
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.7+sha-2e16b0e
* @license Angular v17.0.0-next.7+sha-00128e3
* Copyright Google LLC All Rights Reserved.
* License: MIT
*/
Expand Down Expand Up @@ -28962,7 +28962,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.7+sha-2e16b0e');
new Version('17.0.0-next.7+sha-00128e3');

/**
* @license
Expand Down Expand Up @@ -29076,7 +29076,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.7+sha-2e16b0e'));
definitionMap.set('version', literal$1('17.0.0-next.7+sha-00128e3'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('decorators', metadata.decorators);
Expand Down Expand Up @@ -29198,7 +29198,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
// in 16.1 is actually used.
const minVersion = hasTransformFunctions ? MINIMUM_PARTIAL_LINKER_VERSION$5 : '14.0.0';
definitionMap.set('minVersion', literal$1(minVersion));
definitionMap.set('version', literal$1('17.0.0-next.7+sha-2e16b0e'));
definitionMap.set('version', literal$1('17.0.0-next.7+sha-00128e3'));
// e.g. `type: MyDirective`
definitionMap.set('type', meta.type.value);
if (meta.isStandalone) {
Expand Down Expand Up @@ -29486,7 +29486,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.7+sha-2e16b0e'));
definitionMap.set('version', literal$1('17.0.0-next.7+sha-00128e3'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('deps', compileDependencies(meta.deps));
Expand Down Expand Up @@ -29528,7 +29528,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.7+sha-2e16b0e'));
definitionMap.set('version', literal$1('17.0.0-next.7+sha-00128e3'));
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 @@ -29586,7 +29586,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.7+sha-2e16b0e'));
definitionMap.set('version', literal$1('17.0.0-next.7+sha-00128e3'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('providers', meta.providers);
Expand Down Expand Up @@ -29626,7 +29626,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.7+sha-2e16b0e'));
definitionMap.set('version', literal$1('17.0.0-next.7+sha-00128e3'));
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 @@ -29684,7 +29684,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.7+sha-2e16b0e'));
definitionMap.set('version', literal$1('17.0.0-next.7+sha-00128e3'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
// e.g. `type: MyPipe`
definitionMap.set('type', meta.type.value);
Expand Down Expand Up @@ -29719,7 +29719,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.7+sha-2e16b0e');
new Version('17.0.0-next.7+sha-00128e3');

/**
* @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.7+sha-2e16b0e",
"version": "17.0.0-next.7+sha-00128e3",
"description": "Angular - language services",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 1bb3047

Please sign in to comment.