Skip to content
Snippets Groups Projects
  1. Mar 08, 2021
    • Frank Bessou's avatar
      fix: make type definitions in Schema.ts more precise · 3c0e7164ac2b
      Frank Bessou authored
      ESchemas now accepts the entity types as generic type parameter.
      SchemaEntityTypes is now the subset of "entities" property's keys which
      are strings. This is necessary because when the keyword "keyof" is used
      on a generic type it returns an union of strings, numbers and symbols.
      We only want to keep strings.
      3c0e7164ac2b
  2. Mar 01, 2021
  3. Feb 26, 2021
  4. Feb 25, 2021
  5. Feb 24, 2021
    • Frank Bessou's avatar
      chore: include third-pary source maps in demo build · 18429c2b38f1
      Frank Bessou authored
      The source maps allow the browser to display original files in the
      debugger and in the console.
      By default, webpack only includes source maps generated in the current
      build. It doesn't include source maps located in node_modules. The
      source-map-loader npm packages allow webpack to discover third-party
      source maps and the `"devtool": "eval-source-map"` strategy makes
      webpack expose both loaded source maps and generated source maps to the
      browser.
      18429c2b38f1
    • Frank Bessou's avatar
      fix: run prettier · 5f7a610e60d5
      Frank Bessou authored
      5f7a610e60d5
  6. Feb 23, 2021
  7. Feb 22, 2021
  8. Feb 12, 2021
  9. Feb 02, 2021
Loading