TypeScript
Elide can run TypeScript using the built-in JavaScript engine.
elide run --typescript ...
export function hello(name: string): void {
console.log(`Hello from TypeScript, ${name}!`)
}
Language Engine
Elide can execute TypeScript under the following conditions.
Language | TypeScript |
---|---|
Standard |
|
Maturity | |
Engine |
What is product/service/concept
Provide some background and context, explain choices and alternatives.
Glossary
A definition list or a glossary:
- First Term
This is the definition of the first term.
- Second Term
This is the definition of the second term.
Last modified: 24 June 2024