Commit 719a444
authored
New Features development (#149)
* some updates
* added fix for captured generics in reduce call
* added test for labdba function with captured variables
* added fixes and test
* updated test
* update test
* progress of implementing struct null checks
* added support for null type
* fixes union with null and undefined
* progress of fixes for array debug info
* set array size type as index
* refactoring length with index type
* update of length type
* some fixes to length ops with new index type
* more fixes to index type for length
* more fixes
* progress of fixes
* fix null checks
* fixes to array ops using new index type
* fix to newarray
* fixes
* fix for using null and any
* fixes for optional null type
* added missing part to parse directives in comments
* added ts-nocheck and ts-check
* updated tests to disable null checks
* more fixes to index type and set length
* fixed cast from index to float
* some fixes to unboxing from union type
* added cast from index to string
* removed hack to use ToString on number etc
* fixed issue with merging function types
* update
* replaced strict null check comment pragma
* fixed issue with opt value and union type
* fix for casting from null type
* fixed issue with templated literal type
* added test for template type
* fixes to array index operations
* updated readme and build files
* updating print functions
* fixes to print types
* progress of implementing vscode project
* progress of implementing vscode project
* added some files to vscode proj
* added launch template for vscode
* updated dumps for linux and win32 in vscode
* added path to app
* update
* updated code to generate vscode project
* progress
* fixes
* updated into R string
* more R strings
* fixes
* fix for GlobalOp debug info
* fixed issue with wrong array info
* progress of implementing debugger info
* progress of implementing code to build default lib
* fixed issue with index and literal int merge
* fixes to print type
* fixed issue with index of array view
* fixes to vswhere
* more experiments
* progress of setting build script
* update
* updated some code
* update
* update some fixes
* refactoring compileOptions
* more refactoring
* more fixes
* more refactoring compileOptions
* final fix1 parent 1c7bac1 commit 719a444
72 files changed
Lines changed: 2267 additions & 720 deletions
File tree
- docs/bugs
- tsc
- include/TypeScript
- LowerToLLVM
- MLIRLogic
- VSCodeTemplate
- lib/TypeScript
- test/tester
- tests
- tsc-new-parser
- tsc
- .vscode
- unittests/MLIRGen
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 | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
12 | 28 | | |
13 | 29 | | |
14 | 30 | | |
| |||
56 | 72 | | |
57 | 73 | | |
58 | 74 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 75 | | |
118 | 76 | | |
119 | 77 | | |
120 | 78 | | |
121 | 79 | | |
122 | 80 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | 81 | | |
196 | 82 | | |
197 | 83 | | |
| |||
0 commit comments