google / closure-compiler-npm

Package for managing and documenting closure-compiler for use via npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I access non-contrib externs in npm module?

rishipal opened this issue · comments

Original issue: google/closure-compiler#3443
Moving it issue from closure-compiler to closure-compiler-npm with this issue.

from_original
{
How do I access https://github.com/google/closure-compiler/tree/master/externs from the distributed npm package? It seems like it's not included, and only the externs under contrib are.
}

The default externs are built into the compiler binaries. Typically they aren't needed directly by builds.

What's your use case for this?

I believe this was fixed with #146