Evan Smal
|
3226ce3d83
LibJS: Remove some usage of DeprecatedString usage from Lexer
|
2 år sedan |
Evan Smal
|
cfa6b4d815
LibJS: Remove DeprecatedString usage from Token
|
2 år sedan |
Evan Smal
|
93674e4383
LibJS: Remove DeprecatedString usage from SourceCode
|
2 år sedan |
davidot
|
bff038411a
LibJS: Add using declaration support in for and for of loops
|
2 år sedan |
davidot
|
541637e15a
LibJS: Add using declaration support, RAII like operation in js
|
2 år sedan |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 år sedan |
davidot
|
2bbea62176
LibJS: Don't update names of resulting functions in object expression
|
2 år sedan |
Andreas Kling
|
9721da2e6a
LibJS: Call shrink_to_fit() on various Vectors created during parse
|
2 år sedan |
Andreas Kling
|
b894acd6b2
LibJS: Make one compact allocation for CallExpression and its Arguments
|
2 år sedan |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 år sedan |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
davidot
|
d218a68296
LibJS: Allow CallExpressions as lhs of assignments in most cases
|
2 år sedan |
davidot
|
2c26ee89ac
LibJS: Remove m_first_invalid_property_range from ObjectExpression
|
2 år sedan |
davidot
|
3acbd96851
LibJS: Remove is_use_strict_directive for all StringLiterals
|
2 år sedan |
Andreas Kling
|
d16fab5815
LibJS: Avoid unnecessary SourceRange construction in parse_program()
|
2 år sedan |
Andreas Kling
|
835d7aac96
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
|
2 år sedan |
Andreas Kling
|
e0916dbb35
LibJS: Move {Import,Export}Entry out of {Import,Export}Statement
|
2 år sedan |
Andreas Kling
|
76f438eb3e
LibJS: Remove unused "lexical argument index" metadata from Identifier
|
2 år sedan |
Andreas Kling
|
b0b022507b
LibJS: Reduce AST memory usage by shrink-wrapping source range info
|
2 år sedan |
davidot
|
73fcbbb0ee
LibJS: Give the undeclared private identifier error more precedence
|
2 år sedan |
davidot
|
16ac43c9d4
LibJS: Make sure private identifier is valid in optional chain
|
2 år sedan |
davidot
|
5ca6e8dca8
LibJS: No longer hoist if parent scope has a function with the same name
|
2 år sedan |
davidot
|
67865306d3
LibJS: Fix that functions in module did not look for var declarations
|
2 år sedan |
davidot
|
9f661d20f7
LibJS: Allow anonymous functions as default exports
|
2 år sedan |
davidot
|
faf1430ce4
LibJS: Allow exporting any imported bindings
|
2 år sedan |
davidot
|
3b1c3e574f
LibJS: Handle empty named export
|
2 år sedan |
davidot
|
f75c51b097
LibJS: Allow full ModuleExportName in namespace
|
2 år sedan |
davidot
|
fce2b33758
LibJS: Allow BigInts as destructuring property names
|
2 år sedan |
davidot
|
ae349ec6a8
LibJS: Use a synthetic constructor if class with parent doesn't have one
|
2 år sedan |
davidot
|
e5adc51e27
LibJS: Allow invalid string in tagged template literals
|
2 år sedan |