mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Bump target for build scripts (#165287)
This commit is contained in:
@@ -71,9 +71,10 @@ var graph;
|
||||
}
|
||||
graph.newNode = newNode;
|
||||
class Graph {
|
||||
_hashFn;
|
||||
_nodes = {};
|
||||
constructor(_hashFn) {
|
||||
this._hashFn = _hashFn;
|
||||
this._nodes = {};
|
||||
// empty
|
||||
}
|
||||
traverse(start, inwards, callback) {
|
||||
|
||||
Reference in New Issue
Block a user