mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
fixed failing test
workstream:
This commit is contained in:
parent
f7cb1d4bd0
commit
1c29742225
1
types/tern/index.d.ts
vendored
1
types/tern/index.d.ts
vendored
@ -13,4 +13,3 @@
|
||||
|
||||
export * from "./lib/infer";
|
||||
export * from "./lib/tern";
|
||||
|
||||
|
||||
2
types/tern/lib/infer/index.d.ts
vendored
2
types/tern/lib/infer/index.d.ts
vendored
@ -193,7 +193,7 @@ export interface Constraint extends AVal {
|
||||
|
||||
// #### Scopes ####
|
||||
interface ScopeConstructor {
|
||||
new(parent?: Scope): Scope;
|
||||
new(): Scope;
|
||||
new(parent: Scope, originNode: ESTree.Node): Scope;
|
||||
}
|
||||
export const Scope: ScopeConstructor;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user