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
error TS6305: Output file '/Users/toby/dev/ts3_bug/proj1/proj2/exports.d.ts' has not been built from source file '/Users/toby/dev/ts3_bug/proj1/proj2/exports.ts'.
When a project contains a reference to project in a ancestor folder, includes source files must be listed in dependency order.
TypeScript Version: 3.0-rc, 3.0.1-insiders.20180726, and 3.1.0-dev
Search Terms:
3.0 project references
Code
Where
imports.ts
is:and
exports.ts
is:Expected behavior:
Compilation succeeds.
Actual behavior:
Changing the order of files to:
Succeeds.
Github project Link:
https://github.com/WearyMonkey/ts3-file-order-bug
Related Issues:
#25600 (comment)
The text was updated successfully, but these errors were encountered: