dart-sdk/pkg
Konstantin Shcheglov 25c659934a Change ResourceUriResolver to accept any file URI.
We don't really need to check that the corresponding resource is
a file. Now it is a file, or a directory, the moment later it is not.
We will try to read it, if we can - fine, if not - it does not exist.

This makes my Flutter analysis benchmark about 3% faster.

R=brianwilkerson@google.com

Change-Id: I955be276c7a694a408c70f8f2d47dce75594ebc8
Reviewed-on: https://dart-review.googlesource.com/77243
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2018-09-29 17:23:00 +00:00
..
analysis_server Fix potential cast exceptions 2018-09-28 22:06:24 +00:00
analysis_server_client Remove more uses of isInstanceOf 2018-07-03 20:32:26 +00:00
analyzer Change ResourceUriResolver to accept any file URI. 2018-09-29 17:23:00 +00:00
analyzer_cli Document that ResourceProvider requires absolute, normalized paths, and enforce this. 2018-09-28 17:18:49 +00:00
analyzer_fe_comparison In analyzer/FE comparison, compare the return types of function types. 2018-09-26 19:33:21 +00:00
analyzer_plugin [dartdevc] fix #34358, int to double conversion for literals 2018-09-27 20:15:20 +00:00
async_helper Fix #33415 no error for awaiting a void expression. 2018-07-24 19:31:57 +00:00
build_integration pkg:build_integration: clarify that' it's not planned to be published 2018-06-26 01:12:57 +00:00
compiler Fix (super)mixins issues 2018-09-28 23:03:24 +00:00
dart2js_tools Move deobfuscation tools to the SDK repo 2018-08-09 22:55:04 +00:00
dart_internal
dev_compiler Deprecate Element.isVirtual 2018-09-29 15:43:43 +00:00
diagnostic Create a package for shared diagnostics 2018-09-27 16:23:20 +00:00
expect implement super mixins in dartdevc and fix a few issues in Analyzer 2018-09-18 03:21:48 +00:00
front_end Fix parsing partial named constructor 2018-09-28 19:53:10 +00:00
js pkg/js: fix pubspec author 2018-07-18 21:36:10 +00:00
js_ast Small cleanups to avoid warnings in IntelliJ 2018-08-30 06:47:38 +00:00
kernel Remove _ConstantExpressionError 2018-09-28 08:41:53 +00:00
meta Revert "[dart2js] Simplify noInline / tryInline annotations" 2018-09-25 22:11:42 +00:00
microlytics
smith Lay the groundwork for comparing language_2 compilation results between analyzer and CFE. 2018-09-08 15:25:05 +00:00
sourcemap_testing Initial support for inlining-data in source-maps. 2018-07-31 21:41:50 +00:00
status_file [infra] Switch pkg bots to Dart 2 2018-08-13 07:04:06 +00:00
telemetry Upgrade pubspec constraints. 2018-07-23 16:44:39 +00:00
testing Fix broken 'fasta testing sdk'. 2018-09-27 13:08:47 +00:00
vm [vm/aot] Use TFA to detect dynamic, non-this and tear-off uses 2018-09-28 23:49:09 +00:00
.gitignore
BUILD.gn
pkg.status Tentatively re-enable PhysicalResourceProviderTest. 2018-09-29 00:31:23 +00:00