Skip to content

Commit

Permalink
Added class members
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava authored Jul 3, 2022
1 parent 988289b commit d8346ab
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,28 @@ Yantra (Machine in Sanskrit) is a Managed JavaScript Engine for .NET Standard wr
2. Strict Mode Only JavaScript*
3. Arrow functions
4. Classes
5. Enhanced object literals
6. Template strings and tagged templates
7. Destructuring
8. `let` `const`
9. Map, Set, WeakMap, WeakSet
10. Symbols
11. Subclassable built-ins
12. Binary and Octal literals
13. Module support
14. Null coalesce
15. Optional property chain `identifier?.[]`, `identifier?.(`, `identifier?.identifier`
16. Rest, Default and Spread Parameters
17. Generators, iterators, for..of
18. Async/Await
19. Optional parameters
20. Tail call optimization
21. Many ES5 + ES6 features
22. CommonJS Module Support
23. Easily marshal CLR Object to JavaScript and other way around
24. CSX Module support
25. Mixed module system, YantraJS supports `require` and `import`.
5. Class members
6. Enhanced object literals
7. Template strings and tagged templates
8. Destructuring
9. `let` `const`
10. Map, Set, WeakMap, WeakSet
11. Symbols
12. Subclassable built-ins
13. Binary and Octal literals
14. Module support
15. Null coalesce
16. Optional property chain `identifier?.[]`, `identifier?.(`, `identifier?.identifier`
17. Rest, Default and Spread Parameters
18. Generators, iterators, for..of
19. Async/Await
20. Optional parameters
21. Tail call optimization
22. Many ES5 + ES6 features
23. CommonJS Module Support
24. Easily marshal CLR Object to JavaScript and other way around
25. CSX Module support
26. Mixed module system, YantraJS supports `require` and `import`.

`*` Most JavaScript today is available in strict mode, we do not feel any need to support non strict mode as modules are strict by default.

Expand Down

0 comments on commit d8346ab

Please sign in to comment.