Skip to content

Commit 13eb083

Browse files
author
Angular Builds
committed
144f2bf build: update to TypeScript 5.5
1 parent 7e7169b commit 13eb083

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

bin/schematics.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* Use of this source code is governed by an MIT-style license that can be
77
* found in the LICENSE file at https://angular.io/license
88
*/
9-
/// <reference types="node" />
109
import 'symbol-observable';
1110
import { ProcessOutput } from '@angular-devkit/core/node';
1211
export interface MainOptions {

bin/schematics.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3434
return (mod && mod.__esModule) ? mod : { "default": mod };
3535
};
3636
Object.defineProperty(exports, "__esModule", { value: true });
37-
exports.loadEsmModule = exports.main = void 0;
37+
exports.main = main;
38+
exports.loadEsmModule = loadEsmModule;
3839
// symbol polyfill must go first
3940
require("symbol-observable");
4041
const node_1 = require("@angular-devkit/core/node");
@@ -328,7 +329,6 @@ async function main({ args, stdout = process.stdout, stderr = process.stderr, })
328329
return 1;
329330
}
330331
}
331-
exports.main = main;
332332
/**
333333
* Get usage of the CLI tool.
334334
*/
@@ -451,4 +451,3 @@ function loadEsmModule(modulePath) {
451451
load ??= new Function('modulePath', `return import(modulePath);`);
452452
return load(modulePath);
453453
}
454-
exports.loadEsmModule = loadEsmModule;

blank/factory.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* found in the LICENSE file at https://angular.io/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
10+
exports.default = default_1;
1011
const core_1 = require("@angular-devkit/core");
1112
const schematics_1 = require("@angular-devkit/schematics");
1213
const tasks_1 = require("@angular-devkit/schematics/tasks");
@@ -76,4 +77,3 @@ function default_1(options) {
7677
]);
7778
};
7879
}
79-
exports.default = default_1;

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "18.1.0-next.0+sha-43f3650",
3+
"version": "18.1.0-next.0+sha-144f2bf",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,8 +21,8 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#43f3650",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#43f3650",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#144f2bf",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#144f2bf",
2626
"ansi-colors": "4.1.3",
2727
"inquirer": "9.2.22",
2828
"symbol-observable": "4.0.0",

schematic/factory.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* found in the LICENSE file at https://angular.io/license
88
*/
99
Object.defineProperty(exports, "__esModule", { value: true });
10+
exports.default = default_1;
1011
const core_1 = require("@angular-devkit/core");
1112
const schematics_1 = require("@angular-devkit/schematics");
1213
const tasks_1 = require("@angular-devkit/schematics/tasks");
@@ -29,4 +30,3 @@ function default_1(options) {
2930
]));
3031
};
3132
}
32-
exports.default = default_1;

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed May 29 2024 18:30:28 GMT+0000 (Coordinated Universal Time)
1+
Thu May 30 2024 09:58:25 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)