Chromium Code Reviews| Index: src/messages.h | 
| diff --git a/src/messages.h b/src/messages.h | 
| index b3f8a1d5e154191ce141fd9a4e06f037679fa70d..3508c816a4fc4a62cb32a4feb74754fde665fe16 100644 | 
| --- a/src/messages.h | 
| +++ b/src/messages.h | 
| @@ -611,6 +611,7 @@ class ErrorUtils : public AllStatic { | 
| T(UnexpectedTokenString, "Unexpected string") \ | 
| T(UnexpectedTokenRegExp, "Unexpected regular expression") \ | 
| T(UnknownLabel, "Undefined label '%'") \ | 
| + T(UnresolvableExport, "Module does not provide an export named '%'") \ | 
| 
 
adamk
2016/09/23 00:39:10
Can we not provide the module name along with the
 
neis
2016/09/23 17:40:33
Not without extra work. As discussed offline, we'l
 
 | 
| T(UnterminatedArgList, "missing ) after argument list") \ | 
| T(UnterminatedRegExp, "Invalid regular expression: missing /") \ | 
| T(UnterminatedTemplate, "Unterminated template literal") \ |