You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

@angular/localize

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/localize - npm Package Compare versions

Comparing version

to
20.0.0-rc.3

/**
* @license Angular v20.0.0-rc.2
* @license Angular v20.0.0-rc.3
* (c) 2010-2025 Google LLC. https://angular.io/

@@ -4,0 +4,0 @@ * License: MIT

/**
* @license Angular v20.0.0-rc.2
* @license Angular v20.0.0-rc.3
* (c) 2010-2025 Google LLC. https://angular.io/

@@ -4,0 +4,0 @@ * License: MIT

{
"name": "@angular/localize",
"version": "20.0.0-rc.2",
"version": "20.0.0-rc.3",
"description": "Angular - library for localizing messages",

@@ -70,4 +70,4 @@ "bin": {

"peerDependencies": {
"@angular/compiler": "20.0.0-rc.2",
"@angular/compiler-cli": "20.0.0-rc.2"
"@angular/compiler": "20.0.0-rc.3",
"@angular/compiler-cli": "20.0.0-rc.3"
},

@@ -74,0 +74,0 @@ "module": "./fesm2022/localize.mjs",

@@ -1,49 +0,622 @@

var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
"use strict";
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var __async = (__this, __arguments, generator) => {
return new Promise((resolve, reject) => {
var fulfilled = (value) => {
try {
step(generator.next(value));
} catch (e) {
reject(e);
// node_modules/tslib/tslib.js
var require_tslib = __commonJS({
"node_modules/tslib/tslib.js"(exports2, module2) {
var __extends;
var __assign;
var __rest;
var __decorate;
var __param;
var __esDecorate;
var __runInitializers;
var __propKey;
var __setFunctionName;
var __metadata;
var __awaiter;
var __generator;
var __exportStar;
var __values;
var __read;
var __spread;
var __spreadArrays;
var __spreadArray;
var __await;
var __asyncGenerator;
var __asyncDelegator;
var __asyncValues;
var __makeTemplateObject;
var __importStar;
var __importDefault;
var __classPrivateFieldGet;
var __classPrivateFieldSet;
var __classPrivateFieldIn;
var __createBinding;
var __addDisposableResource;
var __disposeResources;
var __rewriteRelativeImportExtension;
(function(factory) {
var root = typeof global === "object" ? global : typeof self === "object" ? self : typeof this === "object" ? this : {};
if (typeof define === "function" && define.amd) {
define("tslib", ["exports"], function(exports3) {
factory(createExporter(root, createExporter(exports3)));
});
} else if (typeof module2 === "object" && typeof module2.exports === "object") {
factory(createExporter(root, createExporter(module2.exports)));
} else {
factory(createExporter(root));
}
};
var rejected = (value) => {
try {
step(generator.throw(value));
} catch (e) {
reject(e);
function createExporter(exports3, previous) {
if (exports3 !== root) {
if (typeof Object.create === "function") {
Object.defineProperty(exports3, "__esModule", { value: true });
} else {
exports3.__esModule = true;
}
}
return function(id, v) {
return exports3[id] = previous ? previous(id, v) : v;
};
}
};
var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
step((generator = generator.apply(__this, __arguments)).next());
});
};
})(function(exporter) {
var extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d, b) {
d.__proto__ = b;
} || function(d, b) {
for (var p in b)
if (Object.prototype.hasOwnProperty.call(b, p))
d[p] = b[p];
};
__extends = function(d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);
function __() {
this.constructor = d;
}
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s)
if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
__rest = function(s, e) {
var t = {};
for (var p in s)
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
__decorate = function(decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
r = Reflect.decorate(decorators, target, key, desc);
else
for (var i = decorators.length - 1; i >= 0; i--)
if (d = decorators[i])
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
__param = function(paramIndex, decorator) {
return function(target, key) {
decorator(target, key, paramIndex);
};
};
__esDecorate = function(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
function accept(f) {
if (f !== void 0 && typeof f !== "function")
throw new TypeError("Function expected");
return f;
}
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
var _, done = false;
for (var i = decorators.length - 1; i >= 0; i--) {
var context = {};
for (var p in contextIn)
context[p] = p === "access" ? {} : contextIn[p];
for (var p in contextIn.access)
context.access[p] = contextIn.access[p];
context.addInitializer = function(f) {
if (done)
throw new TypeError("Cannot add initializers after decoration has completed");
extraInitializers.push(accept(f || null));
};
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
if (kind === "accessor") {
if (result === void 0)
continue;
if (result === null || typeof result !== "object")
throw new TypeError("Object expected");
if (_ = accept(result.get))
descriptor.get = _;
if (_ = accept(result.set))
descriptor.set = _;
if (_ = accept(result.init))
initializers.unshift(_);
} else if (_ = accept(result)) {
if (kind === "field")
initializers.unshift(_);
else
descriptor[key] = _;
}
}
if (target)
Object.defineProperty(target, contextIn.name, descriptor);
done = true;
};
__runInitializers = function(thisArg, initializers, value) {
var useValue = arguments.length > 2;
for (var i = 0; i < initializers.length; i++) {
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
}
return useValue ? value : void 0;
};
__propKey = function(x) {
return typeof x === "symbol" ? x : "".concat(x);
};
__setFunctionName = function(f, name, prefix) {
if (typeof name === "symbol")
name = name.description ? "[".concat(name.description, "]") : "";
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
};
__metadata = function(metadataKey, metadataValue) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
return Reflect.metadata(metadataKey, metadataValue);
};
__awaiter = function(thisArg, _arguments, P, generator) {
function adopt(value) {
return value instanceof P ? value : new P(function(resolve) {
resolve(value);
});
}
return new (P || (P = Promise))(function(resolve, reject) {
function fulfilled(value) {
try {
step(generator.next(value));
} catch (e) {
reject(e);
}
}
function rejected(value) {
try {
step(generator["throw"](value));
} catch (e) {
reject(e);
}
}
function step(result) {
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
}
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
__generator = function(thisArg, body) {
var _ = { label: 0, sent: function() {
if (t[0] & 1)
throw t[1];
return t[1];
}, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
return this;
}), g;
function verb(n) {
return function(v) {
return step([n, v]);
};
}
function step(op) {
if (f)
throw new TypeError("Generator is already executing.");
while (g && (g = 0, op[0] && (_ = 0)), _)
try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
return t;
if (y = 0, t)
op = [op[0] & 2, t.value];
switch (op[0]) {
case 0:
case 1:
t = op;
break;
case 4:
_.label++;
return { value: op[1], done: false };
case 5:
_.label++;
y = op[1];
op = [0];
continue;
case 7:
op = _.ops.pop();
_.trys.pop();
continue;
default:
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
_ = 0;
continue;
}
if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
_.label = op[1];
break;
}
if (op[0] === 6 && _.label < t[1]) {
_.label = t[1];
t = op;
break;
}
if (t && _.label < t[2]) {
_.label = t[2];
_.ops.push(op);
break;
}
if (t[2])
_.ops.pop();
_.trys.pop();
continue;
}
op = body.call(thisArg, _);
} catch (e) {
op = [6, e];
y = 0;
} finally {
f = t = 0;
}
if (op[0] & 5)
throw op[1];
return { value: op[0] ? op[1] : void 0, done: true };
}
};
__exportStar = function(m, o) {
for (var p in m)
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
__createBinding(o, m, p);
};
__createBinding = Object.create ? function(o, m, k, k2) {
if (k2 === void 0)
k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() {
return m[k];
} };
}
Object.defineProperty(o, k2, desc);
} : function(o, m, k, k2) {
if (k2 === void 0)
k2 = k;
o[k2] = m[k];
};
__values = function(o) {
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
if (m)
return m.call(o);
if (o && typeof o.length === "number")
return {
next: function() {
if (o && i >= o.length)
o = void 0;
return { value: o && o[i++], done: !o };
}
};
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
};
__read = function(o, n) {
var m = typeof Symbol === "function" && o[Symbol.iterator];
if (!m)
return o;
var i = m.call(o), r, ar = [], e;
try {
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
ar.push(r.value);
} catch (error) {
e = { error };
} finally {
try {
if (r && !r.done && (m = i["return"]))
m.call(i);
} finally {
if (e)
throw e.error;
}
}
return ar;
};
__spread = function() {
for (var ar = [], i = 0; i < arguments.length; i++)
ar = ar.concat(__read(arguments[i]));
return ar;
};
__spreadArrays = function() {
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
s += arguments[i].length;
for (var r = Array(s), k = 0, i = 0; i < il; i++)
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
r[k] = a[j];
return r;
};
__spreadArray = function(to, from, pack) {
if (pack || arguments.length === 2)
for (var i = 0, l = from.length, ar; i < l; i++) {
if (ar || !(i in from)) {
if (!ar)
ar = Array.prototype.slice.call(from, 0, i);
ar[i] = from[i];
}
}
return to.concat(ar || Array.prototype.slice.call(from));
};
__await = function(v) {
return this instanceof __await ? (this.v = v, this) : new __await(v);
};
__asyncGenerator = function(thisArg, _arguments, generator) {
if (!Symbol.asyncIterator)
throw new TypeError("Symbol.asyncIterator is not defined.");
var g = generator.apply(thisArg, _arguments || []), i, q = [];
return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function() {
return this;
}, i;
function awaitReturn(f) {
return function(v) {
return Promise.resolve(v).then(f, reject);
};
}
function verb(n, f) {
if (g[n]) {
i[n] = function(v) {
return new Promise(function(a, b) {
q.push([n, v, a, b]) > 1 || resume(n, v);
});
};
if (f)
i[n] = f(i[n]);
}
}
function resume(n, v) {
try {
step(g[n](v));
} catch (e) {
settle(q[0][3], e);
}
}
function step(r) {
r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r);
}
function fulfill(value) {
resume("next", value);
}
function reject(value) {
resume("throw", value);
}
function settle(f, v) {
if (f(v), q.shift(), q.length)
resume(q[0][0], q[0][1]);
}
};
__asyncDelegator = function(o) {
var i, p;
return i = {}, verb("next"), verb("throw", function(e) {
throw e;
}), verb("return"), i[Symbol.iterator] = function() {
return this;
}, i;
function verb(n, f) {
i[n] = o[n] ? function(v) {
return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v;
} : f;
}
};
__asyncValues = function(o) {
if (!Symbol.asyncIterator)
throw new TypeError("Symbol.asyncIterator is not defined.");
var m = o[Symbol.asyncIterator], i;
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function() {
return this;
}, i);
function verb(n) {
i[n] = o[n] && function(v) {
return new Promise(function(resolve, reject) {
v = o[n](v), settle(resolve, reject, v.done, v.value);
});
};
}
function settle(resolve, reject, d, v) {
Promise.resolve(v).then(function(v2) {
resolve({ value: v2, done: d });
}, reject);
}
};
__makeTemplateObject = function(cooked, raw) {
if (Object.defineProperty) {
Object.defineProperty(cooked, "raw", { value: raw });
} else {
cooked.raw = raw;
}
return cooked;
};
var __setModuleDefault = Object.create ? function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
} : function(o, v) {
o["default"] = v;
};
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function(o2) {
var ar = [];
for (var k in o2)
if (Object.prototype.hasOwnProperty.call(o2, k))
ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
__importStar = function(mod) {
if (mod && mod.__esModule)
return mod;
var result = {};
if (mod != null) {
for (var k = ownKeys(mod), i = 0; i < k.length; i++)
if (k[i] !== "default")
__createBinding(result, mod, k[i]);
}
__setModuleDefault(result, mod);
return result;
};
__importDefault = function(mod) {
return mod && mod.__esModule ? mod : { "default": mod };
};
__classPrivateFieldGet = function(receiver, state, kind, f) {
if (kind === "a" && !f)
throw new TypeError("Private accessor was defined without a getter");
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
throw new TypeError("Cannot read private member from an object whose class did not declare it");
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
};
__classPrivateFieldSet = function(receiver, state, value, kind, f) {
if (kind === "m")
throw new TypeError("Private method is not writable");
if (kind === "a" && !f)
throw new TypeError("Private accessor was defined without a setter");
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
throw new TypeError("Cannot write private member to an object whose class did not declare it");
return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value;
};
__classPrivateFieldIn = function(state, receiver) {
if (receiver === null || typeof receiver !== "object" && typeof receiver !== "function")
throw new TypeError("Cannot use 'in' operator on non-object");
return typeof state === "function" ? receiver === state : state.has(receiver);
};
__addDisposableResource = function(env, value, async) {
if (value !== null && value !== void 0) {
if (typeof value !== "object" && typeof value !== "function")
throw new TypeError("Object expected.");
var dispose, inner;
if (async) {
if (!Symbol.asyncDispose)
throw new TypeError("Symbol.asyncDispose is not defined.");
dispose = value[Symbol.asyncDispose];
}
if (dispose === void 0) {
if (!Symbol.dispose)
throw new TypeError("Symbol.dispose is not defined.");
dispose = value[Symbol.dispose];
if (async)
inner = dispose;
}
if (typeof dispose !== "function")
throw new TypeError("Object not disposable.");
if (inner)
dispose = function() {
try {
inner.call(this);
} catch (e) {
return Promise.reject(e);
}
};
env.stack.push({ value, dispose, async });
} else if (async) {
env.stack.push({ async: true });
}
return value;
};
var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function(error, suppressed, message) {
var e = new Error(message);
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
};
__disposeResources = function(env) {
function fail(e) {
env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
env.hasError = true;
}
var r, s = 0;
function next() {
while (r = env.stack.pop()) {
try {
if (!r.async && s === 1)
return s = 0, env.stack.push(r), Promise.resolve().then(next);
if (r.dispose) {
var result = r.dispose.call(r.value);
if (r.async)
return s |= 2, Promise.resolve(result).then(next, function(e) {
fail(e);
return next();
});
} else
s |= 1;
} catch (e) {
fail(e);
}
}
if (s === 1)
return env.hasError ? Promise.reject(env.error) : Promise.resolve();
if (env.hasError)
throw env.error;
}
return next();
};
__rewriteRelativeImportExtension = function(path, preserveJsx) {
if (typeof path === "string" && /^\.\.?\//.test(path)) {
return path.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i, function(m, tsx, d, ext, cm) {
return tsx ? preserveJsx ? ".jsx" : ".js" : d && (!ext || !cm) ? m : d + ext + "." + cm.toLowerCase() + "js";
});
}
return path;
};
exporter("__extends", __extends);
exporter("__assign", __assign);
exporter("__rest", __rest);
exporter("__decorate", __decorate);
exporter("__param", __param);
exporter("__esDecorate", __esDecorate);
exporter("__runInitializers", __runInitializers);
exporter("__propKey", __propKey);
exporter("__setFunctionName", __setFunctionName);
exporter("__metadata", __metadata);
exporter("__awaiter", __awaiter);
exporter("__generator", __generator);
exporter("__exportStar", __exportStar);
exporter("__createBinding", __createBinding);
exporter("__values", __values);
exporter("__read", __read);
exporter("__spread", __spread);
exporter("__spreadArrays", __spreadArrays);
exporter("__spreadArray", __spreadArray);
exporter("__await", __await);
exporter("__asyncGenerator", __asyncGenerator);
exporter("__asyncDelegator", __asyncDelegator);
exporter("__asyncValues", __asyncValues);
exporter("__makeTemplateObject", __makeTemplateObject);
exporter("__importStar", __importStar);
exporter("__importDefault", __importDefault);
exporter("__classPrivateFieldGet", __classPrivateFieldGet);
exporter("__classPrivateFieldSet", __classPrivateFieldSet);
exporter("__classPrivateFieldIn", __classPrivateFieldIn);
exporter("__addDisposableResource", __addDisposableResource);
exporter("__disposeResources", __disposeResources);
exporter("__rewriteRelativeImportExtension", __rewriteRelativeImportExtension);
});
}
});
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/schematics/ng-add/index.mjs
var ng_add_exports = {};
__export(ng_add_exports, {
default: () => ng_add_default
});
module.exports = __toCommonJS(ng_add_exports);
var import_schematics = require("@angular-devkit/schematics");
var import_utility = require("@schematics/angular/utility");
var import_dependencies = require("@schematics/angular/utility/dependencies");
var import_json_file = require("@schematics/angular/utility/json-file");
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/schematics/ng-add/index.js
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
var tslib_1 = require_tslib();
var schematics_1 = require("@angular-devkit/schematics");
var utility_1 = require("@schematics/angular/utility");
var dependencies_1 = require("@schematics/angular/utility/dependencies");
var json_file_1 = require("@schematics/angular/utility/json-file");
var localizeType = `@angular/localize`;

@@ -53,7 +626,7 @@ var localizePolyfill = "@angular/localize/init";

function addPolyfillToConfig(projectName) {
return (0, import_utility.updateWorkspace)((workspace) => {
return (0, utility_1.updateWorkspace)((workspace) => {
var _a;
const project = workspace.projects.get(projectName);
if (!project) {
throw new import_schematics.SchematicsException(`Invalid project name '${projectName}'.`);
throw new schematics_1.SchematicsException(`Invalid project name '${projectName}'.`);
}

@@ -63,10 +636,10 @@ const isLocalizePolyfill = (path) => path.startsWith("@angular/localize");

switch (target.builder) {
case import_utility.AngularBuilder.Karma:
case import_utility.AngularBuilder.BuildKarma:
case import_utility.AngularBuilder.Server:
case import_utility.AngularBuilder.Browser:
case import_utility.AngularBuilder.BrowserEsbuild:
case import_utility.AngularBuilder.Application:
case import_utility.AngularBuilder.BuildApplication:
(_a = target.options) != null ? _a : target.options = {};
case utility_1.AngularBuilder.Karma:
case utility_1.AngularBuilder.BuildKarma:
case utility_1.AngularBuilder.Server:
case utility_1.AngularBuilder.Browser:
case utility_1.AngularBuilder.BrowserEsbuild:
case utility_1.AngularBuilder.Application:
case utility_1.AngularBuilder.BuildApplication:
(_a = target.options) !== null && _a !== void 0 ? _a : target.options = {};
const value = target.options["polyfills"];

@@ -90,8 +663,8 @@ if (typeof value === "string") {

function addTypeScriptConfigTypes(projectName) {
return (host) => __async(this, null, function* () {
return (host) => tslib_1.__awaiter(this, void 0, void 0, function* () {
var _a, _b, _c, _d;
const workspace = yield (0, import_utility.readWorkspace)(host);
const workspace = yield (0, utility_1.readWorkspace)(host);
const project = workspace.projects.get(projectName);
if (!project) {
throw new import_schematics.SchematicsException(`Invalid project name '${projectName}'.`);
throw new schematics_1.SchematicsException(`Invalid project name '${projectName}'.`);
}

@@ -101,9 +674,9 @@ const tsConfigFiles = /* @__PURE__ */ new Set();

switch (target.builder) {
case import_utility.AngularBuilder.Karma:
case import_utility.AngularBuilder.Server:
case import_utility.AngularBuilder.BrowserEsbuild:
case import_utility.AngularBuilder.Browser:
case import_utility.AngularBuilder.Application:
case import_utility.AngularBuilder.BuildApplication:
const value = (_a = target.options) == null ? void 0 : _a["tsConfig"];
case utility_1.AngularBuilder.Karma:
case utility_1.AngularBuilder.Server:
case utility_1.AngularBuilder.BrowserEsbuild:
case utility_1.AngularBuilder.Browser:
case utility_1.AngularBuilder.Application:
case utility_1.AngularBuilder.BuildApplication:
const value = (_a = target.options) === null || _a === void 0 ? void 0 : _a["tsConfig"];
if (typeof value === "string") {

@@ -114,9 +687,9 @@ tsConfigFiles.add(value);

}
if (target.builder === import_utility.AngularBuilder.Browser || target.builder === import_utility.AngularBuilder.BrowserEsbuild) {
const value = (_b = target.options) == null ? void 0 : _b["main"];
if (target.builder === utility_1.AngularBuilder.Browser || target.builder === utility_1.AngularBuilder.BrowserEsbuild) {
const value = (_b = target.options) === null || _b === void 0 ? void 0 : _b["main"];
if (typeof value === "string") {
addTripleSlashType(host, value);
}
} else if (target.builder === import_utility.AngularBuilder.Application) {
const value = (_c = target.options) == null ? void 0 : _c["browser"];
} else if (target.builder === utility_1.AngularBuilder.Application) {
const value = (_c = target.options) === null || _c === void 0 ? void 0 : _c["browser"];
if (typeof value === "string") {

@@ -132,6 +705,6 @@ addTripleSlashType(host, value);

}
const json = new import_json_file.JSONFile(host, path);
const types = (_d = json.get(typesJsonPath)) != null ? _d : [];
const json = new json_file_1.JSONFile(host, path);
const types = (_d = json.get(typesJsonPath)) !== null && _d !== void 0 ? _d : [];
if (!Array.isArray(types)) {
throw new import_schematics.SchematicsException(`TypeScript configuration file '${path}' has an invalid 'types' property. It must be an array.`);
throw new schematics_1.SchematicsException(`TypeScript configuration file '${path}' has an invalid 'types' property. It must be an array.`);
}

@@ -156,18 +729,16 @@ const hasLocalizeType = types.some((t) => t === localizeType || t === "@angular/localize/init");

}
(0, import_dependencies.removePackageJsonDependency)(host, "@angular/localize");
return (0, import_utility.addDependency)("@angular/localize", `~20.0.0-rc.2`);
(0, dependencies_1.removePackageJsonDependency)(host, "@angular/localize");
return (0, utility_1.addDependency)("@angular/localize", `~20.0.0-rc.3`);
}
function ng_add_default(options) {
function default_1(options) {
const projectName = options.project;
if (!projectName) {
throw new import_schematics.SchematicsException('Option "project" is required.');
throw new schematics_1.SchematicsException('Option "project" is required.');
}
return (0, import_schematics.chain)([
return (0, schematics_1.chain)([
addTypeScriptConfigTypes(projectName),
addPolyfillToConfig(projectName),
options.useAtRuntime ? moveToDependencies : (0, import_schematics.noop)()
options.useAtRuntime ? moveToDependencies : (0, schematics_1.noop)()
]);
}
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
/**

@@ -174,0 +745,0 @@ * @license

@@ -14,3 +14,3 @@

checkDuplicateMessages
} from "./chunk-GD7LT5WI.js";
} from "./chunk-22CJYAOE.js";
import {

@@ -25,3 +25,3 @@ ArbTranslationParser,

makeLocalePlugin
} from "./chunk-IKAJEWLA.js";
} from "./chunk-CMYXTAKU.js";
import {

@@ -36,5 +36,5 @@ Diagnostics,

unwrapSubstitutionsFromLocalizeCall
} from "./chunk-KN2K4QZJ.js";
} from "./chunk-56ACXUYH.js";
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/index.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/index.js
import { NodeJSFileSystem, setFileSystem } from "@angular/compiler-cli/private/localize";

@@ -41,0 +41,0 @@ setFileSystem(new NodeJSFileSystem());

@@ -16,6 +16,6 @@ #!/usr/bin/env node

parseFormatOptions
} from "../../chunk-GD7LT5WI.js";
import "../../chunk-KN2K4QZJ.js";
} from "../../chunk-22CJYAOE.js";
import "../../chunk-56ACXUYH.js";
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/cli.js
import { ConsoleLogger, LogLevel, NodeJSFileSystem, setFileSystem } from "@angular/compiler-cli/private/localize";

@@ -25,3 +25,3 @@ import { globSync } from "tinyglobby";

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/index.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/index.js
function extractTranslations({ rootPath: rootPath2, sourceFilePaths: sourceFilePaths2, sourceLocale, format: format2, outputPath: output, logger: logger2, useSourceMaps, useLegacyIds, duplicateMessageHandling: duplicateMessageHandling2, formatOptions: formatOptions2 = {}, fileSystem: fs }) {

@@ -69,3 +69,3 @@ const basePath = fs.resolve(rootPath2);

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/cli.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/extract/cli.js
process.title = "Angular Localization Message Extractor (localize-extract)";

@@ -72,0 +72,0 @@ var args = process.argv.slice(2);

@@ -7,3 +7,3 @@ #!/usr/bin/env node

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/cli.js
import { ConsoleLogger, LogLevel, NodeJSFileSystem, setFileSystem } from "@angular/compiler-cli/private/localize";

@@ -13,6 +13,6 @@ import { globSync } from "tinyglobby";

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/index.js
import { getFileSystem } from "@angular/compiler-cli/private/localize";
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/migrate.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/migrate.js
function migrateFile(sourceCode, mapping) {

@@ -31,3 +31,3 @@ const legacyIds = Object.keys(mapping);

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/index.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/index.js
function migrateFiles({ rootPath: rootPath2, translationFilePaths: translationFilePaths2, mappingFilePath, logger: logger2 }) {

@@ -48,3 +48,3 @@ const fs2 = getFileSystem();

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/cli.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/migrate/cli.js
var args = process.argv.slice(2);

@@ -51,0 +51,0 @@ var options = yargs(args).option("r", {

@@ -15,8 +15,8 @@ #!/usr/bin/env node

makeLocalePlugin
} from "../../chunk-IKAJEWLA.js";
} from "../../chunk-CMYXTAKU.js";
import {
Diagnostics
} from "../../chunk-KN2K4QZJ.js";
} from "../../chunk-56ACXUYH.js";
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/cli.js
import { NodeJSFileSystem, setFileSystem } from "@angular/compiler-cli/private/localize";

@@ -26,3 +26,3 @@ import { globSync } from "tinyglobby";

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/output_path.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/output_path.js
function getOutputPathFn(fs2, outputFolder) {

@@ -33,6 +33,6 @@ const [pre, post] = outputFolder.split("{{LOCALE}}");

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/index.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/index.js
import { getFileSystem, relativeFrom } from "@angular/compiler-cli/private/localize";
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/asset_files/asset_translation_handler.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/asset_files/asset_translation_handler.js
import { absoluteFrom } from "@angular/compiler-cli/private/localize";

@@ -66,3 +66,3 @@ var AssetTranslationHandler = class {

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/source_file_translation_handler.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/source_files/source_file_translation_handler.js
import { absoluteFrom as absoluteFrom2 } from "@angular/compiler-cli/private/localize";

@@ -141,3 +141,3 @@ import babel from "@babel/core";

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_loader.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translation_files/translation_loader.js
var TranslationLoader = class {

@@ -204,5 +204,4 @@ fs;

Object.keys(nextBundle.translations).forEach((messageId) => {
var _a;
if (bundle.translations[messageId] !== void 0) {
(_a = this.diagnostics) == null ? void 0 : _a.add(this.duplicateTranslation, `Duplicate translations for message "${messageId}" when merging "${filePaths[i]}".`);
this.diagnostics?.add(this.duplicateTranslation, `Duplicate translations for message "${messageId}" when merging "${filePaths[i]}".`);
} else {

@@ -217,3 +216,3 @@ bundle.translations[messageId] = nextBundle.translations[messageId];

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translator.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/translator.js
var Translator = class {

@@ -243,3 +242,3 @@ fs;

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/index.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/index.js
function translateFiles({ sourceRootPath: sourceRootPath2, sourceFilePaths: sourceFilePaths2, translationFilePaths: translationFilePaths2, translationFileLocales: translationFileLocales2, outputPathFn: outputPathFn2, diagnostics: diagnostics2, missingTranslation: missingTranslation2, duplicateTranslation: duplicateTranslation2, sourceLocale: sourceLocale2 }) {

@@ -261,3 +260,3 @@ const fs2 = getFileSystem();

// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/cli.mjs
// bazel-out/darwin_arm64-fastbuild/bin/packages/localize/tools/src/translate/cli.js
process.title = "Angular Localization Message Translator (localize-translate)";

@@ -264,0 +263,0 @@ var args = process.argv.slice(2);

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 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