FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TypeScript/scripts/bisect.cmd at master · 1981-1/TypeScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
1981-1
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
TypeScript
/
scripts
/
bisect.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (25 loc) · 713 Bytes
Breadcrumbs
TypeScript
/
scripts
/
bisect.cmd
Copy path
File metadata and controls
30 lines (25 loc) · 713 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
echo
off
IF
NOT
EXIST
scripts\bisect.cmd
GOTO
:
wrongdir
IF
"
%1
"
==
"
"
GOTO
:
usage
IF
"
%1
"
==
"
GO
"
GOTO
:
run
GOTO
:
copy
:
usage
echo
Usage: bisect GoodCommit BadCommit test.ts compiles
echo
Usage: bisect GoodCommit BadCommit test.ts emits test.js
"
var x = 3
"
GOTO
:
eof
:
copy
copy
scripts\bisect.cmd scripts\bisect-fresh.cmd
scripts\bisect-fresh GO
%*
GOTO
:
eof
:
run
call
jake local
node built/local/tsc.js scripts/bisect-test.ts --module commonjs
git bisect
start
%2
%3
git bisect run node scripts/bisect-test.js
%4
%5
%6
%7
del
scripts\bisect-test.js
del
scripts\bisect-fresh.cmd
GOTO
:
eof
:
wrongdir
@
echo
Run this file from the repo folder, not the scripts folder
GOTO
:
eof
:
eof
Back
|
FazBrowse Home
|
New Git URL