-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for project-references examples (if supported) #163
Comments
This is part of #23 - we should copy over https://github.com/bazelbuild/rules_nodejs/tree/stable/packages/typescript/test/ts_project/c which shows project references. |
I reproduced that error you mentioned in microsoft/TypeScript#37378 (comment) The cause is that in a refactoring we lost these two lines |
We need to propagate the tsconfig.json file to composite project dependents as an input. This was in rules_nodejs but we lost it. Also correct the pathing for the tsbuildinfo output, which hadn't been tested in rules_ts yet. Copied the three composite projects from rules_nodejs tests, so we have that coverage now. Fixes #163
We need to propagate the tsconfig.json file to composite project dependents as an input. This was in rules_nodejs but we lost it. Also correct the pathing for the tsbuildinfo output, which hadn't been tested in rules_ts yet. Copied the three composite projects from rules_nodejs tests, so we have that coverage now. Fixes #163
We need to propagate the tsconfig.json file to composite project dependents as an input. This was in rules_nodejs but we lost it. Also correct the pathing for the tsbuildinfo output, which hadn't been tested in rules_ts yet. Copied the three composite projects from rules_nodejs tests, so we have that coverage now. Fixes #163
We need to propagate the tsconfig.json file to composite project dependents as an input. This was in rules_nodejs but we lost it. Also correct the pathing for the tsbuildinfo output, which hadn't been tested in rules_ts yet. Copied the three composite projects from rules_nodejs tests, so we have that coverage now. Fixes #163
It's unclear to me whether https://www.typescriptlang.org/docs/handbook/project-references.html (incremental builds) are supported by just looking at the examples https://github.com/aspect-build/rules_ts/tree/d5842963bae0c1f0e83a77dabee595784418917b/examples.
I would have expected an example with multiple tsconfig.json's, with some tsconfig.json's referring to other tsconfig.json's via the references config (https://www.typescriptlang.org/tsconfig#references)
My main goal is to get yarn workspaces working with typescript and bazel
Edit: TLDR, my question is whether aspect ts rules support project-references
The text was updated successfully, but these errors were encountered: