Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
Expected behavior:
Steps to reproduce:
When you rename an import using the as operator, the output in components.d.ts is invalid:
Related code:
import { IconDefinition as FaIconDefinition } from '@fortawesome/fontawesome-svg-core';
Output (components.d.ts):
import { FaIconDefinition, } from "@fortawesome/fontawesome-svg-core";
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
Expected behavior:
Steps to reproduce:
When you rename an import using the
asoperator, the output incomponents.d.tsis invalid:Related code:
Output (components.d.ts):