@angular/core
Advanced tools
Comparing version 19.0.0-next.3 to 19.0.0-next.4
{ | ||
"name": "@angular/core", | ||
"version": "19.0.0-next.3", | ||
"version": "19.0.0-next.4", | ||
"description": "Angular - the core framework", | ||
@@ -5,0 +5,0 @@ "author": "angular", |
/** | ||
* @license Angular v19.0.0-next.3 | ||
* @license Angular v19.0.0-next.4 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.0.0-next.3 | ||
* @license Angular v19.0.0-next.4 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.0.0-next.3 | ||
* @license Angular v19.0.0-next.4 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
'use strict'; | ||
/** | ||
* @license Angular v19.0.0-next.3 | ||
* @license Angular v19.0.0-next.4 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -13,5 +13,6 @@ * License: MIT | ||
var p = require('path'); | ||
var compiler_host = require('./compiler_host-bbb5d8fd.js'); | ||
var compiler_host = require('./compiler_host-ca7ba733.js'); | ||
var ts = require('typescript'); | ||
var nodes = require('./nodes-ddfa1613.js'); | ||
var nodes = require('./nodes-0e7d45ca.js'); | ||
var imports = require('./imports-4ac08251.js'); | ||
require('os'); | ||
@@ -57,3 +58,3 @@ require('fs'); | ||
function analyzeFile(sourceFile, localTypeChecker) { | ||
const coreSpecifiers = nodes.getNamedImports(sourceFile, '@angular/core'); | ||
const coreSpecifiers = imports.getNamedImports(sourceFile, '@angular/core'); | ||
// Exit early if there are no Angular imports. | ||
@@ -753,3 +754,3 @@ if (coreSpecifiers === null || coreSpecifiers.elements.length === 0) { | ||
firstArg.arguments.length === 1) { | ||
const callImport = nodes.getImportOfIdentifier(localTypeChecker, firstArg.expression); | ||
const callImport = imports.getImportOfIdentifier(localTypeChecker, firstArg.expression); | ||
const arrowFn = firstArg.arguments[0]; | ||
@@ -756,0 +757,0 @@ // If the first parameter is a `forwardRef`, unwrap it for a more |
'use strict'; | ||
/** | ||
* @license Angular v19.0.0-next.3 | ||
* @license Angular v19.0.0-next.4 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -5,0 +5,0 @@ * License: MIT |
'use strict'; | ||
/** | ||
* @license Angular v19.0.0-next.3 | ||
* @license Angular v19.0.0-next.4 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -14,3 +14,3 @@ * License: MIT | ||
var p = require('path'); | ||
var compiler_host = require('./compiler_host-bbb5d8fd.js'); | ||
var compiler_host = require('./compiler_host-ca7ba733.js'); | ||
var project_tsconfig_paths = require('./project_tsconfig_paths-e9ccccbf.js'); | ||
@@ -17,0 +17,0 @@ var ts = require('typescript'); |
{ | ||
"schematics": {} | ||
"schematics": { | ||
"explicit-standalone-flag": { | ||
"version": "19.0.0", | ||
"description": "Updates non-standalone Directives, Component and Pipes to standalone:false", | ||
"factory": "./bundles/explicit-standalone-flag#migrate" | ||
} | ||
} | ||
} |
/** | ||
* @license Angular v19.0.0-next.3 | ||
* @license Angular v19.0.0-next.4 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
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 too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9130135
34
132117
0
13