Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement loadable with lazy and suspense for next dynamic #42589

Merged
merged 17 commits into from Dec 7, 2022

Commits on Dec 6, 2022

  1. Implement loadable with lazy and suspense for next dynamic

    remove dynamic alias for app dir
    
    remove legacy test
    huozhi committed Dec 6, 2022
    Copy the full SHA
    d71d84c View commit details
    Browse the repository at this point in the history
  2. use lazy to load inline component

    fix tests
    
    update tests
    huozhi committed Dec 6, 2022
    Copy the full SHA
    800e88f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4b8723e View commit details
    Browse the repository at this point in the history
  4. add error boundary to dynamic component

    fix build export
    huozhi committed Dec 6, 2022
    Copy the full SHA
    61d0fde View commit details
    Browse the repository at this point in the history
  5. strip dynamic options for server components

    fix swc is_server_components compiler options
    
    fix cargo lint
    
    fix lint
    
    fix esm
    
    fix test
    
    pass down RecoverOnError
    huozhi committed Dec 6, 2022
    Copy the full SHA
    5024ddd View commit details
    Browse the repository at this point in the history
  6. fix react mismatch

    huozhi committed Dec 6, 2022
    Copy the full SHA
    b2c9fb2 View commit details
    Browse the repository at this point in the history
  7. fix tests

    huozhi committed Dec 6, 2022
    Copy the full SHA
    3735799 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d217c24 View commit details
    Browse the repository at this point in the history
  9. fix build

    huozhi committed Dec 6, 2022
    Copy the full SHA
    be38baf View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    e8988cc View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    f93d0b9 View commit details
    Browse the repository at this point in the history
  12. fix lint

    huozhi committed Dec 6, 2022
    Copy the full SHA
    7be09bc View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Copy the full SHA
    3f0449f View commit details
    Browse the repository at this point in the history
  2. update cargo snapshot

    huozhi committed Dec 7, 2022
    Copy the full SHA
    3706e20 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    huozhi committed Dec 7, 2022
    Copy the full SHA
    66b8fdc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    464fcc3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    40d1f5d View commit details
    Browse the repository at this point in the history