Skip to content
Snippets Groups Projects
  1. Mar 21, 2016
  2. Mar 18, 2016
  3. Mar 17, 2016
  4. Mar 11, 2016
  5. Mar 09, 2016
  6. Mar 04, 2016
  7. Mar 02, 2016
  8. Mar 01, 2016
  9. Feb 25, 2016
  10. Feb 23, 2016
  11. Feb 22, 2016
  12. Feb 20, 2016
  13. Feb 19, 2016
    • Mike Pennisi's avatar
      Add test for strict mode of module code · 82abd59f
      Mike Pennisi authored
      82abd59f
    • Mike Pennisi's avatar
      Add tests for `await` as an identifier · 5006055c
      Mike Pennisi authored
      5006055c
    • Mike Pennisi's avatar
      Add tests for position of module declarations · a6dcd0dc
      Mike Pennisi authored
      Assert that ImportDeclaration and ExportDeclaration match only the
      ModuleItem symbol.
      
      According to the definition of HostResolveImportedModule, it is
      acceptable for an implementation to throw a SyntaxError in the event
      that a requested module can neither be found nor created:
      
      > If a Module Record corresponding to the pair referencingModule,
      > specifier does not exist or cannot be created, an exception must be
      > thrown.
      
      In order to reliably detect a SyntaxError in response to the correct
      interpretation of the grammar (and not a SyntaxError from an *incorrect*
      interpretation of the grammar followed by a failure to resolve the
      requested module), the ModuleSpecifier of ExportDeclarations should
      describe a valid resource.
      a6dcd0dc
Loading