mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
Remove unsed options
This commit is contained in:
parent
de8eb7cdb4
commit
cebe42b81f
@ -9,10 +9,6 @@ module ts {
|
||||
name: "charset",
|
||||
type: "string",
|
||||
},
|
||||
{
|
||||
name: "codepage",
|
||||
type: "number",
|
||||
},
|
||||
{
|
||||
name: "declaration",
|
||||
shortName: "d",
|
||||
@ -78,10 +74,6 @@ module ts {
|
||||
name: "noLib",
|
||||
type: "boolean",
|
||||
},
|
||||
{
|
||||
name: "noLibCheck",
|
||||
type: "boolean",
|
||||
},
|
||||
{
|
||||
name: "noResolve",
|
||||
type: "boolean",
|
||||
|
||||
@ -1560,7 +1560,6 @@ module ts {
|
||||
export interface CompilerOptions {
|
||||
allowNonTsExtensions?: boolean;
|
||||
charset?: string;
|
||||
codepage?: number;
|
||||
declaration?: boolean;
|
||||
diagnostics?: boolean;
|
||||
emitBOM?: boolean;
|
||||
@ -1574,7 +1573,6 @@ module ts {
|
||||
noErrorTruncation?: boolean;
|
||||
noImplicitAny?: boolean;
|
||||
noLib?: boolean;
|
||||
noLibCheck?: boolean;
|
||||
noResolve?: boolean;
|
||||
out?: string;
|
||||
outDir?: string;
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -1216,7 +1216,6 @@ declare module "typescript" {
|
||||
interface CompilerOptions {
|
||||
allowNonTsExtensions?: boolean;
|
||||
charset?: string;
|
||||
codepage?: number;
|
||||
declaration?: boolean;
|
||||
diagnostics?: boolean;
|
||||
emitBOM?: boolean;
|
||||
@ -1230,7 +1229,6 @@ declare module "typescript" {
|
||||
noErrorTruncation?: boolean;
|
||||
noImplicitAny?: boolean;
|
||||
noLib?: boolean;
|
||||
noLibCheck?: boolean;
|
||||
noResolve?: boolean;
|
||||
out?: string;
|
||||
outDir?: string;
|
||||
|
||||
@ -3901,9 +3901,6 @@ declare module "typescript" {
|
||||
charset?: string;
|
||||
>charset : string
|
||||
|
||||
codepage?: number;
|
||||
>codepage : number
|
||||
|
||||
declaration?: boolean;
|
||||
>declaration : boolean
|
||||
|
||||
@ -3944,9 +3941,6 @@ declare module "typescript" {
|
||||
noLib?: boolean;
|
||||
>noLib : boolean
|
||||
|
||||
noLibCheck?: boolean;
|
||||
>noLibCheck : boolean
|
||||
|
||||
noResolve?: boolean;
|
||||
>noResolve : boolean
|
||||
|
||||
|
||||
@ -1247,7 +1247,6 @@ declare module "typescript" {
|
||||
interface CompilerOptions {
|
||||
allowNonTsExtensions?: boolean;
|
||||
charset?: string;
|
||||
codepage?: number;
|
||||
declaration?: boolean;
|
||||
diagnostics?: boolean;
|
||||
emitBOM?: boolean;
|
||||
@ -1261,7 +1260,6 @@ declare module "typescript" {
|
||||
noErrorTruncation?: boolean;
|
||||
noImplicitAny?: boolean;
|
||||
noLib?: boolean;
|
||||
noLibCheck?: boolean;
|
||||
noResolve?: boolean;
|
||||
out?: string;
|
||||
outDir?: string;
|
||||
|
||||
@ -4047,9 +4047,6 @@ declare module "typescript" {
|
||||
charset?: string;
|
||||
>charset : string
|
||||
|
||||
codepage?: number;
|
||||
>codepage : number
|
||||
|
||||
declaration?: boolean;
|
||||
>declaration : boolean
|
||||
|
||||
@ -4090,9 +4087,6 @@ declare module "typescript" {
|
||||
noLib?: boolean;
|
||||
>noLib : boolean
|
||||
|
||||
noLibCheck?: boolean;
|
||||
>noLibCheck : boolean
|
||||
|
||||
noResolve?: boolean;
|
||||
>noResolve : boolean
|
||||
|
||||
|
||||
@ -1248,7 +1248,6 @@ declare module "typescript" {
|
||||
interface CompilerOptions {
|
||||
allowNonTsExtensions?: boolean;
|
||||
charset?: string;
|
||||
codepage?: number;
|
||||
declaration?: boolean;
|
||||
diagnostics?: boolean;
|
||||
emitBOM?: boolean;
|
||||
@ -1262,7 +1261,6 @@ declare module "typescript" {
|
||||
noErrorTruncation?: boolean;
|
||||
noImplicitAny?: boolean;
|
||||
noLib?: boolean;
|
||||
noLibCheck?: boolean;
|
||||
noResolve?: boolean;
|
||||
out?: string;
|
||||
outDir?: string;
|
||||
|
||||
@ -3997,9 +3997,6 @@ declare module "typescript" {
|
||||
charset?: string;
|
||||
>charset : string
|
||||
|
||||
codepage?: number;
|
||||
>codepage : number
|
||||
|
||||
declaration?: boolean;
|
||||
>declaration : boolean
|
||||
|
||||
@ -4040,9 +4037,6 @@ declare module "typescript" {
|
||||
noLib?: boolean;
|
||||
>noLib : boolean
|
||||
|
||||
noLibCheck?: boolean;
|
||||
>noLibCheck : boolean
|
||||
|
||||
noResolve?: boolean;
|
||||
>noResolve : boolean
|
||||
|
||||
|
||||
@ -1285,7 +1285,6 @@ declare module "typescript" {
|
||||
interface CompilerOptions {
|
||||
allowNonTsExtensions?: boolean;
|
||||
charset?: string;
|
||||
codepage?: number;
|
||||
declaration?: boolean;
|
||||
diagnostics?: boolean;
|
||||
emitBOM?: boolean;
|
||||
@ -1299,7 +1298,6 @@ declare module "typescript" {
|
||||
noErrorTruncation?: boolean;
|
||||
noImplicitAny?: boolean;
|
||||
noLib?: boolean;
|
||||
noLibCheck?: boolean;
|
||||
noResolve?: boolean;
|
||||
out?: string;
|
||||
outDir?: string;
|
||||
|
||||
@ -4170,9 +4170,6 @@ declare module "typescript" {
|
||||
charset?: string;
|
||||
>charset : string
|
||||
|
||||
codepage?: number;
|
||||
>codepage : number
|
||||
|
||||
declaration?: boolean;
|
||||
>declaration : boolean
|
||||
|
||||
@ -4213,9 +4210,6 @@ declare module "typescript" {
|
||||
noLib?: boolean;
|
||||
>noLib : boolean
|
||||
|
||||
noLibCheck?: boolean;
|
||||
>noLibCheck : boolean
|
||||
|
||||
noResolve?: boolean;
|
||||
>noResolve : boolean
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user