Skip to content
Snippets Groups Projects
  1. Oct 24, 2017
    • Joe Lencioni's avatar
      Build entry points · 9cac256a
      Joe Lencioni authored
      These three files are used as entry points into the project, and we
      expect people to be importing them directly so they are at the top level
      for convenience. Because of this, they have not been getting run through
      Babel like the rest of the code here, so they were using older syntax.
      
      In this commit, I am moving these files into the src directory so they
      will be built into lib like the rest of the code here. In their place at
      the top level, I am creating some very light shims that simply bring in
      the built version of the module and re-export it if necessary.
      
      This gives us a couple of advantages. First, it makes more of our code
      consistent. Second, it makes it possible to produce two different kinds
      of builds, one for CommonJS consumers and another for ES modules
      consumers.
      9cac256a
  2. Oct 23, 2017
  3. Oct 22, 2017
  4. Oct 21, 2017
  5. Oct 20, 2017
  6. Oct 17, 2017
  7. Oct 16, 2017
  8. Oct 14, 2017
  9. Oct 13, 2017
  10. Oct 12, 2017
  11. Oct 11, 2017
  12. Oct 10, 2017
  13. Oct 09, 2017
Loading