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 back to `/spec/ts` and restored `ts_spec_config.json`. * It turns out that typescript@~2.0.0 does support `-p config_file.json`. The thing it doesn't support is pointing `include` to a folder. So rather than moving everything in angular#4062, we just needed to use globs. * Split `smokeSpec.ts` into `is_disabled_spec.ts` and `element_spec.ts`. * Renamed `noCFSmokeConf.ts` to `noCFBasicConf.ts` so it is more clearly analogous to `basicConf.js`. * Added test using blocking proxy for `noCFBasicConf.ts`. * Added information about `@types/jasminewd2` to `exampleTypescript/README.md`. 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` * Added compiled `/exampleTypescript/` files to `.npmignore` Website updates to come in a future change. Closes angular#3692
- Loading branch information
Showing
23 changed files
with
161 additions
and
351 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
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.