mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [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:
9 lines
294 B
TypeScript
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";
|