Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

deps(typescript): use typescript@~2.0.0 #4062

Merged
merged 1 commit into from
Feb 6, 2017
Merged

Conversation

cnishina
Copy link
Member

@cnishina cnishina commented Feb 3, 2017

No description provided.

- move noCF tests to install and fix reference to protractor
- changed element.ts to not use keyof
- remove gulp task tsc:spec
@heathkit heathkit merged commit 9d69a81 into angular:master Feb 6, 2017
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`
@cnishina cnishina deleted the package branch November 5, 2018 17:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants