Author Topic: Javascript support improvement  (Read 3391 times)

Anton

  • Newbie
  • *
  • Posts: 25
    • View Profile
Javascript support improvement
« on: November 25, 2019, 01:12:58 PM »
Dear Colleagues!

Сurrent javascript support level is very low.

1. Оbjects do not support expressions. For example: { key: expression }
2. Incorrectly accepted types returned by expressions. For example: "hello world".split(" ")[0]
3. Lack of basic Array methods.
4. Very low performance and memory leak on large arrays or objects, noticeably starting at 1000 items.

This is only a small part of yate's javascript lacks.

Best regards, Anton

Anton

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Javascript support improvement
« Reply #1 on: January 26, 2020, 11:11:04 AM »