Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/compiler/commandLineParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ module ts {
name: "charset",
type: "string",
},
{
name: "codepage",
type: "number",
},
{
name: "declaration",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

shortName: "d",
Expand Down Expand Up @@ -78,10 +74,6 @@ module ts {
name: "noLib",
type: "boolean",
},
{
name: "noLibCheck",
type: "boolean",
},
{
name: "noResolve",
type: "boolean",
Expand Down
2 changes: 0 additions & 2 deletions src/compiler/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,6 @@ module ts {
export interface CompilerOptions {
allowNonTsExtensions?: boolean;
charset?: string;
codepage?: number;
declaration?: boolean;
diagnostics?: boolean;
emitBOM?: boolean;
Expand All @@ -1574,7 +1573,6 @@ module ts {
noErrorTruncation?: boolean;
noImplicitAny?: boolean;
noLib?: boolean;
noLibCheck?: boolean;
noResolve?: boolean;
out?: string;
outDir?: string;
Expand Down
10 changes: 0 additions & 10 deletions src/harness/harness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1036,17 +1036,7 @@ module Harness {
useCaseSensitiveFileNames = setting.value === 'true';
break;

case 'mapsourcefiles':
case 'maproot':
case 'generatedeclarationfiles':
case 'gatherDiagnostics':
case 'codepage':
case 'createFileLog':
case 'filename':
case 'removecomments':
case 'watch':
case 'allowautomaticsemicoloninsertion':
case 'locale':
// Not supported yet
break;

Expand Down
2 changes: 0 additions & 2 deletions tests/baselines/reference/APISample_compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,6 @@ declare module "typescript" {
interface CompilerOptions {
allowNonTsExtensions?: boolean;
charset?: string;
codepage?: number;
declaration?: boolean;
diagnostics?: boolean;
emitBOM?: boolean;
Expand All @@ -1230,7 +1229,6 @@ declare module "typescript" {
noErrorTruncation?: boolean;
noImplicitAny?: boolean;
noLib?: boolean;
noLibCheck?: boolean;
noResolve?: boolean;
out?: string;
outDir?: string;
Expand Down
6 changes: 0 additions & 6 deletions tests/baselines/reference/APISample_compile.types
Original file line number Diff line number Diff line change
Expand Up @@ -3901,9 +3901,6 @@ declare module "typescript" {
charset?: string;
>charset : string

codepage?: number;
>codepage : number

declaration?: boolean;
>declaration : boolean

Expand Down Expand Up @@ -3944,9 +3941,6 @@ declare module "typescript" {
noLib?: boolean;
>noLib : boolean

noLibCheck?: boolean;
>noLibCheck : boolean

noResolve?: boolean;
>noResolve : boolean

Expand Down
2 changes: 0 additions & 2 deletions tests/baselines/reference/APISample_linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,6 @@ declare module "typescript" {
interface CompilerOptions {
allowNonTsExtensions?: boolean;
charset?: string;
codepage?: number;
declaration?: boolean;
diagnostics?: boolean;
emitBOM?: boolean;
Expand All @@ -1261,7 +1260,6 @@ declare module "typescript" {
noErrorTruncation?: boolean;
noImplicitAny?: boolean;
noLib?: boolean;
noLibCheck?: boolean;
noResolve?: boolean;
out?: string;
outDir?: string;
Expand Down
6 changes: 0 additions & 6 deletions tests/baselines/reference/APISample_linter.types
Original file line number Diff line number Diff line change
Expand Up @@ -4047,9 +4047,6 @@ declare module "typescript" {
charset?: string;
>charset : string

codepage?: number;
>codepage : number

declaration?: boolean;
>declaration : boolean

Expand Down Expand Up @@ -4090,9 +4087,6 @@ declare module "typescript" {
noLib?: boolean;
>noLib : boolean

noLibCheck?: boolean;
>noLibCheck : boolean

noResolve?: boolean;
>noResolve : boolean

Expand Down
2 changes: 0 additions & 2 deletions tests/baselines/reference/APISample_transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,6 @@ declare module "typescript" {
interface CompilerOptions {
allowNonTsExtensions?: boolean;
charset?: string;
codepage?: number;
declaration?: boolean;
diagnostics?: boolean;
emitBOM?: boolean;
Expand All @@ -1262,7 +1261,6 @@ declare module "typescript" {
noErrorTruncation?: boolean;
noImplicitAny?: boolean;
noLib?: boolean;
noLibCheck?: boolean;
noResolve?: boolean;
out?: string;
outDir?: string;
Expand Down
6 changes: 0 additions & 6 deletions tests/baselines/reference/APISample_transform.types
Original file line number Diff line number Diff line change
Expand Up @@ -3997,9 +3997,6 @@ declare module "typescript" {
charset?: string;
>charset : string

codepage?: number;
>codepage : number

declaration?: boolean;
>declaration : boolean

Expand Down Expand Up @@ -4040,9 +4037,6 @@ declare module "typescript" {
noLib?: boolean;
>noLib : boolean

noLibCheck?: boolean;
>noLibCheck : boolean

noResolve?: boolean;
>noResolve : boolean

Expand Down
2 changes: 0 additions & 2 deletions tests/baselines/reference/APISample_watcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,6 @@ declare module "typescript" {
interface CompilerOptions {
allowNonTsExtensions?: boolean;
charset?: string;
codepage?: number;
declaration?: boolean;
diagnostics?: boolean;
emitBOM?: boolean;
Expand All @@ -1299,7 +1298,6 @@ declare module "typescript" {
noErrorTruncation?: boolean;
noImplicitAny?: boolean;
noLib?: boolean;
noLibCheck?: boolean;
noResolve?: boolean;
out?: string;
outDir?: string;
Expand Down
6 changes: 0 additions & 6 deletions tests/baselines/reference/APISample_watcher.types
Original file line number Diff line number Diff line change
Expand Up @@ -4170,9 +4170,6 @@ declare module "typescript" {
charset?: string;
>charset : string

codepage?: number;
>codepage : number

declaration?: boolean;
>declaration : boolean

Expand Down Expand Up @@ -4213,9 +4210,6 @@ declare module "typescript" {
noLib?: boolean;
>noLib : boolean

noLibCheck?: boolean;
>noLibCheck : boolean

noResolve?: boolean;
>noResolve : boolean

Expand Down