1. 21 Nov, 2017 1 commit
  2. 05 Nov, 2017 1 commit
  3. 11 Oct, 2017 1 commit
  4. 06 Oct, 2017 1 commit
    • Tharaka Wijebandara's avatar
      Add click-to-open support for build errors (#3100) · 00ed100b
      Tharaka Wijebandara authored
      * Implement click-to-open for babel syntax errors in build error overlay
      
      * Add click-to-open support for lint errors and refactor parser
      
      * Reactor code to reuse open-in-editor functionality in both build and runtime error overlays
      
      * Fix some eslint warnings
      
      * Add a comment about keeping middleware and dev client in sync
      
      * Remove es6 features from webpack dev client
      
      * Make open-in-editor functionality to work with new iframe script
      
      * Rename `openInEditor` to `editorHandler`
       -  Remove indirection of openInEditorListener
       -  Check editorHandler for null before styling error clickable
      
      * Fix flow errors
      00ed100b
  5. 03 Oct, 2017 1 commit
    • Tharaka Wijebandara's avatar
      Make error overlay to run in the context of the iframe (#3142) · cd3d04b7
      Tharaka Wijebandara authored
      * Make error overlay to run in the context of the iframe
      
      * Configure webpack to build the entire package
      
      * Remove inline raw-loader config
      
      * Configure watch mode for error-overlay webpack build
      
      * Add polyfills to the error-overlay iframe script
      
      * Add header comment
      
      * Configure to fail CI on error or warning
      
      * Suppress flow-type error on importing iframe-bundle
      
      * Change webpack to a dev dependency and pin some versions
      
      * Disable webpack cache
      
      * Update license headers to MIT
      cd3d04b7
  6. 26 Sep, 2017 1 commit
  7. 11 Sep, 2017 1 commit
    • Luca's avatar
      Updated react-error-overlay to latest Flow (0.54.0) (#3065) · eed708a8
      Luca authored
      * Updated react-error-overlay to latest Flow (0.54.0)
      
      * Revert "Updated react-error-overlay to latest Flow (0.54.0)"
      
      This reverts commit 6deaffbd.
      
      * Fixed unit tests.
      
      * Updated code as per code review.
      
      * Fixed code as per code review.
      
      * Updated the code as per review.
      eed708a8
  8. 02 Sep, 2017 1 commit
  9. 28 Aug, 2017 1 commit
    • Tharaka Wijebandara's avatar
      Convert react-error-overlay to React (#2515) · ecd1f054
      Tharaka Wijebandara authored
      * Convert react-error-overlay to React
      
      * Update compile-time error overlay to use react-error-overlay components
      
       * Refactor react-error-overlay components to container and presentational components.
      
       * Make the compile-time error overlay a part of react-error-overlay package.
      
       * Use react-error-overlay as dependency in react-dev-utils to show compile-time errors.
      
      * Run Prettier
      
      * Move the function name fix into StackFrame itself
      
      * Fix clicking on source code snippet to open the code in editor
      
      * Use exact objects + minor style tweak
      
      * Don't linkify frames that don't exist on the disk
      
      * Fix lint
      
      * Consolidate iframe rendering logic
      
      * Remove circular dependency between react-dev-utils and react-error-overlay
      
      * Fix lint
      
      * Fix decoupling of react-dev-utils and react-error-overlay by moving middleware
      
      * Deduplicate identical errors
      ecd1f054
  10. 20 May, 2017 1 commit
  11. 10 May, 2017 1 commit
    • Joe Haddad's avatar
      Add `react-error-overlay` package (#2111) · 70768b32
      Joe Haddad authored
      * ༼ つ ◕_◕ ༽つ stack-frame-overlay
      
      * Fix linting
      
      * Remove auto overlay
      
      * Fix e2e
      
      * Pull in the rest
      
      * Appease flow
      
      * Correct dep
      
      * Remove old repo references
      
      * Check flow on test
      
      * Test overlay in e2e
      
      * Add cross env
      
      * Rename package
      
      * Make sure it gets built post-install
      
      * Update the README
      
      * Remove extra builds now that there's a postinstall script
      
      * Revert "Remove extra builds now that there's a postinstall script"
      
      This reverts commit 8bf601db.
      
      * Remove broken script
      
      * Fix some dev ergo
      70768b32