Andrew Casey
792e6d652a
Fix symbol display exception when handling incomplete class ( #44936 )
...
When a class declaration lacks a name, don't throw an exception when
producing the display parts (e.g. for QuickInfo).
Remaining issues:
1. The name shows as "__missing", the name of the underlying symbol,
rather than "(Missing)", as it is for the corresponding function
declaration case (because the parse constructs a missing identifier
node for the function declaration).
2. "(Missing)" is hard-coded, rather than being a localizable resource
string.
3. When an anonymous class declaration is a default export, the
corresponding symbol is named "default", resulting in the confusing
display string "class default".
Since display parts are built using existing `symbolToString`
functionality, it wasn't clear whether detecting special symbol names
and replacing them with user-friendly strings could be done without
breaking other functionality.
Similarly, changing the shape of the parse tree seemed riskier than the
problem justified (the user experience is just not getting QuickInfo for
the incomplete declaration, which seems acceptable).
2021-08-06 15:05:54 -07:00
..
2021-08-04 16:31:47 -07:00
2021-04-07 16:02:26 -07:00
2021-06-18 11:40:25 -07:00
2021-06-25 09:24:05 -07:00
2021-06-25 09:24:05 -07:00
2021-08-06 12:38:22 -07:00
2021-08-06 12:38:22 -07:00
2021-08-06 12:38:22 -07:00
2021-08-06 12:38:22 -07:00
2021-08-06 12:38:22 -07:00
2021-08-06 12:38:22 -07:00
2021-08-06 12:38:22 -07:00
2021-08-06 12:38:22 -07:00
2021-06-25 15:49:27 -07:00
2021-04-20 10:00:34 -07:00
2021-07-29 10:22:27 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-06-17 11:12:29 -07:00
2021-08-02 15:19:19 -07:00
2021-06-21 11:22:24 -07:00
2021-06-21 11:22:24 -07:00
2021-06-21 11:22:24 -07:00
2021-03-22 16:39:35 -07:00
2021-03-22 16:39:35 -07:00
2021-03-22 16:39:35 -07:00
2021-03-22 16:39:35 -07:00
2021-03-22 16:39:35 -07:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2021-05-08 23:22:20 -07:00
2021-05-08 23:22:20 -07:00
2021-03-26 16:29:22 -07:00
2021-08-03 11:01:30 -07:00
2021-04-06 12:03:41 -07:00
2021-04-06 12:03:41 -07:00
2021-04-06 12:03:41 -07:00
2021-04-06 12:03:41 -07:00
2021-04-06 12:03:41 -07:00
2021-04-06 12:03:41 -07:00
2021-05-05 08:52:50 -07:00
2021-05-05 08:52:50 -07:00
2021-05-08 23:22:20 -07:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2021-06-08 15:17:56 -07:00
2021-06-08 15:17:56 -07:00
2021-06-08 15:17:56 -07:00
2021-07-16 09:07:52 -07:00
2021-07-16 09:07:52 -07:00
2021-06-15 08:54:08 -07:00
2021-06-15 08:54:08 -07:00
2021-06-15 08:54:08 -07:00
2021-06-15 08:54:08 -07:00
2021-06-15 08:54:08 -07:00
2021-06-15 08:54:08 -07:00
2021-06-15 08:54:08 -07:00
2021-06-15 08:54:08 -07:00
2021-03-24 18:15:50 -07:00
2021-03-22 16:39:35 -07:00
2021-06-15 08:54:08 -07:00
2021-06-15 08:54:08 -07:00
2021-06-18 16:20:34 -07:00
2021-06-18 16:20:34 -07:00
2021-06-18 16:20:34 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-05-20 12:13:38 -07:00
2021-05-20 12:13:38 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-04-29 11:16:51 -07:00
2021-03-26 16:29:22 -07:00
2021-03-22 16:39:35 -07:00
2021-08-04 09:41:04 -07:00
2021-06-21 14:43:33 -07:00
2021-06-21 14:43:33 -07:00
2021-06-21 14:43:33 -07:00
2021-06-21 14:43:33 -07:00
2021-06-21 14:43:33 -07:00
2021-06-21 14:43:33 -07:00
2021-06-21 14:43:33 -07:00
2021-04-01 17:02:50 -07:00
2021-03-26 16:29:22 -07:00
2021-08-05 22:40:20 -07:00
2021-04-20 10:24:17 -07:00
2021-04-20 10:24:17 -07:00
2021-04-20 10:24:17 -07:00
2021-04-20 10:24:17 -07:00
2021-04-20 10:24:17 -07:00
2021-04-20 10:24:17 -07:00
2021-04-20 10:24:17 -07:00
2021-04-20 10:24:17 -07:00
2021-04-20 10:24:17 -07:00
2021-03-24 18:15:50 -07:00
2021-03-24 18:15:50 -07:00
2021-04-05 15:29:51 -07:00
2021-06-18 11:40:25 -07:00
2021-07-30 14:40:50 -07:00
2021-06-18 11:40:25 -07:00
2021-04-26 09:13:09 -07:00
2021-06-18 11:40:25 -07:00
2021-03-26 14:47:07 -07:00
2021-03-26 14:47:07 -07:00
2021-03-26 14:47:07 -07:00
2021-06-25 17:26:53 -05:00
2021-07-19 09:56:24 -07:00
2021-07-19 09:56:24 -07:00
2021-07-19 09:56:24 -07:00
2021-06-24 17:14:54 -05:00
2021-07-26 15:26:43 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-08-04 09:37:06 -07:00
2021-04-26 09:13:09 -07:00
2021-04-26 09:13:09 -07:00
2021-05-18 13:55:00 -07:00
2021-05-18 13:55:00 -07:00
2021-05-18 13:55:00 -07:00
2021-05-18 13:55:00 -07:00
2021-05-18 13:55:00 -07:00
2021-05-18 13:55:00 -07:00
2021-05-18 13:55:00 -07:00
2021-05-18 13:55:00 -07:00
2021-05-18 13:55:00 -07:00
2021-05-18 13:55:00 -07:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2021-06-18 11:40:25 -07:00
2021-06-15 08:54:08 -07:00
2021-06-18 11:40:25 -07:00
2021-06-17 14:19:03 -04:00
2021-04-28 11:37:27 -07:00
2021-03-25 15:48:34 -04:00
2021-05-07 08:09:38 -07:00
2021-05-26 13:24:02 -07:00
2021-06-10 14:12:33 -07:00
2021-04-22 15:12:05 -07:00
2021-06-14 10:46:07 -04:00
2021-04-13 15:06:34 -07:00
2021-05-21 07:53:17 -07:00
2021-05-21 07:53:17 -07:00
2021-05-24 13:01:58 -07:00
2021-06-25 09:24:05 -07:00
2021-03-29 16:06:53 -04:00
2021-03-24 18:15:50 -07:00
2021-03-24 18:15:50 -07:00
2021-03-29 16:06:53 -04:00
2021-06-18 16:37:41 -07:00
2021-03-13 01:00:42 -08:00
2021-03-13 01:00:42 -08:00
2021-03-13 01:00:42 -08:00
2021-08-02 16:27:01 -07:00
2021-06-21 13:38:54 -04:00
2021-03-22 16:39:35 -07:00
2021-04-20 10:06:08 -07:00
2021-07-30 15:56:32 -07:00
2021-06-25 09:24:05 -07:00
2021-04-05 13:42:25 -07:00
2021-06-21 11:25:42 -07:00
2021-04-30 13:17:59 -07:00
2021-03-22 16:39:35 -07:00
2021-08-04 09:41:04 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-06-28 14:58:06 -07:00
2021-03-24 18:15:50 -07:00
2021-04-05 13:42:25 -07:00
2021-04-30 13:17:59 -07:00
2021-04-30 13:17:59 -07:00
2021-04-09 09:44:44 -07:00
2021-07-15 16:08:05 -07:00
2021-06-30 16:09:42 -05:00
2021-06-30 16:09:42 -05:00
2021-04-26 11:52:34 -07:00
2021-07-19 09:56:24 -07:00
2021-07-19 09:56:24 -07:00
2021-07-19 09:56:24 -07:00
2021-07-23 15:56:34 -07:00
2021-06-08 12:06:55 -05:00
2021-06-08 12:06:55 -05:00
2021-07-29 10:28:47 -07:00
2021-07-29 10:28:47 -07:00
2021-06-08 12:06:55 -05:00
2021-06-08 12:06:55 -05:00
2021-06-08 12:06:55 -05:00
2021-06-08 12:06:55 -05:00
2021-03-26 20:11:02 -07:00
2021-06-21 11:25:42 -07:00
2021-03-11 07:23:19 -08:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-06-24 23:06:34 -07:00
2021-07-26 11:59:14 -07:00
2021-08-02 16:27:22 -07:00
2021-07-30 09:43:20 -07:00
2021-08-03 11:33:26 -07:00
2021-08-03 11:33:26 -07:00
2021-08-03 11:33:26 -07:00
2021-08-03 11:33:26 -07:00
2021-08-02 16:27:22 -07:00
2021-06-03 14:08:04 +01:00
2021-04-29 07:15:31 -07:00
2021-03-22 16:39:35 -07:00
2021-03-22 16:39:35 -07:00
2021-03-22 16:39:35 -07:00
2021-03-22 16:39:35 -07:00
2021-04-30 14:17:54 -07:00
2021-03-22 16:39:35 -07:00
2021-03-22 16:39:35 -07:00
2021-05-21 07:53:17 -07:00
2021-03-29 16:06:53 -04:00
2021-03-29 16:06:53 -04:00
2021-05-20 09:27:57 -04:00
2021-06-10 10:01:25 -07:00
2021-07-16 09:40:17 -07:00
2021-07-16 09:40:17 -07:00
2021-07-16 09:40:17 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-25 09:24:05 -07:00
2021-03-24 18:15:50 -07:00
2021-08-04 09:37:06 -07:00
2021-04-19 15:10:57 -07:00
2021-04-19 15:10:57 -07:00
2021-04-19 15:10:57 -07:00
2021-04-19 15:10:57 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-08-06 15:05:54 -07:00
2021-08-06 15:05:54 -07:00
2021-08-06 15:05:54 -07:00
2021-08-06 15:05:54 -07:00
2021-06-18 11:40:25 -07:00
2021-04-12 11:43:47 +01:00
2021-06-18 11:40:25 -07:00
2021-04-23 16:23:34 -07:00
2021-03-16 12:56:12 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-04-21 17:47:11 -07:00
2021-04-01 08:42:00 -07:00
2021-04-12 10:20:44 -07:00
2021-04-09 09:44:44 -07:00
2021-04-09 09:44:44 -07:00
2021-08-04 07:05:11 -07:00
2021-05-24 13:01:58 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-05-07 08:09:38 -07:00
2021-04-05 13:24:19 -07:00
2021-06-16 14:46:49 -07:00
2021-06-18 11:40:25 -07:00
2021-04-21 17:47:11 -07:00
2021-06-18 11:40:25 -07:00
2021-06-23 16:19:14 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-06-18 11:40:25 -07:00
2021-03-30 15:29:02 -07:00
2021-03-30 15:29:02 -07:00
2021-08-03 11:31:56 -07:00
2021-08-03 11:31:56 -07:00
2021-06-08 15:22:23 -07:00
2021-06-08 15:22:23 -07:00
2021-04-05 11:59:45 -07:00
2021-05-24 14:24:36 -04:00
2021-07-14 11:07:12 -07:00
2021-07-14 11:07:12 -07:00
2021-07-14 11:07:12 -07:00
2021-07-14 11:07:12 -07:00
2021-07-14 11:07:12 -07:00
2021-08-04 18:37:31 -04:00
2021-07-06 18:14:58 -04:00
2021-07-06 18:14:58 -04:00
2021-03-30 15:24:31 -07:00
2021-04-23 16:56:33 -07:00
2021-03-24 18:15:50 -07:00
2021-03-24 18:15:50 -07:00
2021-07-16 14:45:06 -07:00
2021-07-16 14:45:06 -07:00
2021-07-16 14:45:06 -07:00
2021-04-05 11:37:51 -07:00
2021-08-04 10:00:39 +01:00
2021-04-09 09:44:44 -07:00
2021-03-22 16:39:35 -07:00
2021-03-22 16:39:35 -07:00