pulumi/sdk/nodejs/automation
Robbie McKinstry 9658df87e7
This commit safely replaces empty interfaces with type aliases.
Empty interfaces have no effect, even when they are subtyping
other interfaces. An empty interface is always equivalent to its supertype.
They can be safely replaced with type aliases, which better express
the semantic equivalence between the two types.
2023-05-11 23:10:00 -04:00
..
cmd.ts Eliminate unnecessary double negations. 2023-05-09 18:35:59 -04:00
config.ts Removing x namespace from go/python/nodejs automation packages (#6518) 2021-04-14 19:32:18 +01:00
errors.ts Apply autoformat 2023-04-28 18:27:10 -04:00
events.ts This commit safely replaces empty interfaces with type aliases. 2023-05-11 23:10:00 -04:00
index.ts [auto/nodejs] Support for remote operations 2022-10-28 12:56:30 -07:00
localWorkspace.ts Eliminate unnecessary double negations. 2023-05-09 18:35:59 -04:00
minimumVersion.ts [sdk/nodejs] Mark internal APIs `@internal` to filter from SDK docs 2022-09-20 11:54:06 -07:00
projectSettings.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
remoteStack.ts Apply autoformat 2023-04-28 18:27:10 -04:00
remoteWorkspace.ts Apply autoformat 2023-04-28 18:27:10 -04:00
server.ts Eliminate unnecessary double negations. 2023-05-09 18:35:59 -04:00
stack.ts Apply autoformat 2023-04-28 18:27:10 -04:00
stackSettings.ts Apply autoformat 2023-04-28 18:27:10 -04:00
tag.ts Add stack tag support for nodejs automation api sdk 2022-12-14 22:27:56 -05:00
workspace.ts Support WhoAmI in automation api for old CLI versions 2023-03-22 13:30:08 +00:00