dart-sdk/pkg
Jens Johansen be9a3043aa [kernel] Make fasta call a new constructor on FallThroughError
On a switch fall through error, Fasta currently generates
```
throw new core::FallThroughError::•();
```

which generates the error-message via the VM:
```
'null': Switch case fall-through at line null.
```

This introduces a new constructor taking a url and a linenumber,
which then can give a better error message.

BUG=
R=ahe@google.com

Review-Url: https://codereview.chromium.org/2951453002 .
2017-06-21 08:40:59 +02:00
..
analysis_server Update plugin whitelist to accomodate angular plugin rename 2017-06-20 12:01:51 -07:00
analyzer translate fasta parser error to analyzer error 2017-06-20 13:18:48 -04:00
analyzer_cli
analyzer_plugin Add support to pass the location of the analysis options file to plugins 2017-06-20 07:41:03 -07:00
async_helper
browser
compiler Compute KernelClosureRepresentationInfo.variableIsUsedInTryOrSync 2017-06-20 12:45:51 +02:00
dart_messages
dev_compiler optimize null safe ops by using DDC's let abstraction 2017-06-20 10:31:30 -07:00
expect
front_end [kernel] Make fasta call a new constructor on FallThroughError 2017-06-21 08:40:59 +02:00
js
js_ast
kernel [kernel] Make fasta call a new constructor on FallThroughError 2017-06-21 08:40:59 +02:00
lookup_map
meta Add an alwaysThrows annotation to indicate that a function always throws. 2017-06-13 12:42:25 -07:00
microlytics
testing All strong mode cleaning of dart2js. 2017-06-19 14:06:38 +02:00
typed_mock
.gitignore
BUILD.gn
pkg.status Mark a test as slow to try to fix the bots 2017-06-19 09:56:45 -07:00
pkg_files.gyp