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

Commit 825cc59

Browse files
committed
feat(typescript): adding typescript to protractor
Converting a few files over to typescript. When running protractor, the typescript files will be transpiled to javascript. Also adding scripts to package.json for `npm run tsc` and `npm run tsc:w` to watch for changes.
1 parent 7ce4919 commit 825cc59

31 files changed

+394
-333
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ xmloutput*
1111
npm-debug.log
1212

1313
*.swp
14+
15+
typings/
16+
built/

lib/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.js.map
2+
configParser.js
3+
logger.js
4+
util.js

lib/configParser.js

-232
This file was deleted.

0 commit comments

Comments
 (0)