Migrate from "master" branch to "main" (#11715)
* Remove dead link * Use consistent "homepage" url in package.json * Update md links * Update comment link in parser d.ts * Add comment in gitpod config * Update circleci config * Update PULL_REQUEST_TEMPLATE * Update badges * Trigger CI * Update 404 link
This commit is contained in:
committed by
Huáng Jùnliàng
parent
e498bee10f
commit
eea156b2cb
@@ -209,7 +209,7 @@ export function getOuterBindingIdentifiers(duplicates?: boolean): Object {
|
||||
return t.getOuterBindingIdentifiers(this.node, duplicates);
|
||||
}
|
||||
|
||||
// original source - https://github.com/babel/babel/blob/master/packages/babel-types/src/retrievers.js
|
||||
// original source - https://github.com/babel/babel/blob/main/packages/babel-types/src/retrievers/getBindingIdentifiers.js
|
||||
// path.getBindingIdentifiers returns nodes where the following re-implementation
|
||||
// returns paths
|
||||
export function getBindingIdentifierPaths(
|
||||
|
||||
Reference in New Issue
Block a user