Skip to content

Commit 3ea2cdd

Browse files
authored
Merge pull request #8 from Microsoft/master
Merge master in MSActiveXExtensions
2 parents 9ec046b + 6be7d9c commit 3ea2cdd

File tree

19,695 files changed

+1065332
-334608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

19,695 files changed

+1065332
-334608
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*.js linguist-language=TypeScript
1+
*.js linguist-language=TypeScript
2+
* -text

.gitignore

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,52 @@
11
node_modules/
22
built/*
3-
tests/cases/*.js
4-
tests/cases/*/*.js
5-
tests/cases/*/*/*.js
6-
tests/cases/*/*/*/*.js
7-
tests/cases/*/*/*/*/*.js
8-
tests/cases/*.js.map
9-
tests/cases/*/*.js.map
10-
tests/cases/*/*/*.js.map
11-
tests/cases/*/*/*/*.js.map
12-
tests/cases/*/*/*/*/*.js.map
133
tests/cases/rwc/*
144
tests/cases/test262/*
155
tests/cases/perf/*
166
!tests/cases/webharness/compilerToString.js
177
test-args.txt
188
~*.docx
9+
\#*\#
10+
.\#*
1911
tests/baselines/local/*
2012
tests/services/baselines/local/*
2113
tests/baselines/prototyping/local/*
2214
tests/baselines/rwc/*
2315
tests/baselines/test262/*
16+
tests/baselines/reference/projectOutput/*
2417
tests/baselines/local/projectOutput/*
2518
tests/services/baselines/prototyping/local/*
2619
tests/services/browser/typescriptServices.js
20+
scripts/configureNightly.js
2721
scripts/processDiagnosticMessages.d.ts
2822
scripts/processDiagnosticMessages.js
29-
scripts/importDefinitelyTypedTests.js
23+
scripts/importDefinitelyTypedTests/importDefinitelyTypedTests.js
3024
src/harness/*.js
25+
src/compiler/diagnosticInformationMap.generated.ts
26+
src/compiler/diagnosticMessages.generated.json
3127
rwc-report.html
3228
*.swp
3329
build.json
3430
*.actual
31+
tests/webTestServer.js
32+
tests/webTestServer.js.map
3533
tests/webhost/*.d.ts
3634
tests/webhost/webtsc.js
37-
tests/*.js
38-
tests/*.js.map
39-
tests/*.d.ts
35+
tests/cases/**/*.js
36+
tests/cases/**/*.js.map
4037
*.config
4138
scripts/debug.bat
4239
scripts/run.bat
4340
scripts/word2md.js
4441
scripts/ior.js
4542
scripts/*.js.map
43+
scripts/typings/
4644
coverage/
4745
internal/
4846
**/.DS_Store
47+
.settings
48+
**/.vs
49+
**/.vscode
50+
!**/.vscode/tasks.json
51+
!tests/cases/projects/projectOption/**/node_modules
52+
!tests/cases/projects/NodeModulesSearch/**/*

.npmignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
built
22
doc
3+
internal
4+
issue_template.md
5+
lib/README.md
6+
pull_request_template.md
37
scripts
48
src
59
tests
6-
Jakefile
7-
.travis.yml
10+
tslint.json
11+
Jakefile.js
12+
.editorconfig
13+
.gitattributes
14+
.settings/
15+
.travis.yml
16+
.vscode/

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22

33
node_js:
4+
- 'stable'
5+
- '4'
46
- '0.10'
57

6-
sudo: false
8+
sudo: false

.vscode/tasks.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// Available variables which can be used inside of strings.
2+
// ${workspaceRoot}: the root folder of the team
3+
// ${file}: the current opened file
4+
// ${fileBasename}: the current opened file's basename
5+
// ${fileDirname}: the current opened file's dirname
6+
// ${fileExtname}: the current opened file's extension
7+
// ${cwd}: the current working directory of the spawned process
8+
{
9+
"version": "0.1.0",
10+
"command": "gulp",
11+
"isShellCommand": true,
12+
"showOutput": "silent",
13+
"tasks": [
14+
{
15+
"taskName": "local",
16+
"isBuildCommand": true,
17+
"showOutput": "silent",
18+
"problemMatcher": [
19+
"$tsc"
20+
]
21+
}
22+
]
23+
}

AUTHORS.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
TypeScript is authored by:
2+
3+
* Adam Freidin
4+
* Ahmad Farid
5+
* Akshar Patel
6+
* Anders Hejlsberg
7+
* Arnav Singh
8+
* Arthur Ozga
9+
* Asad Saeeduddin
10+
* Basarat Ali Syed
11+
* Ben Duffield
12+
* Bill Ticehurst
13+
* Brett Mayen
14+
* Bryan Forbes
15+
* Caitlin Potter
16+
* Chris Bubernak
17+
* Colby Russell
18+
* Colin Snover
19+
* Cyrus Najmabadi
20+
* Dan Corder
21+
* Dan Quirk
22+
* Daniel Rosenwasser
23+
* @dashaus
24+
* David Li
25+
* Denis Nedelyaev
26+
* Dick van den Brink
27+
* Dirk Bäumer
28+
* Dirk Holtwick
29+
* Eyas Sharaiha
30+
* @falsandtru
31+
* Frank Wallis
32+
* Gabriel Isenberg
33+
* Gilad Peleg
34+
* Graeme Wicksted
35+
* Guillaume Salles
36+
* Guy Bedford
37+
* Harald Niesche
38+
* Iain Monro
39+
* Ingvar Stepanyan
40+
* Ivo Gabe de Wolff
41+
* James Whitney
42+
* Jason Freeman
43+
* Jason Killian
44+
* Jason Ramsay
45+
* Jed Mao
46+
* Jeffrey Morlan
47+
* Johannes Rieken
48+
* John Vilk
49+
* Jonathan Bond-Caron
50+
* Jonathan Park
51+
* Jonathan Turner
52+
* Jonathon Smith
53+
* Josh Kalderimis
54+
* Julian Williams
55+
* Kagami Sascha Rosylight
56+
* Keith Mashinter
57+
* Ken Howard
58+
* Kenji Imamula
59+
* Lorant Pinter
60+
* Lucien Greathouse
61+
* Martin Všetička
62+
* Masahiro Wakame
63+
* Mattias Buelens
64+
* Max Deepfield
65+
* Micah Zoltu
66+
* Mohamed Hegazy
67+
* Nathan Shively-Sanders
68+
* Nathan Yee
69+
* Oleg Mihailik
70+
* Oleksandr Chekhovskyi
71+
* Paul van Brenk
72+
* @pcbro
73+
* Pedro Maltez
74+
* Philip Bulley
75+
* piloopin
76+
* @progre
77+
* Punya Biswal
78+
* Richard Sentino
79+
* Ron Buckton
80+
* Rowan Wyborn
81+
* Ryan Cavanaugh
82+
* Ryohei Ikegami
83+
* Sébastien Arod
84+
* Sheetal Nandi
85+
* Shengping Zhong
86+
* Shyyko Serhiy
87+
* Simon Hürlimann
88+
* Solal Pirelli
89+
* Stan Thomas
90+
* Steve Lucco
91+
* Thomas Loubiou
92+
* Tien Hoanhtien
93+
* Tim Perry
94+
* Tingan Ho
95+
* togru
96+
* Tomas Grubliauskas
97+
* TruongSinh Tran-Nguyen
98+
* Viliv Vane
99+
* Vladimir Matveev
100+
* Wesley Wigham
101+
* York Yao
102+
* Yui Tanglertsampan
103+
* Yuichi Nukiyama
104+
* Zev Spitz
105+
* Zhengbo Li

0 commit comments

Comments
 (0)