Skip to content

Commit 859748d

Browse files
author
Angular Builds
committed
8b68d9f build: migrate @angular-devkit/schematics to ts_project
1 parent c0742c5 commit 859748d

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

index.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.dev/license
7+
*/
8+
export * from './src/index';

index.js

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
"use strict";
2+
/**
3+
* @license
4+
* Copyright Google LLC All Rights Reserved.
5+
*
6+
* Use of this source code is governed by an MIT-style license that can be
7+
* found in the LICENSE file at https://angular.dev/license
8+
*/
9+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10+
if (k2 === undefined) k2 = k;
11+
var desc = Object.getOwnPropertyDescriptor(m, k);
12+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
13+
desc = { enumerable: true, get: function() { return m[k]; } };
14+
}
15+
Object.defineProperty(o, k2, desc);
16+
}) : (function(o, m, k, k2) {
17+
if (k2 === undefined) k2 = k;
18+
o[k2] = m[k];
19+
}));
20+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
21+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
22+
};
23+
Object.defineProperty(exports, "__esModule", { value: true });
24+
__exportStar(require("./src/index"), exports);

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics",
3-
"version": "19.1.0-next.2+sha-0581c45",
3+
"version": "19.1.0-next.2+sha-8b68d9f",
44
"description": "Angular Schematics - Library",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
@@ -18,7 +18,7 @@
1818
"tooling"
1919
],
2020
"dependencies": {
21-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#0581c45",
21+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#8b68d9f",
2222
"jsonc-parser": "3.3.1",
2323
"magic-string": "0.30.17",
2424
"ora": "5.4.1",

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Jan 06 2025 16:08:36 GMT+0000 (Coordinated Universal Time)
1+
Mon Jan 06 2025 17:28:28 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)