This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
deps(typescript): use typescript@~2.0.0 #4062
Merged
Merged
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
cnishina
force-pushed
the
package
branch
2 times, most recently
from
February 4, 2017 01:15
a6365f7
to
f707618
Compare
- move noCF tests to install and fix reference to protractor - changed element.ts to not use keyof - remove gulp task tsc:spec
sjelin
added a commit
to sjelin/protractor
that referenced
this pull request
Feb 7, 2017
…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
sjelin
added a commit
to sjelin/protractor
that referenced
this pull request
Feb 7, 2017
…lugin docs * Adding `SELENIUM_PROMISE_MANAGER` docs * Added information in `/docs/control-flow.md` about SELENIUM_PROMISE_MANAGER, including pointing people to `/spec/ts/` for examples. * Made `/docs/async-await.md`, which redirects to `/exampleTypescript/asyncAwait/README.md`. * Made `docs/typescript.md`, which redirects to `/exampleTypescript/`. * Added information about `@types/jasminewd2` to `exampleTypescript/README.md`. * Website updates to come in a future change * Closes angular#3692 * Reorganizing typescript tests * 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`. * Fixing plugin docs * 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`
sjelin
added a commit
to sjelin/protractor
that referenced
this pull request
Feb 7, 2017
* 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`.
sjelin
added a commit
to sjelin/protractor
that referenced
this pull request
Feb 7, 2017
* 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`. Also added generated `exampleTypescript/` files to `.npmignore`
sjelin
added a commit
that referenced
this pull request
Feb 8, 2017
* 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 #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`. Also added generated `exampleTypescript/` files to `.npmignore`
igniteram
pushed a commit
to igniteram/protractor
that referenced
this pull request
Feb 21, 2017
- move noCF tests to install and fix reference to protractor - changed element.ts to not use keyof - remove gulp task tsc:spec
igniteram
pushed a commit
to igniteram/protractor
that referenced
this pull request
Feb 21, 2017
* 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`. Also added generated `exampleTypescript/` files to `.npmignore`
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.
No description provided.