You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException: A language with id 'typescript' is not installed. Installed languages are: [llvm, python, ruby, js, ts, wasm].
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotEngineImpl.throwNotInstalled(PolyglotEngineImpl.java:1168)
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotEngineImpl.requirePublicLanguage(PolyglotEngineImpl.java:1175)
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.requirePublicLanguage(PolyglotContextImpl.java:1700)
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.lookupLanguageContext(PolyglotContextImpl.java:1662)
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextImpl.parse(PolyglotContextImpl.java:1643)
at org.graalvm.truffle/com.oracle.truffle.polyglot.PolyglotContextDispatch.parse(PolyglotContextDispatch.java:65)
at org.graalvm.polyglot/org.graalvm.polyglot.Context.parse(Context.java:483)
at elide.runtime.core.internals.graalvm.GraalVMContext.parse(GraalVMContext.kt:42)
at elide.tool.cli.cmd.repl.ToolShellCommand.readExecuteCode(ToolShellCommand.kt:1515)
at elide.tool.cli.cmd.repl.ToolShellCommand.invoke$lambda$58(ToolShellCommand.kt:1862)
at elide.tool.cli.AbstractSubcommand.withContext(AbstractSubcommand.kt:540)
at elide.tool.cli.cmd.repl.ToolShellCommand.invoke(ToolShellCommand.kt:1808)
at elide.tool.cli.cmd.repl.ToolShellCommand$invoke$1.invokeSuspend(ToolShellCommand.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at elide.tool.cli.AbstractToolCommand.execute(AbstractToolCommand.kt:129)
at elide.tool.cli.AbstractToolCommand.call(AbstractToolCommand.kt:153)
at elide.tool.cli.ElideTool.invoke-AZeniH0(ElideTool.kt:273)
at elide.tool.cli.AbstractToolCommand$call$1.invokeSuspend(AbstractToolCommand.kt:154)
at elide.tool.cli.AbstractToolCommand$call$1.invoke-AZeniH0(AbstractToolCommand.kt)
at elide.tool.cli.AbstractToolCommand$call$1.invoke(AbstractToolCommand.kt)
at elide.tool.cli.AbstractToolCommand$execute$6.invokeSuspend(AbstractToolCommand.kt:130)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at elide.tool.cli.AbstractToolCommand.execute(AbstractToolCommand.kt:129)
at elide.tool.cli.AbstractToolCommand.call(AbstractToolCommand.kt:153)
at elide.tool.cli.AbstractToolCommand.run(AbstractToolCommand.kt:164)
at picocli.CommandLine.executeUserObject(CommandLine.java:2030)
at picocli.CommandLine.access$1500(CommandLine.java:148)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2465)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2457)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2419)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2421)
at picocli.CommandLine.execute(CommandLine.java:2174)
at elide.tool.cli.ElideTool$Companion.exec$cli(ElideTool.kt:189)
at elide.tool.cli.ElideTool$Companion.main(ElideTool.kt:160)
at elide.tool.cli.ElideTool.main(ElideTool.kt)
Steps To Reproduce
See above.
Environment Information
Operating System: macOS 14.x Sonoma
Architecture: M-series (aarch64)
Runtime
Native, JVM
Language
JavaScript
Example Application
No response
Version
1.0.0-alpha9
The text was updated successfully, but these errors were encountered:
Expected Behavior
alpha9
elide test.ts
Actual Behaviour
alpha9
elide test.ts
Stacktrace
Steps To Reproduce
See above.
Environment Information
Runtime
Native, JVM
Language
JavaScript
Example Application
No response
Version
1.0.0-alpha9
The text was updated successfully, but these errors were encountered: