ternjs / tern

A JavaScript code analyzer for deep, cross-editor language support
https://ternjs.net/
MIT License
4.25k stars 378 forks source link

mix type definitions #1048

Open JSmithOner opened 2 years ago

JSmithOner commented 2 years ago

I'm using tern with ace and three.js type definitions. I'm also creating a custom type definition that relies on types that three.js def file has.

I was wondering if somebody could give me a hint on how to mix defintions in tern code ( or perhaps acorn ) in order to achieve what I want.

Many thanks in advance.