forked from angular/protractor
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): Add docs for TypeScript, async/await, & disabling the co…
…ntrol flow * Added information in `/docs/control-flow.md` about disabling the control flow * Made `/docs/async-await.md`, which redirects to `/exampleTypescript/asyncAwait/README.md` * Made `docs/typescript.md`, which redirects to `/exampleTypescript/`. * Moved our `/spec/install/noCF/` tests to `/exampleTypescript/noControlFlow/` * Split `noCF/smokeSpec` into `is_disabled_spec.ts` and `element_spec.ts`. * Added `exampleTypescript/noControlFlow/fullConf.ts`, which will be useful as we add more tests * Set `exampleTypescript` to compile to es6 * Added information about `@types/jasminewd2` to `exampleTypescript/asyncAwait/README.md` * Added `spec/noCFSmokeConf.js`, `spec/noCFPluginConf.js`, and `spec/noCFFullConf.js`, which essentially just redirect to `/exampleTypescript/noControlFlow/`. Also did some mimor cleanup: * Removed redundent information in `/docs/plugins.md`. Now redirects to `/lib/plugins.ts`. * Comment cleanup in `/lib/plugins.ts` * Export some necessary types in `/lib/index.ts` * Compile more stuff in `/exampleTypescript/`. Website updates to come in a future change. Closes angular#3692
- Loading branch information
Showing
26 changed files
with
223 additions
and
374 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
`async`/`await` | ||
=============== | ||
|
||
Please see [our TypeScript examples which use `async`/`await`](/exampleTypescript/asyncAwait/). |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
TypeScript | ||
========== | ||
|
||
Please see [our TypeScript examples](/exampleTypescript/). |
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
Oops, something went wrong.