Skip to content

Commit 3814df5

Browse files
committed
refactor(@angular-devkit/build-angular): remove types for @discoveryjs/json-ext
This package now ships TypeScript declaration files. (cherry picked from commit 56b44ab)
1 parent c7c7582 commit 3814df5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/angular_devkit/build_angular/src/typings.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
declare module '@discoveryjs/json-ext' {
10-
export function stringifyStream(value: unknown): import('stream').Readable;
11-
}
12-
139
declare module '@babel/helper-annotate-as-pure' {
1410
export default function annotateAsPure(
1511
pathOrNode: import('@babel/types').Node | { node: import('@babel/types').Node },

0 commit comments

Comments
 (0)