TypeScript/tests/cases/project
Yui f235bf7db8 [Transforms] Merge master 06/06/2016 (#8991)
* Remove check narrowing only certain types, add test showing issues with this

* string literal case test

* Reconcile fix with CFA work

* Defaultable -> NotNarrowable to align with use

* Missed a defaultable in comments

* Add test for narrowing to unions of string literals

* Rewrite isInStringLiteral to accomodate for unterminated strings

* Refactor signatureHelp to expose helper functions

* Add support for completion in string literals

* Remove unused check

* Use const instead of let

* Fix error

* Formatting changes

* Use shorthand properties

* Add failing test for #8738

* Sort baseline reference identifier by name

* Detects assignment to internal module export clause, fixes #8738

* add SharedArrayBuffer

fix

* Factor out assignment op check

* Add test for composite assignment

* Factor out the behaviour and handles x++ and ++x

* Handles ES3 default as identifier name

* Fix missing else statement

* isNameOfExportedDeclarationInNonES6Module

* Reorder options alphabetically

* Mark diagnostics, and skipDefaultLibCheck as internal

* Allow an import of "foo.js" to be matched by a file "foo.ts"

* Improve loadModuleFromFile code

* Respond to PR comments

* Respond to more PR comments

* Fix test

* Actually merge from master

* Revert to old tryLoad implementation

* Run fixupParentReferences when parsing isolated jsDocComment

* initial revision of unit test support for project system in tsserver

* Allow wildcard ("*") patterns in ambient module declarations

* Add non-widening forms of null and undefined

* Create separate control flows for property declarations with initializers

* Add regression test

* Allow trailing commas in function parameter and argument lists

* Add tests

* Remove unused variable

* Add null check and CR feedback

* Support shorthand ambient module declarations

* Revert "Merge pull request #7235 from weswigham/narrow-all-types"

This reverts commit ef0f6c8fe4, reversing
changes made to 9f087cb62a.

* reuse the fixupParentReferences function

* Improve typing of && operator with --strictNullChecks

* Add test

* Respond to PR comments

* Respond to PR comments

* Add merging tests

* Use a function `stringify` to simplify calls to `JSON.stringify(xyz, undefined, 2)`

* Update tests

* Fix mistake

* Include indent in navigation bar protocol

Previously navbar01 test had indents when run in the browser but not when run from node. Now they run the same.

* Remove unnecessary restrictions in property access narrowing

* Fix fourslash test

* Add regression test

* Consider property declarations to be control flow containers

* Adding regression test

* Remove restriction on --target es5 and --module es6

* change type definition for Object.create

* Fix signature help

* Add "implicit any" warning for shorthand ambient modules

* Remove trailing whitespace

* Support using string values in enums for CompilerOptions in transpile methods

* Remove trailing whitespace in jakefile

* Make `jake runtests-browser` support test regexes with spaces

For example: `jake runtests-browser t="transpile .js files"` now works.

* Add another test

* factor out isJsxOrTsxExtension

* Move to a conformance test

* Revert "Revert "Merge pull request #7235 from weswigham/narrow-all-types""

This reverts commit fc3e040c51.

* Use inclusive flag, as originally done, but include almost everything

* Add additional tests

* Respond to PR comments

* Fix typo

* add tests for tsserver project system

* Fix test

* Allow case comparison to undefined and null in strict null checking mode

* Remove incorrectly added tests

* check if moduleResolution when verifying that program can be reused

* more tests for module resolution change and exclude

* Fix linting issues

* Merge JSDoc of assignments from function expressions

* Allow nested assignments in type guards

* Add tests

* Improve order of parameter's merged jsdoc

* Force LF newlines for LKG builds/non debug builds
Fixes 6630

* Create intersection types in type guards for unrelated types

* Split commentsFunction test into expr/decl

And renumber.

* Remove TODO comments

* Accept new baselines

* Add tests

* Remove comments

* Fix test helper

* Recognize relative path using in outDir property (#9025)

* Recognize relative path using in outDir property

* Add projects tests

* Add project .json files

* Update baselines

* Add comments

* Add test case

The test passes in 1.8 and fails in master.

* Return trace when exception happens

* Remove Long-Done TODO

AFAIK, the harness sources have been concatenated into `run.js` for as long as I've known. This stops executing them twice (and in turn makes debugging tests much easier, since you no longer have to debug into eval'd code).

* Allow primitive type guards with typeof on right

Previously, only type guards of the form `typeof x === 'string'` were
allowed. Now you can write `'string' === typeof x`.

* Primitive type guards are now order independent

* Fix comments in tests

* Add handleing for classes

* Add more tests for target=es5 module=es6

* addExportToArgumentListKind

* Accept baseline

* Add more tests

* wip-fixing transforms

* Adds progress indicators to the runtests-parallel build task.

* Fixed typo

* Fix comment

* Add test for out-of-range error

* Use proper method of not resolving alias

* Fix module loading error

(commandLineOptions_stringToEnum would be undefined if optionDeclarations wasn't loaded yet)

* Port 8739

* Update tests

* Update baselines

* Contextually type return statement in async function

* Remove stale files

* Undo change

* Improve perf

* Improve tests

* Fix sourcemaps for debugging tests

* Allow --sourceRoot with --inlineSources option
Fixes #8445

* this in parameter initializers resolves to class

Accept baselines now that the test passes.

* Add tests for more kinds of import/export

* Fix7334 Disallow async in functionExpression and ArrowFunction (#9062)

* Error when using async modifier in function-expression and arrow-function when target es5

* Add tests and baselines

* Resolve function-this in parameter initialisers when explicitly provided

* Allow null/undefined guard with null/undefined on left

Also add a test with baselines.

* Code review comments

* Update more diagnostic messages ES6->2015

Fix #8996 CC @mhegazy.

* Fixes an issue with runtests-parallel when global mocha is not installed.

* Update LKG

* Add tests

* fix baselines

* Recommend runtests-parallel in CONTRIBUTING

* Only inlineSourceMap when debugging through jake-browser (#9080)

* Only inlineSourceMap when debugging through jake-browser

* Address PR: fix typo in opt's property

* Manually port tests from PR 8470

* minor fix: add missing return clause

* Support using string values in enums for CompilerOptions in transpile methods

* Support using string values in enums for CompilerOptions in transpile methods

# Conflicts:
#	tests/cases/unittests/transpile.ts

* Fix test helper

* Add test for out-of-range error

* Fix module loading error

(commandLineOptions_stringToEnum would be undefined if optionDeclarations wasn't loaded yet)

* Use camel-case instead of snake-case (#9134)

* Manually add tests for PR 8988

* Allow wildcard ("*") patterns in ambient module declarations

* Respond to PR comments

* Add another test

* Improve perf

* Improve tests

* Update baseline from merging with master

* Address PR comment

* Update baseline

* Refactor how we retrieve binding-name cache in module transformer

* Temporary accept so we get a clean run-tests result
2016-06-14 11:36:57 -07:00
..
baseline.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
baseline2.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
baseline3.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
cantFindTheModule.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
circularReferencing.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
circularReferencing2.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
declarationDir.json Add testcases 2016-02-20 12:42:35 -05:00
declarationDir2.json Add testcases 2016-02-20 12:42:35 -05:00
declarationDir3.json Add testcases 2016-02-20 12:42:35 -05:00
declarationsCascadingImports.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
declarationsGlobalImport.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
declarationsImportedInPrivate.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
declarationsImportedUseInFunction.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
declarationsIndirectImportShouldResultInError.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
declarationsMultipleTimesImport.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
declarationsMultipleTimesMultipleImport.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
declarationsSimpleImport.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
declareExportAdded.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
declareVariableCollision.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
defaultExcludeNodeModulesAndOutDir.json [Transforms] Merge master 06/06/2016 (#8991) 2016-06-14 11:36:57 -07:00
defaultExcludeNodeModulesAndOutDirWithAllowJS.json [Transforms] Merge master 06/06/2016 (#8991) 2016-06-14 11:36:57 -07:00
defaultExcludeNodeModulesAndRelativePathOutDir.json [Transforms] Merge master 06/06/2016 (#8991) 2016-06-14 11:36:57 -07:00
defaultExcludeNodeModulesAndRelativePathOutDirWithAllowJS.json [Transforms] Merge master 06/06/2016 (#8991) 2016-06-14 11:36:57 -07:00
defaultExcludeOnlyNodeModules.json [Transforms] Merge master 06/06/2016 (#8991) 2016-06-14 11:36:57 -07:00
extReferencingExtAndInt.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
intReferencingExtAndInt.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
invalidRootFile.json Switch to createCompilerDiagnostic for an invalid root file 2014-09-17 10:44:03 -07:00
jsFileCompilationDifferentNamesNotSpecified.json Corrected scenario names in the test cases 2015-09-16 14:02:20 -07:00
jsFileCompilationDifferentNamesNotSpecifiedWithAllowJs.json Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationDifferentNamesSpecified.json Corrected scenario names in the test cases 2015-09-16 14:02:20 -07:00
jsFileCompilationDifferentNamesSpecifiedWithAllowJs.json Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationSameNameDtsNotSpecified.json Corrected scenario names in the test cases 2015-09-16 14:02:20 -07:00
jsFileCompilationSameNameDtsNotSpecifiedWithAllowJs.json Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationSameNameDTsSpecified.json Corrected scenario names in the test cases 2015-09-16 14:02:20 -07:00
jsFileCompilationSameNameDTsSpecifiedWithAllowJs.json Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationSameNameFilesNotSpecified.json Verify and fix scenario when .js and .ts files with same name are present and tsconfig doesnt specify any filenames 2015-09-16 11:50:12 -07:00
jsFileCompilationSameNameFilesNotSpecifiedWithAllowJs.json Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationSameNameFilesSpecified.json Add tests when same named .ts and .js file exist with tsconfig file specifying .ts file 2015-09-16 11:21:13 -07:00
jsFileCompilationSameNameFilesSpecifiedWithAllowJs.json Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
mapRootAbsolutePathMixedSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathMixedSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathMixedSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathMixedSubfolderSpecifyOutputFileAndOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathModuleMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathModuleMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathModuleMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathModuleSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathModuleSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathModuleSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathModuleSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathModuleSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathModuleSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathSingleFileNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathSingleFileSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathSingleFileSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootAbsolutePathSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathMixedSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathMixedSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathMixedSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathMixedSubfolderSpecifyOutputFileAndOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathModuleMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathModuleMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathModuleMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathModuleSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathModuleSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathModuleSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathModuleSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathModuleSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathModuleSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathSingleFileNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathSingleFileSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathSingleFileSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootRelativePathSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootSourceRootWithNoSourceMapOption.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlMixedSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlMixedSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlMixedSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlMixedSubfolderSpecifyOutputFileAndOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlModuleMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlModuleMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlModuleMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlModuleSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlModuleSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlModuleSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlModuleSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlModuleSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlModuleSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlSingleFileNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlSingleFileSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlSingleFileSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlMixedSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlMixedSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlMixedSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlMixedSubfolderSpecifyOutputFileAndOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlModuleMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlModuleMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlModuleMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlModuleSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlModuleSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlModuleSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlModuleSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlModuleSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlModuleSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlSingleFileNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlSingleFileSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlSingleFileSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlsourcerootUrlSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
maprootUrlSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mapRootWithNoSourceMapOption.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
moduleIdentifier.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
moduleMergingOrdering1.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
moduleMergingOrdering2.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
multipleLevelsModuleResolution.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
nestedDeclare.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
nestedLocalModuleSimpleCase.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
nestedLocalModuleWithRecursiveTypecheck.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
nestedReferenceTags.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
noDefaultLib.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
nonRelative.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
noProjectOptionAndInputFiles.json Project testcase to run tsconfig file 2015-09-15 15:53:44 -07:00
outMixedSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outMixedSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outMixedSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outMixedSubfolderSpecifyOutputFileAndOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outModuleMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outModuleMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outModuleMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outModuleSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outModuleSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outModuleSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outModuleSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outModuleSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outModuleSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outSingleFileNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outSingleFileSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outSingleFileSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
outSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
privacyCheckOnImportedModuleDeclarationsInsideModule.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
privacyCheckOnImportedModuleDeclarationsInsideNonExportedModule.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
privacyCheckOnImportedModuleImportStatementInParentModule.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
privacyCheckOnImportedModuleSimpleReference.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
privacyCheckOnIndirectTypeFromTheExternalType.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
projectOptionTest.json Project testcase to run tsconfig file 2015-09-15 15:53:44 -07:00
prologueEmit.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
quotesInFileAndDirectoryNames.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
referencePathStatic.json added tests for <reference path="" static='' /> 2014-08-11 16:34:31 -07:00
referenceResolutionRelativePaths.json Renamed the tests files to more generic names 2014-11-19 13:06:07 -08:00
referenceResolutionRelativePathsFromRootDirectory.json Renamed the tests files to more generic names 2014-11-19 13:06:07 -08:00
referenceResolutionRelativePathsNoResolve.json Enable baseline check and declaration emit for --noResolve case of files 2014-11-19 13:08:57 -08:00
referenceResolutionRelativePathsRelativeToRootDirectory.json Renamed the tests files to more generic names 2014-11-19 13:06:07 -08:00
referenceResolutionSameFileTwice.json Remove the --noResolve check when finding the file. 2014-11-20 15:43:07 -08:00
referenceResolutionSameFileTwiceNoResolve.json Remove the --noResolve check when finding the file. 2014-11-20 15:43:07 -08:00
relativeGlobal.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
relativeGlobalRef.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
relativeNested.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
relativeNestedRef.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
relativePaths.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
rootDirectory.json Add rootDir tests 2015-04-14 22:19:59 -07:00
rootDirectoryErrors.json Add rootDir tests 2015-04-14 22:19:59 -07:00
rootDirectoryWithSourceRoot.json Add rootDir tests 2015-04-14 22:19:59 -07:00
sourcemapMixedSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapMixedSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapMixedSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapMixedSubfolderSpecifyOutputFileAndOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapModuleMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapModuleMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapModuleMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapModuleSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapModuleSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapModuleSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapModuleSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapModuleSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapModuleSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapSingleFileNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapSingleFileSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapSingleFileSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcemapSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathMixedSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathMixedSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathMixedSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathMixedSubfolderSpecifyOutputFileAndOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathModuleMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathModuleMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathModuleMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathModuleSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathModuleSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathModuleSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathModuleSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathModuleSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathModuleSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathSingleFileNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathSingleFileSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathSingleFileSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootAbsolutePathSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathMixedSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathMixedSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathMixedSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathMixedSubfolderSpecifyOutputFileAndOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathModuleMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathModuleMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathModuleMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathModuleSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathModuleSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathModuleSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathModuleSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathModuleSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathModuleSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathSingleFileNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathSingleFileSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathSingleFileSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootRelativePathSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlMixedSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlMixedSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlMixedSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlMixedSubfolderSpecifyOutputFileAndOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlModuleMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlModuleMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlModuleMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlModuleSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlModuleSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlModuleSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlModuleSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlModuleSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlModuleSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlMultifolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlMultifolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlMultifolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlSimpleNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlSimpleSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlSimpleSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlSingleFileNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlSingleFileSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlSingleFileSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlSubfolderNoOutdir.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlSubfolderSpecifyOutputDirectory.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourcerootUrlSubfolderSpecifyOutputFile.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
sourceRootWithNoSourceMapOption.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
specifyExcludeUsingRelativepath.json [Transforms] Merge master 06/06/2016 (#8991) 2016-06-14 11:36:57 -07:00
specifyExcludeUsingRelativepathWithAllowJS.json [Transforms] Merge master 06/06/2016 (#8991) 2016-06-14 11:36:57 -07:00
specifyExcludeWithOutUsingRelativePath.json [Transforms] Merge master 06/06/2016 (#8991) 2016-06-14 11:36:57 -07:00
specifyExcludeWithOutUsingRelativePathWithAllowJS.json [Transforms] Merge master 06/06/2016 (#8991) 2016-06-14 11:36:57 -07:00
visibilityOfTypeUsedAcrossModules.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
visibilityOfTypeUsedAcrossModules2.json Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00