Skip to content
Snippets Groups Projects
  1. Dec 21, 2017
    • Daniel Ehrenberg's avatar
      Remove static fields tests · d50c33a5
      Daniel Ehrenberg authored
      Static fields were broken up from instance fields and demoted to
      Stage 2 in the November 2017 TC39 meeting. This patch removes the
      test262 tests which test static class fields.
      d50c33a5
  2. Nov 15, 2017
    • Leo Balter's avatar
      Add more tests for class fields · 28a2495c
      Leo Balter authored
      - Add tests for multiple public fields of the same name
      - Reorganize fields default templates
      - Add more tests for redeclaration of fields
      - Remove non used template
      - Add tests for computed property names in class fields definitions
      - Minor test fixes
      
      Thanks @andresaraujo for helping with the early review
      Unverified
      28a2495c
Loading