DefinitelyTyped/types/tern/index.d.ts
Nikolaj Kappler 17a590cc85 [Tern] fix inheritance of infer objects and added missing stuff. (#35518)
* [Tern] fix inheritance of infer objects and added missing stuff.

The inheritance of abstract values and types was wrong.
Primitives were not yet implemented and some methods were on the wrong
level of inheritance, leading to unfounded complaints from the compiler

workstream:

* follow-up fix: proto Obj has a name (if it exists)

workstream:

* fix tests

workstream:

* redo changes that were accidentally deleted

workstream:

* infer.Arr has always the name "Array".

workstream:

* fix tests

workstream:

* removed unknown since dependants are on TS v2.8

workstream:
2019-05-16 09:45:03 -07:00

9 lines
294 B
TypeScript

// Type definitions for tern 0.23
// Project: https://github.com/ternjs/tern
// Definitions by: Nikolaj Kappler <https://github.com/nkappler>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
export * from "./lib/infer";
export * from "./lib/tern";