pulumi/pkg/codegen/convert
Fraser Waters ae2efd4a73 Speed up mapping lookup
Rather than doing a linear search through all the plugins and asking
each in turn for their mapping information, use the heuristic that
normally the Pulumi provider name matches the mapped provider name and
try that plugin first.
2023-04-26 16:38:01 +01:00
..
mapper.go refactor(codegen/convert): Extract PluginMapper to file 2023-04-20 09:37:23 +01:00
mapper_client.go Add mapping service to converter 2023-03-24 17:09:17 +00:00
mapper_server.go Add mapping service to converter 2023-03-24 17:09:17 +00:00
plugin_mapper.go Speed up mapping lookup 2023-04-26 16:38:01 +01:00
plugin_mapper_test.go Speed up mapping lookup 2023-04-26 16:38:01 +01:00