File tree 12 files changed +5
-53
lines changed
tests/baselines/reference
12 files changed +5
-53
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ module ts {
9
9
name : "charset" ,
10
10
type : "string" ,
11
11
} ,
12
- {
13
- name : "codepage" ,
14
- type : "number" ,
15
- } ,
16
12
{
17
13
name : "declaration" ,
18
14
shortName : "d" ,
@@ -78,10 +74,6 @@ module ts {
78
74
name : "noLib" ,
79
75
type : "boolean" ,
80
76
} ,
81
- {
82
- name : "noLibCheck" ,
83
- type : "boolean" ,
84
- } ,
85
77
{
86
78
name : "noResolve" ,
87
79
type : "boolean" ,
Original file line number Diff line number Diff line change @@ -1560,7 +1560,6 @@ module ts {
1560
1560
export interface CompilerOptions {
1561
1561
allowNonTsExtensions ?: boolean ;
1562
1562
charset ?: string ;
1563
- codepage ?: number ;
1564
1563
declaration ?: boolean ;
1565
1564
diagnostics ?: boolean ;
1566
1565
emitBOM ?: boolean ;
@@ -1574,7 +1573,6 @@ module ts {
1574
1573
noErrorTruncation ?: boolean ;
1575
1574
noImplicitAny ?: boolean ;
1576
1575
noLib ?: boolean ;
1577
- noLibCheck ?: boolean ;
1578
1576
noResolve ?: boolean ;
1579
1577
out ?: string ;
1580
1578
outDir ?: string ;
Original file line number Diff line number Diff line change @@ -1036,17 +1036,7 @@ module Harness {
1036
1036
useCaseSensitiveFileNames = setting . value === 'true' ;
1037
1037
break ;
1038
1038
1039
- case 'mapsourcefiles' :
1040
- case 'maproot' :
1041
- case 'generatedeclarationfiles' :
1042
- case 'gatherDiagnostics' :
1043
- case 'codepage' :
1044
- case 'createFileLog' :
1045
1039
case 'filename' :
1046
- case 'removecomments' :
1047
- case 'watch' :
1048
- case 'allowautomaticsemicoloninsertion' :
1049
- case 'locale' :
1050
1040
// Not supported yet
1051
1041
break ;
1052
1042
Original file line number Diff line number Diff line change 4
4
/// Windows Script Host APIS
5
5
/////////////////////////////
6
6
7
- declare var ActiveXObject : { new ( s : string ) : any ; } ;
7
+
8
+ interface ActiveXObject {
9
+ new ( s : string ) : any ;
10
+ }
11
+ declare var ActiveXObject : ActiveXObject ;
8
12
9
13
interface ITextWriter {
10
14
Write ( s : string ) : void ;
Original file line number Diff line number Diff line change @@ -1216,7 +1216,6 @@ declare module "typescript" {
1216
1216
interface CompilerOptions {
1217
1217
allowNonTsExtensions ?: boolean ;
1218
1218
charset ?: string ;
1219
- codepage ?: number ;
1220
1219
declaration ?: boolean ;
1221
1220
diagnostics ?: boolean ;
1222
1221
emitBOM ?: boolean ;
@@ -1230,7 +1229,6 @@ declare module "typescript" {
1230
1229
noErrorTruncation ?: boolean ;
1231
1230
noImplicitAny ?: boolean ;
1232
1231
noLib ?: boolean ;
1233
- noLibCheck ?: boolean ;
1234
1232
noResolve ?: boolean ;
1235
1233
out ?: string ;
1236
1234
outDir ?: string ;
Original file line number Diff line number Diff line change @@ -3901,9 +3901,6 @@ declare module "typescript" {
3901
3901
charset?: string;
3902
3902
>charset : string
3903
3903
3904
- codepage?: number;
3905
- >codepage : number
3906
-
3907
3904
declaration?: boolean;
3908
3905
>declaration : boolean
3909
3906
@@ -3944,9 +3941,6 @@ declare module "typescript" {
3944
3941
noLib?: boolean;
3945
3942
>noLib : boolean
3946
3943
3947
- noLibCheck?: boolean;
3948
- >noLibCheck : boolean
3949
-
3950
3944
noResolve?: boolean;
3951
3945
>noResolve : boolean
3952
3946
Original file line number Diff line number Diff line change @@ -1247,7 +1247,6 @@ declare module "typescript" {
1247
1247
interface CompilerOptions {
1248
1248
allowNonTsExtensions ?: boolean ;
1249
1249
charset ?: string ;
1250
- codepage ?: number ;
1251
1250
declaration ?: boolean ;
1252
1251
diagnostics ?: boolean ;
1253
1252
emitBOM ?: boolean ;
@@ -1261,7 +1260,6 @@ declare module "typescript" {
1261
1260
noErrorTruncation ?: boolean ;
1262
1261
noImplicitAny ?: boolean ;
1263
1262
noLib ?: boolean ;
1264
- noLibCheck ?: boolean ;
1265
1263
noResolve ?: boolean ;
1266
1264
out ?: string ;
1267
1265
outDir ?: string ;
Original file line number Diff line number Diff line change @@ -4047,9 +4047,6 @@ declare module "typescript" {
4047
4047
charset?: string;
4048
4048
>charset : string
4049
4049
4050
- codepage?: number;
4051
- >codepage : number
4052
-
4053
4050
declaration?: boolean;
4054
4051
>declaration : boolean
4055
4052
@@ -4090,9 +4087,6 @@ declare module "typescript" {
4090
4087
noLib?: boolean;
4091
4088
>noLib : boolean
4092
4089
4093
- noLibCheck?: boolean;
4094
- >noLibCheck : boolean
4095
-
4096
4090
noResolve?: boolean;
4097
4091
>noResolve : boolean
4098
4092
Original file line number Diff line number Diff line change @@ -1248,7 +1248,6 @@ declare module "typescript" {
1248
1248
interface CompilerOptions {
1249
1249
allowNonTsExtensions ?: boolean ;
1250
1250
charset ?: string ;
1251
- codepage ?: number ;
1252
1251
declaration ?: boolean ;
1253
1252
diagnostics ?: boolean ;
1254
1253
emitBOM ?: boolean ;
@@ -1262,7 +1261,6 @@ declare module "typescript" {
1262
1261
noErrorTruncation ?: boolean ;
1263
1262
noImplicitAny ?: boolean ;
1264
1263
noLib ?: boolean ;
1265
- noLibCheck ?: boolean ;
1266
1264
noResolve ?: boolean ;
1267
1265
out ?: string ;
1268
1266
outDir ?: string ;
Original file line number Diff line number Diff line change @@ -3997,9 +3997,6 @@ declare module "typescript" {
3997
3997
charset?: string;
3998
3998
>charset : string
3999
3999
4000
- codepage?: number;
4001
- >codepage : number
4002
-
4003
4000
declaration?: boolean;
4004
4001
>declaration : boolean
4005
4002
@@ -4040,9 +4037,6 @@ declare module "typescript" {
4040
4037
noLib?: boolean;
4041
4038
>noLib : boolean
4042
4039
4043
- noLibCheck?: boolean;
4044
- >noLibCheck : boolean
4045
-
4046
4040
noResolve?: boolean;
4047
4041
>noResolve : boolean
4048
4042
Original file line number Diff line number Diff line change @@ -1285,7 +1285,6 @@ declare module "typescript" {
1285
1285
interface CompilerOptions {
1286
1286
allowNonTsExtensions ?: boolean ;
1287
1287
charset ?: string ;
1288
- codepage ?: number ;
1289
1288
declaration ?: boolean ;
1290
1289
diagnostics ?: boolean ;
1291
1290
emitBOM ?: boolean ;
@@ -1299,7 +1298,6 @@ declare module "typescript" {
1299
1298
noErrorTruncation ?: boolean ;
1300
1299
noImplicitAny ?: boolean ;
1301
1300
noLib ?: boolean ;
1302
- noLibCheck ?: boolean ;
1303
1301
noResolve ?: boolean ;
1304
1302
out ?: string ;
1305
1303
outDir ?: string ;
Original file line number Diff line number Diff line change @@ -4170,9 +4170,6 @@ declare module "typescript" {
4170
4170
charset?: string;
4171
4171
>charset : string
4172
4172
4173
- codepage?: number;
4174
- >codepage : number
4175
-
4176
4173
declaration?: boolean;
4177
4174
>declaration : boolean
4178
4175
@@ -4213,9 +4210,6 @@ declare module "typescript" {
4213
4210
noLib?: boolean;
4214
4211
>noLib : boolean
4215
4212
4216
- noLibCheck?: boolean;
4217
- >noLibCheck : boolean
4218
-
4219
4213
noResolve?: boolean;
4220
4214
>noResolve : boolean
4221
4215
You can’t perform that action at this time.
0 commit comments