Skip to content

Commit 93172d9

Browse files
0f1c718 docs: capitalize webpack with a lowercase W (#56812)
1 parent dc7412d commit 93172d9

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Tue Nov 26 20:13:07 UTC 2024
2-
fcccb4d5b80cdd985971396f720f7ab20293c02e
1+
Tue Nov 26 22:29:27 UTC 2024
2+
0f1c71869e522f5a49edba80ba660c231f62a3e6

bundles/chunk-P6YTDBL7.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

linker/src/file_linker/partial_linkers/util.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
99
import { AstObject, AstValue } from '../../ast/ast_value';
10-
export declare const PLACEHOLDER_VERSION = "19.1.0-next.0+sha-fcccb4d";
10+
export declare const PLACEHOLDER_VERSION = "19.1.0-next.0+sha-0f1c718";
1111
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
1212
/**
1313
* Parses the value of an enum from the AST value's symbol name.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/compiler-cli",
3-
"version": "19.1.0-next.0+sha-fcccb4d",
3+
"version": "19.1.0-next.0+sha-0f1c718",
44
"description": "Angular - the compiler CLI for Node.js",
55
"typings": "index.d.ts",
66
"bin": {
@@ -53,7 +53,7 @@
5353
"yargs": "^17.2.1"
5454
},
5555
"peerDependencies": {
56-
"@angular/compiler": "19.1.0-next.0+sha-fcccb4d",
56+
"@angular/compiler": "19.1.0-next.0+sha-0f1c718",
5757
"typescript": ">=5.5 <5.8"
5858
},
5959
"repository": {

src/ngtsc/imports/src/patch_alias_reference_resolution.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export type AliasImportDeclaration = ts.ImportSpecifier | ts.NamespaceImport | t
2929
* results in a slow-down due to the type checker being involved multiple times. The CLI worked
3030
* around this import preserving issue by having another complex post-process step that detects and
3131
* elides unused imports. Note that these unused imports could cause unused chunks being generated
32-
* by Webpack if the application or library is not marked as side-effect free.
32+
* by webpack if the application or library is not marked as side-effect free.
3333
*
3434
* This is not ideal though, as we basically re-implement the complex import usage resolution
3535
* from TypeScript. We can do better by letting TypeScript do the import eliding, but providing

0 commit comments

Comments
 (0)