mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Patch cherry pick script for new octokit
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user