You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
TypeScript 0.9.1-1 writes 'references' to .d.ts files to the generated skylark.d.ts. When compiling other sources against this skylark.d.ts the compiler will generate an error/warning because it cannot find these taken-over references. In our case, _externals.d.ts is, however, not required for compiling apps/games that use Skylark.
TypeScript 0.9.1-1 writes 'references' to
.d.tsfiles to the generatedskylark.d.ts. When compiling other sources against thisskylark.d.tsthe compiler will generate an error/warning because it cannot find these taken-over references. In our case,_externals.d.tsis, however, not required for compiling apps/games that use Skylark.