Nathan Diepeveen

Results 5 comments of Nathan Diepeveen

I would really like to contribute to this project. You can find my portfolio at https://www.linkedin.com/in/nathandiepeveen. Please contact me at [email protected].

Sure. Take this very basic example that doesn't work: ```js const arr = ["itemA", "itemB"]; if (arr.includes("itemA")) { console.log("It's in!"); } ``` I think this has to do with nashorn...

Changing the target to ES2015 in the tsconfig might also work. Array.prototype.includes was introduced in ES2016 and I think the default Nashorn version is ES2015. Might be worth checking out....

@connerdouglass Could you please generate a new link to the Discord and send it to me? The old one is expired.

I second this. The `fs` plugin already supports this convertion, there is just no way to do it manually.