1. 16 11月, 2019 7 次提交
  2. 15 11月, 2019 8 次提交
    • J
      Clean up old flag (#9421) · d90c8531
      Joe Haddad 提交于
      d90c8531
    • J
      Remove top level usage of loader imports in next/document (#9419) · 53f3cb62
      JJ Kasper 提交于
      * Don't use loader import at top level in next/document
      
      * Update ts-ignores
      53f3cb62
    • J
      [Experimental] Catch-all Route Support (#9416) · ba5e6943
      Joe Haddad 提交于
      * Catch-all Route Support
      
      * Add SSR tests
      
      * Add additional test
      
      * Add unit tests
      
      * Put the feature behind a flag
      
      * Apply suggestions from code review
      Co-Authored-By: NJJ Kasper <jj@jjsweb.site>
      
      * Fix test
      ba5e6943
    • J
      Linting should be strict (#9418) · 34a38d2e
      Joe Haddad 提交于
      This configures our linting to exit without a success status code when warnings are found
      34a38d2e
    • J
      Integration test case for fetch alias (#9391) · 332852bf
      Janicklas Ralph 提交于
      * Polyfilling fetch and object-assign
      
      * Polyfilling corejs object-assign
      
      * Adding object-assign in polyfills.js. IE11 does not support Object.assign
      
      * Fixing failing test
      
      * Updating object.assign polyfill to fix aliasing
      
      * Updating test case value to match new build stats
      
      * Increasing the size of default build to 225kb
      
      * Fixing defer-script test case to not include polyfill.js
      
      * Revert README.md
      
      * Re-design the polyfill approach based on PR feedback
      
      * Adding comment and fixing test case
      
      * Rename polyfills chunk
      
      * Extract aliases into helper
      
      * Remove extra new line
      
      * Fix TypeScript typings
      
      * Adding _internal_fetch alias
      
      * Adjust build manifest plugin
      
      * Build manifest plugin changes - adding a separate entry for polyfills
      
      * Rename polyfills entry in build-manifest.json
      
      * Remove old comment
      
      * Fix TS
      
      * Set key
      
      * Polyfills already added
      
      * Filtring polyfill.module.js
      
      * Fix test
      
      * Add __internal_fetch to alias rule
      
      * Adjust name
      
      * bump size
      
      * ignore polyfills
      
      * sigh
      
      * Aliasing Object.assign
      
      * Mergin latest changes
      
      * Integration test for polyfilling fetch
      
      * Remove comment
      
      * Fix prettier error
      
      * Fix review comments
      
      * Fix review comments
      
      * Update fetch.js
      
      * Fix tests
      332852bf
    • J
      Upgrade TypeScript version (#9417) · f3b376fa
      Joe Haddad 提交于
      f3b376fa
    • J
      Improve route param error message · 1544443f
      Joe Haddad 提交于
      1544443f
    • J
      refactor(router): extract handle slug method (#9414) · 1fa612d8
      Joe Haddad 提交于
      This refactors the `handleSlug` method in preparation for catch-all routing.
      This PR is opened separately so the catch-all diff can be reviewed easier.
      1fa612d8
  3. 14 11月, 2019 5 次提交
  4. 13 11月, 2019 8 次提交
  5. 11 11月, 2019 12 次提交