issues
search
tc39
/
proposal-binary-ast
Binary AST proposal for ECMAScript
965
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Request for opinion on alternative
#81
dmchurch
opened
7 months ago
3
Solved by W3C EXI?
#80
ghost
opened
3 years ago
3
What is the current status of this proposal?
#79
Becavalier
opened
4 years ago
13
[question] I have a question that Binary AST file can be translated directly to bytecode or it should be translated to standard AST and then translated to bytecode in browser?
#78
zhijs
opened
5 years ago
2
Modify IDL order if all JS engines benefit
#77
arai-a
opened
5 years ago
0
Function.prototype.toString()
#76
xorgy
opened
5 years ago
12
Consider a compressed file format with pre-shared dictionary.
#75
pmeenan
opened
5 years ago
0
Could the AST be based on a reduced subset of productions?
#74
dead-claudia
opened
5 years ago
1
Consider splitting `LiteralNumericExpression` to `LiteralInt32Expression` + `LiteralFloatExpression`
#73
dead-claudia
opened
5 years ago
0
Could the binary AST be...a bit more binary?
#72
dead-claudia
opened
5 years ago
1
Consider merging LiteralInfinityExpression into LiteralNumericExpression
#71
RReverser
opened
5 years ago
3
Add myself to the list of participants
#70
RReverser
closed
5 years ago
0
Give lazy functions ability to assert list of inner functions.
#69
syg
opened
5 years ago
8
Add note about duplicate parameter name to CheckParameterNames and CheckPositionalParameterIndices (fixes #66)
#67
arai-a
closed
6 years ago
0
What should be put into AssertedParameterScope for duplicate parameters?
#66
arai-a
closed
5 years ago
6
Add verification of property names vs identifiers
#65
syg
opened
6 years ago
0
Transfer repo to TC39 org
#64
ljharb
closed
6 years ago
5
Another attempt to annotate scopes and identifier names.
#63
Yoric
closed
6 years ago
0
Explicitly annotating Scope, etc.
#62
Yoric
closed
6 years ago
0
Add comments for function length attributes (fixes #58)
#61
arai-a
closed
6 years ago
0
Explicitly annotating Scope and IdentifierName
#60
Yoric
closed
6 years ago
20
Introducing explicit annotations for Scope, Identifiers, Property Names
#59
Yoric
closed
6 years ago
1
Add comments to length field of functions.
#58
arai-a
opened
6 years ago
1
(Optional) type information
#57
chicoxyzzy
opened
6 years ago
2
Why do some interfaces not inherit from Node?
#56
Yoric
opened
6 years ago
8
Add function length field for functions, except getter which is always 0 (fixes #49)
#55
arai-a
closed
6 years ago
0
Update Babylon link (and fix a typo).
#54
rkirsling
closed
6 years ago
1
Add AssertedParameterScope.isSimpleParameterList back to distinguish …
#53
arai-a
closed
6 years ago
1
Add AssertedPositionalParameterName, AssertedRestParameterName, and AssertedParameterName (fixes #50)
#52
arai-a
closed
6 years ago
0
Can we put more information into AssertedParameterScope ?
#51
arai-a
closed
6 years ago
2
Can we have `AssertedPositionalParameterName` interface which contains index?
#50
arai-a
closed
6 years ago
5
.length property should be available for lazy function
#49
arai-a
closed
6 years ago
3
Subresource Integrity integration
#48
yoavweiss
opened
6 years ago
16
Remove unnecessary optional from boolean
#47
arai-a
closed
6 years ago
0
Fix remaining lexicallyDeclaredNames field name
#46
arai-a
closed
6 years ago
1
Fix syntax and field name
#45
arai-a
closed
6 years ago
1
What is HasMalformedDirectives?
#44
bakkot
closed
6 years ago
3
FunctionBody should be a Node in order to use "or"
#43
arai-a
closed
6 years ago
13
Introducing Scope information
#42
Yoric
closed
6 years ago
2
Javascript can represent invalid unicode strings
#41
kannanvijayan-zz
opened
6 years ago
2
AssertedVarScope needs the actual kind of each name
#40
arai-a
closed
6 years ago
9
Why feature post-default cases with `SwitchStatementWithDefault`?
#39
dead-claudia
closed
6 years ago
2
Issue #24 Introducing [Skippable]
#38
Yoric
closed
6 years ago
1
The binary format doesn't have to directly mirror normal JS.
#37
dead-claudia
opened
6 years ago
16
How are the various "enum"s encoded?
#36
dead-claudia
opened
6 years ago
3
The field order doesn't always match the streaming compilation order
#35
arai-a
closed
6 years ago
9
Grammar quirks
#34
bakkot
opened
6 years ago
1
Consider adding IfElseStatement for if-then-else, separating from IfStatement for if-then
#33
arai-a
opened
6 years ago
6
Introduce LiteralI32Expression
#32
Yoric
opened
6 years ago
5
Module Target
#31
guybedford
closed
6 years ago
2
Next