Merge pull request #39986 from amcasey/pinned-release-3.7

Make release-3.7 buildable
This commit is contained in:
Andrew Casey 2020-08-10 18:05:04 -07:00 committed by GitHub
commit 2ae8d9f7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8398 additions and 4 deletions

1
.gitignore vendored
View File

@ -84,7 +84,6 @@ tests/cases/user/*/**/*.d.ts
tests/baselines/reference/dt
.failed-tests
TEST-results.xml
package-lock.json
tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter

1
.npmrc
View File

@ -1 +0,0 @@
package-lock=false

View File

@ -1,7 +1,7 @@
language: node_js
node_js:
- 'node'
- '12'
- '10'
- '8'
@ -18,7 +18,7 @@ branches:
install:
- npm uninstall typescript --no-save
- npm install
- npm ci
cache:
directories:

8396
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff