mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 20:25:48 -06:00
Patch cherry pick script for new octokit
This commit is contained in:
parent
70399e146e
commit
a8f01dfff8
@ -2,7 +2,7 @@
|
||||
// Must reference esnext.asynciterable lib, since octokit uses AsyncIterable internally
|
||||
/// <reference types="node" />
|
||||
|
||||
import Octokit = require("@octokit/rest");
|
||||
import { Octokit } from "@octokit/rest";
|
||||
const {runSequence} = require("./run-sequence");
|
||||
import fs = require("fs");
|
||||
import path = require("path");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user