issues
search
EnsembleUI
/
ensemble_ts_interpreter
Javascript ES5 parser and interpreter written entirely in dart.
https://ensembleui.com
BSD 3-Clause "New" or "Revised" License
29
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for full Array methods in js
#63
kmahmood74
closed
6 months ago
0
ES6+: support the case when the argument in the arrow function is not enclosed in parenthesis
#62
kmahmood74
opened
6 months ago
0
ES6+: Support for Set
#61
kmahmood74
opened
7 months ago
0
ES6+: Support for Map
#60
kmahmood74
opened
7 months ago
0
ES6+: Iterators and For-Of Loop
#59
kmahmood74
opened
7 months ago
0
ES6+: Rest Parameters and Spread Operator
#58
kmahmood74
opened
7 months ago
0
ES6+: Enhanced Object Literals: Support for setting the prototype at construction, shorthand for foo: foo assignments, and defining methods, among other syntactic sugar.
#57
kmahmood74
opened
7 months ago
0
ES6+: Destructuring Assignment:
#56
kmahmood74
opened
7 months ago
0
ES6+: Default Parameters: Functions can have default values for parameters.
#55
kmahmood74
opened
7 months ago
0
ES6+: Template Literals: Enhanced string literals allowing for multi-line strings and string interpolation.
#54
kmahmood74
opened
7 months ago
0
ES6+: Support for let and const
#53
kmahmood74
opened
7 months ago
0
ES6+: Support arrow functions
#52
kmahmood74
closed
7 months ago
0
support negative argument for String.slice
#51
kmahmood74
closed
7 months ago
0
automatically do type coercion to allow strings and numbers to be combined in some operations
#50
kmahmood74
closed
8 months ago
1
https://github.com/EnsembleUI/ensemble/issues/1247 interpreter change…
#49
kmahmood74
closed
8 months ago
0
Revert "https://github.com/EnsembleUI/ensemble/issues/1247 interpreter change…"
#48
kmahmood74
closed
8 months ago
0
https://github.com/EnsembleUI/ensemble/issues/1247 interpreter change…
#47
kmahmood74
closed
8 months ago
0
adjusting binary operations behavior when nulls are involved to be consistent with js
#46
kmahmood74
closed
8 months ago
0
getters, setters and methods should not throw exceptions
#45
kmahmood74
closed
8 months ago
0
Math.round | JS
#44
sharjeelyunus
closed
8 months ago
4
improve implementation of map, foreach and filter on arrays to add index as an optional second parm
#43
kmahmood74
closed
9 months ago
0
if a property being access doesn't exist on an object, treat it as null or undefined and warn instead of throwing an error
#42
kmahmood74
opened
9 months ago
0
Make function arguments optional
#41
kmahmood74
closed
9 months ago
0
Support proper null conversions and unary operators in js
#40
kmahmood74
closed
9 months ago
1
Support all String methods in js
#39
kmahmood74
closed
9 months ago
0
regex methods support
#38
sharjeelyunus
opened
10 months ago
0
Support converting Date to json string
#37
kmahmood74
closed
1 year ago
1
Support Object properties
#36
kmahmood74
closed
1 year ago
3
-- is evaluated as ++
#35
kmahmood74
closed
1 year ago
0
Assigning one var to another on declaration does not work
#34
kmahmood74
closed
1 year ago
1
Resolving dependencies... - from git depends on http ^0.13.4
#33
jkoszowski-apzumi
opened
1 year ago
1
For in loop issue - the iterated var needs to be defined before the loop
#32
kmahmood74
closed
1 year ago
1
Support for replace and replaceAll for Strings in js
#31
kmahmood74
closed
1 year ago
0
added get method to invokable
#30
snehmehta
closed
1 year ago
0
Automatic back button "navigateScreen"
#29
RuthLHanan
closed
1 year ago
1
Kitchen Sink Error
#28
RuthLHanan
closed
1 year ago
0
2d arrays are not handled correctly when changing values of the nested array
#27
kmahmood74
closed
1 year ago
1
IDE seems to be in an infinite loop and I can't access or change the code anymore
#26
tanyareuben
opened
1 year ago
1
No support in JS for setTimeout method
#24
RuthLHanan
closed
1 year ago
2
Support for for, while and dowhile loops in js along with the support for strict equality (===)
#23
kmahmood74
closed
1 year ago
1
Code Not Saved Properly
#22
tanyareuben
closed
1 year ago
1
Add the ability to mark any setters as passthrough
#21
vusters
closed
1 year ago
0
support js style forEach that can take one or two arguments
#20
kmahmood74
opened
1 year ago
0
ObjectExpression erroring out when key is a Name instead of a LiteralExpression
#19
kmahmood74
closed
1 year ago
1
string.length in bindings throws exception
#18
kmahmood74
closed
1 year ago
0
Updated to Flutter v3.10
#17
vinothvino42
closed
1 year ago
1
Bump the version of intl to 0.18.0
#16
vinothvino42
opened
1 year ago
0
Support for Date object in js
#15
kmahmood74
closed
1 year ago
1
Flutter projects fail do build due to incompatible dependencies
#14
MrCyjaneK
opened
1 year ago
1
prep package for pub.dev
#13
kmahmood74
closed
1 year ago
0
Next