This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 889
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s.ts src/runner.ts is getting pretty overcrowded; it was getting hard to reason about where things belonged in it.
Relies on some slightly manual stringification of members of the config files.
Haven't figured out yet how to test the real output :(
Matches ESLint's.
adidahiya
suggested changes
May 30, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will fix the next / RC failures today
adidahiya
approved these changes
Jun 3, 2019
This was referenced Mar 18, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR checklist
Overview of change:
Adds a
--print-config
flag as suggested in #3720. It's roughly equivalent to ESLint's: it takes in a file name and prints the JSON result of parsing the configuration that would be used for that file.Is there anything you'd like reviewers to focus on?
Where should I add tests for the output of this? I could only find precedent for testing the exit code. 😕
Cleaned up
src/runner.ts
a bit to help keep things organized. See first 3 commits in order for a more logical flow of the changes.Edit: managed to bust my local install of TSLint; fixing lint rules now... 😂RC and Next lint failures are unrelated: #4745CHANGELOG.md entry:
[enhancement]: Added --print-config CLI flag