pulumi/tests/integration/construct_component_error_apply/nodejs/index.ts

7 lines
163 B
TypeScript

// Copyright 2016-2021, Pulumi Corporation. All rights reserved.
import { Component } from "./component";
const componentA = new Component("a", {foo: "bar"});