You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/SAVED_REPLIES.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Thanks for reporting this issue. However, this issue is a duplicate of #<ISSUE_N
29
29
## Angular CLI: Insufficient Information Provided (v1)
30
30
31
31
```
32
-
Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. Please check out [our submission guidelines](https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-submitting-an-issue) to understand why we can't act on issues that are lacking important information.
32
+
Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. Please check out [our submission guidelines](https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-submitting-an-issue) to understand why we can't act on issues that are lacking important information.
33
33
34
34
If the problem persists, please file a new issue and ensure you provide all of the required information when filling out the issue template.
35
35
```
@@ -55,7 +55,7 @@ I'm sorry, but we can't reproduce the problem following the instructions you pro
55
55
Remember that we have a large number of issues to resolve, and have only a limited amount of time to reproduce your issue.
56
56
Short, explicit instructions make it much more likely we'll be able to reproduce the problem so we can fix it.
57
57
58
-
If the problem persists, please open a new issue following [our submission guidelines](https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-submitting-an-issue).
58
+
If the problem persists, please open a new issue following [our submission guidelines](https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-submitting-an-issue).
59
59
60
60
A good way to make a minimal repro is to create a new app via `ng new repro-app` and adding the minimum possible code to show the problem. Then you can push this repository to github and link it here.
61
61
```
@@ -73,7 +73,7 @@ If the problem persists after upgrading, please open a new issue, provide a simp
73
73
```
74
74
Hello, we reviewed this issue and determined that it doesn't fall into the bug report or feature request category. This issue tracker is not suitable for support requests, please repost your issue on [StackOverflow](http://stackoverflow.com/) using tag `angular-cli`.
75
75
76
-
If you are wondering why we don't resolve support issues via the issue tracker, please [check out this explanation](https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-got-a-question-or-problem).
76
+
If you are wondering why we don't resolve support issues via the issue tracker, please [check out this explanation](https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-got-a-question-or-problem).
Copy file name to clipboardExpand all lines: docs/DEVELOPER.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ There are two different test suites which can be run locally:
78
78
- Run a subset of the tests, use the full Bazel target example: `yarn bazel test //packages/schematics/angular:angular_test`
79
79
- For a complete list of test targets use the following Bazel query: `yarn bazel query "tests(//packages/...)"`
80
80
81
-
You can find more info about debugging [tests with Bazel in the docs.](https://github.com/angular/angular-cli/blob/master/docs/process/bazel.md#debugging-jasmine_node_test)
81
+
You can find more info about debugging [tests with Bazel in the docs.](https://github.com/angular/angular-cli/blob/main/docs/process/bazel.md#debugging-jasmine_node_test)
@@ -128,7 +128,7 @@ We also use Terser's mangling, by which names, but not properties, are renamed t
128
128
The main characteristics of Terser to keep in mind is that it operates via static analysis and does not support the indirection introduced by module loading.
129
129
Thus the rest of the pipeline is directed towards providing Terser with code that can be removed via static analysis in large single modules scopes.
130
130
131
-
To this end we developed [@angular-devkit/build-optimizer](https://github.com/angular/angular-cli/tree/master/packages/angular_devkit/build_optimizer), a post-processing tool for TS code.
131
+
To this end we developed [@angular-devkit/build-optimizer](https://github.com/angular/angular-cli/tree/main/packages/angular_devkit/build_optimizer), a post-processing tool for TS code.
132
132
Build Optimizer searches for code patterns produced by the TypeScript and Angular compiler that are known to inhibit dead code elimination, and converts them into equivalent structures that enable it instead (the link above contains some examples).
133
133
It also adds Terser [annotations](https://github.com/terser/terser#annotations) marking top-level functions as free from side effects for libraries that have the `sideEffects` flag set to false in `package.json`.
Copy file name to clipboardExpand all lines: docs/process/release.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The caretaker should triage issues, merge PR, and sheppard the release.
14
14
Caretaker calendar can be found [here](https://calendar.google.com/calendar/embed?src=angular.io_jf53juok1lhpm84hv6bo6fmgbc%40group.calendar.google.com&ctz=America%2FLos_Angeles).
15
15
16
16
Each shift consists of two caretakers. The primary caretaker is responsible for
17
-
merging PRs to master and patch whereas the secondary caretaker is responsible
17
+
merging PRs to `main` and patch whereas the secondary caretaker is responsible
18
18
for the release. Primary-secondary pairs are as follows:
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/test/hello-world-app/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,4 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
24
24
25
25
## Further help
26
26
27
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
27
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/main/README.md).
Copy file name to clipboardExpand all lines: packages/angular_devkit/schematics/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ What distinguishes Schematics from other generators, such as Yeoman or Yarn Crea
23
23
24
24
# Tooling
25
25
26
-
Schematics is a library, and does not work by itself. A [reference CLI](https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/schematics_cli/bin/schematics.ts) is available on this repository, and is published on NPM at [@angular-devkit/schematics-cli](https://www.npmjs.com/package/@angular-devkit/schematics-cli). This document explains the library usage and the tooling API, but does not go into the tool implementation itself.
26
+
Schematics is a library, and does not work by itself. A [reference CLI](https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/schematics_cli/bin/schematics.ts) is available on this repository, and is published on NPM at [@angular-devkit/schematics-cli](https://www.npmjs.com/package/@angular-devkit/schematics-cli). This document explains the library usage and the tooling API, but does not go into the tool implementation itself.
27
27
28
28
The tooling is responsible for the following tasks:
0 commit comments