Open jparta opened 6 days ago
What does the limitation regarding using Salesforce CLI with TypeScript for LWC development mean in practice? Does this mean the source cannot be deployed to org?
The guide is here: https://developer.salesforce.com/docs/platform/lwc/guide/ts.html
For now, LWC support for TypeScript excludes these use cases.
Does this mean the source cannot be deployed to org?
That's correct. You currently can only deploy JavaScript to your org, so you must compile any TypeScript code before deploying.
What does the limitation regarding using Salesforce CLI with TypeScript for LWC development mean in practice? Does this mean the source cannot be deployed to org?
The guide is here: https://developer.salesforce.com/docs/platform/lwc/guide/ts.html
TypeScript Limitations
For now, LWC support for TypeScript excludes these use cases.