Maybe Waffle
d5440926e2
Suggest replacing typeof(...) with an actual type
...
This commit suggests replacing typeof(...) with an actual type of "...",
for example in case of `typeof(1)` we suggest replacing it with `i32`.
If the expression
- Is not const (`{ let a = 1; let _: typeof(a); }`)
- Can't be found (`let _: typeof(this_variable_does_not_exist)`)
- Or has non-suggestable type (closure, generator, error, etc)
we don't suggest anything.
2022-04-07 23:40:32 +04:00
..
2022-03-28 08:41:12 +03:00
2022-03-30 17:04:46 -04:00
2022-03-29 20:18:28 -04:00
2022-04-07 12:51:50 +10:00
2022-04-04 12:16:20 -07:00
2022-03-30 23:53:21 +03:00
2022-03-28 10:03:02 +11:00
2022-03-20 09:14:59 +01:00
2022-04-06 15:02:37 +00:00
2022-04-06 19:54:05 +02:00
2022-04-05 13:18:21 +00:00
2022-04-05 13:18:22 +00:00
2022-04-05 13:18:22 +00:00
2022-04-05 16:46:13 +00:00
2022-04-06 14:07:27 +00:00
2022-04-03 16:04:47 +00:00
2022-04-05 07:01:03 +01:00
2022-03-30 11:23:58 +02:00
2022-04-07 23:40:32 +04:00
2022-04-05 07:01:03 +01:00
2022-04-07 12:52:32 +00:00
2022-03-31 00:26:29 +02:00
2022-04-05 07:01:00 +01:00
2022-03-30 01:39:38 -04:00
2022-03-30 15:14:15 -04:00
2022-04-05 07:01:02 +01:00
2022-04-05 07:01:00 +01:00
2022-03-23 22:13:55 +01:00
2022-04-05 16:46:13 +00:00
2022-04-05 07:01:00 +01:00
2022-04-05 23:18:40 +02:00
2022-04-05 07:01:03 +01:00
2022-04-03 21:29:57 +02:00
2022-04-05 23:18:40 +02:00
2022-04-05 07:01:00 +01:00
2022-03-30 15:14:15 -04:00
2022-04-06 23:06:06 +02:00
2022-03-31 13:09:53 +02:00
2022-04-07 12:52:32 +00:00
2022-03-30 15:14:15 -04:00
2022-04-05 07:01:00 +01:00
2022-03-31 04:57:28 +02:00
2022-03-30 11:23:58 +02:00
2022-04-05 07:01:02 +01:00
2022-04-05 16:55:53 +03:00
2022-03-31 04:57:28 +02:00
2022-04-05 07:01:02 +01:00
2022-04-05 07:01:03 +01:00
2022-04-05 07:01:00 +01:00
2022-04-05 23:18:40 +02:00
2022-04-07 07:34:04 +00:00
2022-03-28 16:57:45 +00:00
2022-04-01 21:16:41 +00:00
2022-03-28 16:27:14 +00:00
2022-04-07 23:40:32 +04:00