Roel Spilker
Roel Spilker
I think the main reason is that a namespace is defined by a uri, therefore it seems a good idea to make it a key. A namespace is not required...
Hmm, the signature is not `Map
I find it amusing that the [ExitDetector](https://www.crossdart.info/p/analyzer/0.29.3/src/generated/resolver.dart.html#line-3473) doesn't detect the call to exit. If I would create a pull request, including tests and updates to the documentation, would that make...
If I look at the code in the analyzer, the third annotation would be `@alwaysLoops` or `@neverCompletes`. From my experience in static code analysis in java, and given the already...
On the other hand, special casing the call to `exit` looks trivial to me, and current analysis already has precedents for special casing in its loop detection. There would be...
After generating a new pdf with `compress: false`, is seems that the generated 'code' does treat it as any other character. As opposed to 'normal' spaces, that are removed from...