Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Remove references to changes from TypeScript 1.5 in the modules docs #1288

Merged
merged 1 commit into from
Feb 1, 2020

Conversation

orta
Copy link
Contributor

@orta orta commented Feb 1, 2020

Does some minor spring cleaning after I spotted this Reddit thread: https://www.reddit.com/r/typescript/comments/ewjhiy/typescript_i_love_you_but_this_documentation_is/

  • I tried to orient folks to understanding that namespaces are a TS thing
  • I re-oriented the order in which they're presented to give modules first
  • I removed the references to the 1.5 transition

@@ -87,7 +77,6 @@ Conversely, the variables `lettersRegexp` and `numberRegexp` are implementation
In the test code at the bottom of the file, we now need to qualify the names of the types when used outside the namespace, e.g. `Validation.LettersOnlyValidator`.

## Namespaced Validators
<b><a href="#table-of-contents">↥ back to top</a></b>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These are every 10-20 sentences, makes them pretty distracting. Won't be a problem in v2 handbook either way

@orta orta merged commit fa2cb4c into master Feb 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant