Skip to content

Commit

Permalink
Update createTypesPackages.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Orta Therox committed Jan 19, 2022
1 parent 9f18e09 commit 1bba426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/createTypesPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ function prependAutoImports(pkg, packagePath) {
export function postProcessDTSFiles(pkg, packagePath) {
iterateThroughFiles((content) => {
return content.replace(
"abort(): AbortSignal;",
"// abort(): AbortSignal; - To be re-added in the future"
"abort(reason?: any): AbortSignal;",
"// abort(reason?: any): AbortSignal; - To be re-added in the future"
);
});

Expand Down

0 comments on commit 1bba426

Please sign in to comment.