Commit 899f667
committed
Recognize relative path using in outDir property (microsoft#9025)
* Recognize relative path using in outDir property
* Add projects tests
* Add project .json files
* Update baselines1 parent 179d423 commit 899f667
92 files changed
Lines changed: 420 additions & 2 deletions
File tree
- src/compiler
- tests
- baselines/reference/project
- defaultExcludeNodeModulesAndOutDirWithAllowJS
- amd
- OutDir
- node
- OutDir
- defaultExcludeNodeModulesAndOutDir
- amd
- OutDir
- node
- OutDir
- defaultExcludeNodeModulesAndRelativePathOutDirWithAllowJS
- amd
- OutDir
- node
- OutDir
- defaultExcludeNodeModulesAndRelativePathOutDir
- amd
- OutDir
- node
- OutDir
- defaultExcludeOnlyNodeModules
- amd
- node
- specifyExcludeUsingRelativepathWithAllowJS
- amd
- OutDir
- node
- OutDir
- specifyExcludeUsingRelativepath
- amd
- OutDir
- node
- OutDir
- specifyExcludeWithOutUsingRelativePathWithAllowJS
- amd
- OutDir
- node
- OutDir
- specifyExcludeWithOutUsingRelativePath
- amd
- OutDir
- node
- OutDir
- cases
- projects/projectOption
- DefaultExcludeNodeModulesAndOutDirWithAllowJS
- OutDir
- node_modules/myLib
- DefaultExcludeNodeModulesAndOutDir
- OutDir
- node_modules/myLib
- DefaultExcludeNodeModulesAndRelativePathOutDirWithAllowJS
- OutDir
- node_modules/myLib
- DefaultExcludeNodeModulesAndRelativePathOutDir
- OutDir
- node_modules/myLib
- DefaultExcludeOnlyNodeModules
- node_modules/myLib
- SpecifyExcludeUsingRelativePathWithAllowJS
- OutDir
- node_modules/myLib
- SpecifyExcludeUsingRelativePath
- OutDir
- node_modules/myLib
- SpecifyExcludeWithOutUsingRelativePathWithAllowJS
- OutDir
- node_modules/myLib
- SpecifyExcludeWithOutUsingRelativePath
- OutDir
- node_modules/myLib
- project
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments