Commit f480e0b
authored
Fix multiple issues with properties and top level variables (#1466)
* a little debug code
* intermediate state: things mostly work, but a lot of private constants showing up as broken links.
* intermediate state: debugging angular
* intermediate state. things more or less work but are messy.
* Screenshot worthy.
* tests closer now
* Tests pass!
* fix up element search
* beginnings of unit tests
* Add new tests, and they pass.
* Add stranded files.
* Cleanup + dartfmt
* Minor cleanups
* More cleanups and simplification
* rebuild docs
* Add a test for extended docs for explicit getter/setter fields
* Test tweaks and dartfmt
* simplify an if statement
* recover some performance
* get back a little more performance
* dartfmt
* Fix minor problem with sdk build
* dartfmt
* Fix warning generation on non-canonical FieldElements
* Add review comments1 parent 1b1ee38 commit f480e0b
File tree
33 files changed
+1017
-278
lines changed- lib
- src
- html
- testing
- test_package_docs
- ex
- B
- fake
- ClassWithUnusualProperties
- ImplicitProperties
- test_package/lib
- test
33 files changed
+1017
-278
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | 223 | | |
225 | | - | |
| 224 | + | |
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
| |||
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
237 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
| 242 | + | |
| 243 | + | |
250 | 244 | | |
251 | 245 | | |
252 | 246 | | |
| |||
257 | 251 | | |
258 | 252 | | |
259 | 253 | | |
260 | | - | |
261 | | - | |
| 254 | + | |
| 255 | + | |
262 | 256 | | |
263 | 257 | | |
264 | 258 | | |
265 | | - | |
| 259 | + | |
266 | 260 | | |
267 | 261 | | |
268 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
296 | 311 | | |
297 | | - | |
298 | | - | |
| 312 | + | |
| 313 | + | |
299 | 314 | | |
300 | 315 | | |
301 | 316 | | |
| |||
0 commit comments