Historique des commits

Auteur SHA1 Message Date
  davidot 9f661d20f7 LibJS: Allow anonymous functions as default exports il y a 2 ans
  davidot faf1430ce4 LibJS: Allow exporting any imported bindings il y a 2 ans
  davidot 3b1c3e574f LibJS: Handle empty named export il y a 2 ans
  davidot f75c51b097 LibJS: Allow full ModuleExportName in namespace il y a 2 ans
  davidot fce2b33758 LibJS: Allow BigInts as destructuring property names il y a 2 ans
  davidot ae349ec6a8 LibJS: Use a synthetic constructor if class with parent doesn't have one il y a 2 ans
  davidot e5adc51e27 LibJS: Allow invalid string in tagged template literals il y a 2 ans
  Ali Mohammad Pur f4b26b0cea LibJS: Hook up the 'v' (unicodeSets) RegExp flag il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Daniel Bertalan ebac8abc04 LibJS: Explicitly instantiate Parser::parse_function_node il y a 3 ans
  Linus Groh 5a26a547db LibJS: Update a couple of outdated spec comments il y a 3 ans
  Luke Wilde 34f902fb52 LibJS: Add missing steps and spec comments to PerformEval il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Idan Horowitz 7ebb421ee9 LibJS: Implement the object literal __proto__ property key special case il y a 3 ans
  davidot 2c6183da1e LibJS: Allow methods in classes named 'async' il y a 3 ans
  davidot 65bebb5241 LibJS: Allow CallExpression as left hand side of for-of/for-in loops il y a 3 ans
  Anonymous 602190f66f LibJS: Fix mixing of logical and coalescing operators il y a 3 ans
  Anonymous f55d7bf6f3 LibJS: Fix cases where we incorrectly allowed 'in' in for loops il y a 3 ans
  Andreas Kling 50a446a5d1 LibJS: Make more use of Token::flystring_value() il y a 3 ans
  Andreas Kling 0cb0979990 LibJS: Add Token::flystring_value() to produce FlyString directly il y a 3 ans
  Andreas Kling 1a3fa2d88b LibJS: Make Parser::ScopePusher::has_declaration() take FlyString il y a 3 ans
  davidot 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr il y a 3 ans
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} il y a 3 ans
  davidot e0e4ead2c8 LibJS: Follow the spec with storing im- and export entries il y a 3 ans
  davidot 99edf5b25a LibJS: Track whether a program has a top level await statement il y a 3 ans
  davidot aca427fc8c LibJS: Make parsing import and export entries follow the spec il y a 3 ans
  Linus Groh 531d1ac734 LibJS: Capture source text of FunctionNode and ClassExpression il y a 3 ans
  Linus Groh 95a9f12b97 LibJS: Set Token's m_offset to the value's start index il y a 3 ans
  Linus Groh e8519156bc LibJS: Implement create_dynamic_function() according to the spec il y a 3 ans
  Linus Groh f0b2179bd7 LibJS: Don't require ParenClose in Parser::parse_formal_parameters() il y a 3 ans