Commit ceeeb9c
committed
Always preserve new lines for array and object literals and additional constructs like blocks.
1 parent 631a9d8 commit ceeeb9cCopy full SHA for ceeeb9c
1,982 files changed
+11,645-29,470Lines changed: 11645 additions & 29470 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- compiler
- harness
- tests
- baselines/reference
- project
- baseline2
- amd
- node
- baseline
- amd
- node
- nonRelative
- amd/lib
- bar
- foo
- node/lib
- bar
- foo
- prologueEmit
- amd
- node
- quotesInFileAndDirectoryNames
- amd/li'b
- node/li'b
- cases/compiler
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
254 | 254 | |
255 | 255 | |
256 | 256 | |
257 | | - |
| 257 | + |
258 | 258 | |
259 | 259 | |
260 | 260 | |
|
Collapse file
src/compiler/commandLineParser.ts
Copy file name to clipboardExpand all lines: src/compiler/commandLineParser.ts-6Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
140 | 140 | |
141 | 141 | |
142 | 142 | |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | 143 | |
150 | 144 | |
151 | 145 | |
|
Collapse file
+8-9Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
88 | 88 | |
89 | 89 | |
90 | 90 | |
91 | | - |
92 | 91 | |
93 | 92 | |
94 | 93 | |
| ||
799 | 798 | |
800 | 799 | |
801 | 800 | |
802 | | - |
| 801 | + |
803 | 802 | |
804 | 803 | |
805 | 804 | |
| ||
810 | 809 | |
811 | 810 | |
812 | 811 | |
813 | | - |
| 812 | + |
814 | 813 | |
815 | 814 | |
816 | 815 | |
| ||
828 | 827 | |
829 | 828 | |
830 | 829 | |
831 | | - |
| 830 | + |
832 | 831 | |
833 | 832 | |
834 | 833 | |
| ||
1727 | 1726 | |
1728 | 1727 | |
1729 | 1728 | |
1730 | | - |
| 1729 | + |
1731 | 1730 | |
1732 | 1731 | |
1733 | 1732 | |
| ||
2035 | 2034 | |
2036 | 2035 | |
2037 | 2036 | |
2038 | | - |
| 2037 | + |
2039 | 2038 | |
2040 | 2039 | |
2041 | 2040 | |
| ||
2419 | 2418 | |
2420 | 2419 | |
2421 | 2420 | |
2422 | | - |
| 2421 | + |
2423 | 2422 | |
2424 | 2423 | |
2425 | 2424 | |
| ||
3169 | 3168 | |
3170 | 3169 | |
3171 | 3170 | |
3172 | | - |
| 3171 | + |
3173 | 3172 | |
3174 | 3173 | |
3175 | 3174 | |
| ||
3217 | 3216 | |
3218 | 3217 | |
3219 | 3218 | |
3220 | | - |
| 3219 | + |
3221 | 3220 | |
3222 | 3221 | |
3223 | 3222 | |
|
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1588 | 1588 | |
1589 | 1589 | |
1590 | 1590 | |
1591 | | - |
1592 | 1591 | |
1593 | 1592 | |
1594 | 1593 | |
|
Collapse file
+1-5Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1008 | 1008 | |
1009 | 1009 | |
1010 | 1010 | |
1011 | | - |
1012 | | - |
1013 | | - |
1014 | | - |
1015 | 1011 | |
1016 | 1012 | |
1017 | 1013 | |
| ||
1465 | 1461 | |
1466 | 1462 | |
1467 | 1463 | |
1468 | | - |
| 1464 | + |
1469 | 1465 | |
1470 | 1466 | |
1471 | 1467 | |
|
Collapse file
tests/baselines/reference/2dArrays.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/2dArrays.js+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
34 | | - |
35 | | - |
| 33 | + |
36 | 34 | |
37 | 35 | |
38 | 36 | |
Collapse file
tests/baselines/reference/APISample_compile.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/APISample_compile.js+2-4Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2021 | 2021 | |
2022 | 2022 | |
2023 | 2023 | |
2024 | | - |
2025 | | - |
2026 | | - |
2027 | | - |
| 2024 | + |
| 2025 | + |
2028 | 2026 | |
Collapse file
tests/baselines/reference/APISample_linter.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/APISample_linter.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2055 | 2055 | |
2056 | 2056 | |
2057 | 2057 | |
2058 | | - |
| 2058 | + |
| 2059 | + |
2059 | 2060 | |
2060 | 2061 | |
2061 | 2062 | |
|
Collapse file
tests/baselines/reference/APISample_transform.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/APISample_transform.js+11-25Lines changed: 11 additions & 25 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2051 | 2051 | |
2052 | 2052 | |
2053 | 2053 | |
2054 | | - |
| 2054 | + |
| 2055 | + |
2055 | 2056 | |
2056 | 2057 | |
2057 | | - |
2058 | | - |
2059 | | - |
2060 | | - |
2061 | | - |
| 2058 | + |
2062 | 2059 | |
2063 | | - |
2064 | | - |
2065 | | - |
2066 | | - |
2067 | | - |
2068 | | - |
2069 | | - |
2070 | | - |
2071 | | - |
2072 | | - |
2073 | | - |
2074 | | - |
2075 | | - |
2076 | | - |
2077 | | - |
| 2060 | + |
| 2061 | + |
| 2062 | + |
| 2063 | + |
| 2064 | + |
2078 | 2065 | |
2079 | 2066 | |
2080 | | - |
2081 | | - |
2082 | | - |
| 2067 | + |
2083 | 2068 | |
2084 | 2069 | |
2085 | 2070 | |
2086 | 2071 | |
2087 | 2072 | |
2088 | 2073 | |
2089 | 2074 | |
2090 | | - |
| 2075 | + |
| 2076 | + |
2091 | 2077 | |
2092 | 2078 | |
2093 | 2079 | |
|
Collapse file
tests/baselines/reference/APISample_watcher.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/APISample_watcher.js+13-29Lines changed: 13 additions & 29 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2080 | 2080 | |
2081 | 2081 | |
2082 | 2082 | |
2083 | | - |
2084 | | - |
2085 | | - |
| 2083 | + |
2086 | 2084 | |
2087 | 2085 | |
2088 | 2086 | |
2089 | | - |
2090 | | - |
2091 | | - |
2092 | | - |
2093 | | - |
2094 | | - |
| 2087 | + |
| 2088 | + |
2095 | 2089 | |
2096 | 2090 | |
2097 | 2091 | |
2098 | 2092 | |
2099 | 2093 | |
2100 | 2094 | |
2101 | | - |
2102 | | - |
2103 | | - |
2104 | | - |
2105 | | - |
2106 | | - |
2107 | | - |
2108 | | - |
2109 | | - |
| 2095 | + |
| 2096 | + |
| 2097 | + |
2110 | 2098 | |
2111 | 2099 | |
2112 | 2100 | |
| ||
2115 | 2103 | |
2116 | 2104 | |
2117 | 2105 | |
2118 | | - |
2119 | | - |
2120 | | - |
2121 | | - |
| 2106 | + |
2122 | 2107 | |
2123 | 2108 | |
2124 | 2109 | |
| ||
2143 | 2128 | |
2144 | 2129 | |
2145 | 2130 | |
2146 | | - |
| 2131 | + |
| 2132 | + |
| 2133 | + |
2147 | 2134 | |
2148 | 2135 | |
2149 | 2136 | |
| ||
2156 | 2143 | |
2157 | 2144 | |
2158 | 2145 | |
2159 | | - |
2160 | | - |
2161 | | - |
| 2146 | + |
| 2147 | + |
2162 | 2148 | |
2163 | | - |
2164 | | - |
2165 | | - |
| 2149 | + |
0 commit comments