Skip to content

Commit

Permalink
Add snapshot of compiler sources
Browse files Browse the repository at this point in the history
mhegazy committed Jul 13, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 99ec3a9 commit 214df64
Showing 14,390 changed files with 671,305 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
66 changes: 66 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
node_modules/
built/
bin/wrapped_tsc.js
tests/cases/*.js
tests/cases/*/*.js
tests/cases/*/*/*.js
tests/cases/*/*/*/*.js
tests/cases/*/*/*/*/*.js
tests/cases/*.js.map
tests/cases/*/*.js.map
tests/cases/*/*/*.js.map
tests/cases/*/*/*/*.js.map
tests/cases/*/*/*/*/*.js.map
tests/cases/rwc/*
tests/cases/perf/*
!tests/cases/webharness/compilerToString.js
tests/runners/*.js
tests/runners/*/*.js
tests/runners/rwc/*
!tests/runners/rwc/rwcRunner.ts
!tests/runners/rwc/loggedIO.ts
diff-*.html
test-args.txt
*.suo
~*.docx
tests/baselines/local/*
tests/baselines/reference/projectOutput/
tests/services/baselines/local/*
tests/baselines/prototyping/local/*
tests/baselines/rwc/*
tests/services/baselines/prototyping/local/*
tests/services/browser/typescriptServices.js
scripts/processDiagnosticMessages.d.ts
scripts/processDiagnosticMessages.js
src/compiler/*.js
src/compiler/syntax/wrapped_SyntaxGenerator.js
src/compiler/syntax/SyntaxGenerator.js
src/compiler/syntax/SyntaxGenerator.d.ts
src/compiler/prototype/*.js
src/services/*.js
src/services/*/*.js
src/harness/*.js
src/prototype/*.js
src/prototype/*/*.js
baseline-report.html
fidelity-report.html
rwc-report.html
*.swp
build.json
monaco.editor.json
samples/win8/encyclopedia/Encyclopedia/js/*.js
samples/win8/encyclopedia/Encyclopedia/js/*.js.map
samples/win8/encyclopedia/Encyclopedia/bin/
samples/win8/encyclopedia/Encyclopedia/bld/
samples/win8/encyclopedia/Encyclopedia/Encyclopedia.jsproj.user
*.actual
tests/Fidelity/*.d.ts
tests/Fidelity/*.js
tests/cases/webharness/*.d.ts
tests/webhost/*.d.ts
tests/webhost/webtsc.js
tests/*.js
tests/*.d.ts
*.config
scripts/debug.bat
scripts/run.bat
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
built
doc
samples
src
tests
typings
bin/winjs.d.ts
bin/winrt.d.ts
bin/*.bat
bin/jquery.d.ts
bin/typescriptServices.js
Jakefile
15 changes: 15 additions & 0 deletions CopyrightNotice.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0

THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.

See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */

Loading

0 comments on commit 214df64

Please sign in to comment.