Open
Description
I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
- Import a module to cloudform typescript template
- Use cloudform to generate aws template
- console logs from imported files are included in aws template
Expected behavior
Console logs of imported modules should be printed to console, instead of aws template
Minimal reproduction of the problem with instructions
Create a module which has one function that console.log something. Import it to cloudform template. Generate aws template - your console log will be in the first line
What is the motivation / use case for changing the behavior?
It is usefull to import some types/interfaces from modules - this issue disallows such option
Environment
Cloudform version: 3.3.0
For Tooling issues:
- Node version: 10.13.0
- Platform: Mac
Others:
- Yarn 1.10.1
Metadata
Assignees
Labels
No labels
Activity