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

doc: add precision regarding --files option #930

Merged
merged 2 commits into from Jan 9, 2020

Conversation

ledenis
Copy link
Contributor

@ledenis ledenis commented Dec 26, 2019

I suggest to add a little precision about --files options, since it does not seem very clear #782 (comment)

@coveralls
Copy link

coveralls commented Dec 26, 2019

Coverage Status

Coverage remained the same at 84.055% when pulling 12fc4b7 on ledenis:patch-1 into 2ba0a8f on TypeStrong:master.

README.md Outdated
@@ -215,7 +215,7 @@ An alternative approach for definitions of third-party libraries are [triple-sla
import UntypedJsLib from "untyped_js_lib"
```

**Tip:** If you _must_ use `files`, enable `--files` flags or set `TS_NODE_FILES=true`.
**Tip:** If you _must_ use `files` or `include`/`exclude`, enable `--files` flags or set `TS_NODE_FILES=true`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: how about this phrasing, since some people combine "files" with "include"?

If you must use files, include, or exclude, enable ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, done. Also reworded the phrase above

@blakeembrey blakeembrey merged commit 3401f59 into TypeStrong:master Jan 9, 2020
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.

None yet

4 participants