We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92de755 commit d558388Copy full SHA for d558388
scripts/get_contributors.js
@@ -1,6 +1,6 @@
1
require('dotenv').config()
2
-const { Octokit } = require("@octokit/core")
3
-const { throttling } = require("@octokit/plugin-throttling")
+import { Octokit } from "@octokit/core";
+import { throttling } from "@octokit/plugin-throttling"
4
5
module.exports = async function (filepath) {
6
const unixStyleFilepath = filepath.replace(/\\/g, "/")
0 commit comments