Remove import x statements (#20594)
* Clear out most import x * Update rimraf use * Move up readme blocks in scripts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
import xGithub from './github.js'
|
||||
const github = xGithub()
|
||||
import Github from './github.js'
|
||||
const github = Github()
|
||||
|
||||
// https://docs.github.com/rest/reference/git#get-a-reference
|
||||
export async function getCommitSha(owner, repo, ref) {
|
||||
|
||||
Reference in New Issue
Block a user