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

dep(types): typescript and typings dependencies #3485

Merged
merged 2 commits into from
Aug 19, 2016

Conversation

cnishina
Copy link
Member

  • remove typings dependency, scripts, and gulp task
  • add @types dependencies
  • clean up globals.ts from npm publishing

- remove typings dependency, scripts, and gulp task
- add @types dependencies
- clean up globals.ts from npm publishing
@cnishina
Copy link
Member Author

@robinboehm I plan to rollback your change. The transpile to "outDir": "tmp" when upgrading to TypeScript 2 would output javascript files to the path: tmp/protractor/exampleTypescript. I am open to suggestions.

I did however update the Protractor Cookbook with the outDir change: angular/protractor-cookbook@e2b823e

@cnishina
Copy link
Member Author

@robinboehm just kidding... I was able to get this to work with @tmeneau's help.

- add declaration flag for gulp task
- ignore globals.d.ts from tsconfig and .gitignore
- put back outDir in exampleTypescript
@@ -14,3 +14,4 @@ npm-debug.log

*.swp
globals.js
globals.d.ts
Copy link
Contributor

Choose a reason for hiding this comment

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

Thank g-d

@heathkit
Copy link
Contributor

yay no more typings.json!

@cnishina cnishina merged commit 4252000 into angular:master Aug 19, 2016
@cnishina cnishina deleted the typescript2 branch September 14, 2016 22:56
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.

4 participants