Skip to content
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

fix: Analyze succeeds even if ts output config is missing. #788

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

yeldiRium
Copy link
Contributor

@yeldiRium yeldiRium commented Jan 17, 2022

Since the analysis does not need to emit code, the output configuration
is irrelevant and can be ignored.

This resolves #787.

Since the analysis does not need to emit code, the output configuration
is irrelevant and can be ignored.
@goloroden goloroden enabled auto-merge (squash) January 17, 2022 10:38
@goloroden goloroden merged commit 8424542 into main Jan 17, 2022
@goloroden goloroden deleted the 787-ignore-ts-output-config-on-analyze branch January 17, 2022 12:07
goloroden pushed a commit that referenced this pull request Jan 17, 2022
## [12.6.2](12.6.1...12.6.2) (2022-01-17)

### Bug Fixes

* Analyze succeeds even if ts output config is missing. ([#788](#788)) ([8424542](8424542))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The typecheck of roboter analyze requires an output configuration in tsconfig.json.
3 participants