Skip to content

Commit

Permalink
Turbopack: Experimental dev app pages support (#52680)
Browse files Browse the repository at this point in the history
This implements app pages and routes for the Nexturbo API.

## Turbopack updates

* vercel/turborepo#5527 <!-- Alex Kirszenberg -
AdjacencyMap::reverse_topological (+ fixes) -->
  • Loading branch information
alexkirsz authored Jul 17, 2023
1 parent e5b3589 commit dd56a77
Show file tree
Hide file tree
Showing 34 changed files with 1,627 additions and 861 deletions.
75 changes: 39 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ swc_core = { version = "0.79.13" }
testing = { version = "0.33.20" }

# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230716.2" }
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230717.2" }
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230716.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230717.2" }
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230716.2" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230717.2" }

# General Deps

Expand Down
1 change: 1 addition & 0 deletions packages/next-swc/crates/next-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ indexmap = { workspace = true }
next-core = { workspace = true }
once_cell = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["full"] }
turbopack-binding = { workspace = true, features = [
"__turbo_tasks_memory",
Expand Down
Loading

0 comments on commit dd56a77

Please sign in to comment.