Skip to content

Commit 6734768

Browse files
4f94bd7 build: update yarn to 1.22.22 (#58448)
1 parent 2634450 commit 6734768

20 files changed

+51
-51
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Oct 31 17:17:25 UTC 2024
2-
89db5f734d2fdb3a2e96e903b572b7de9702e818
1+
Thu Oct 31 18:12:35 UTC 2024
2+
4f94bd782db790fa1c60440b1b452c4e4e698e28
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8248,22 +8248,6 @@ var Mappings = class {
82488248
let first = true;
82498249
let charInHiresBoundary = false;
82508250
while (originalCharIndex < chunk.end) {
8251-
if (this.hires || first || sourcemapLocations.has(originalCharIndex)) {
8252-
const segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];
8253-
if (this.hires === "boundary") {
8254-
if (wordRegex.test(original[originalCharIndex])) {
8255-
if (!charInHiresBoundary) {
8256-
this.rawSegments.push(segment);
8257-
charInHiresBoundary = true;
8258-
}
8259-
} else {
8260-
this.rawSegments.push(segment);
8261-
charInHiresBoundary = false;
8262-
}
8263-
} else {
8264-
this.rawSegments.push(segment);
8265-
}
8266-
}
82678251
if (original[originalCharIndex] === "\n") {
82688252
loc.line += 1;
82698253
loc.column = 0;
@@ -8272,6 +8256,22 @@ var Mappings = class {
82728256
this.generatedCodeColumn = 0;
82738257
first = true;
82748258
} else {
8259+
if (this.hires || first || sourcemapLocations.has(originalCharIndex)) {
8260+
const segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];
8261+
if (this.hires === "boundary") {
8262+
if (wordRegex.test(original[originalCharIndex])) {
8263+
if (!charInHiresBoundary) {
8264+
this.rawSegments.push(segment);
8265+
charInHiresBoundary = true;
8266+
}
8267+
} else {
8268+
this.rawSegments.push(segment);
8269+
charInHiresBoundary = false;
8270+
}
8271+
} else {
8272+
this.rawSegments.push(segment);
8273+
}
8274+
}
82758275
loc.column += 1;
82768276
this.generatedCodeColumn += 1;
82778277
first = false;
@@ -15385,4 +15385,4 @@ export {
1538515385
* Use of this source code is governed by an MIT-style license that can be
1538615386
* found in the LICENSE file at https://angular.dev/license
1538715387
*/
15388-
//# sourceMappingURL=chunk-CYVDTEQ3.js.map
15388+
//# sourceMappingURL=chunk-RB25OL55.js.map
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)