Artem Kobzar

Results 23 issues of Artem Kobzar

Add an query argument for adding dead code elimination step before IR to JS translating

The PR provides a new way to compile JS with IR. The currently used API will be removed from the compiler soon, so the provided changes will prevent breaks on...

## 🐛 Bug Report I've tried to run [the example](https://github.com/metacall/ml-news-article-scraper-example) with core `0.4.3` version and got the error with stack trace. ### Expected Behavior Run node.js without an error ###...

bug

### Description To create new data structure in JavaScript we also need to create a constructor function(class syntax sugar). But this way has a couple of problems like a lot...

https://github.com/origamitower/folktale/issues/206

### Summary Added collecting of Alias symbols. As a result, it fixed the problem with @types/async library

### Summary Instead of removal invalid JS names and adding overridden getters/setters into a class/object we can just escape those symbols. WARNING: It can be merged only after the PR...

Related PR: https://github.com/AlexanderPrendota/kotlin-compiler-server/pull/501