Skip to content

Commit

Permalink
Turbopack: OutputAsset trait (#52606)
Browse files Browse the repository at this point in the history
### What?

refactoring for cleaner typing of assets

see vercel/turbo#5507
  • Loading branch information
sokra committed Jul 13, 2023
1 parent c569158 commit ee28f94
Show file tree
Hide file tree
Showing 12 changed files with 130 additions and 96 deletions.
102 changes: 67 additions & 35 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
Expand Up @@ -42,11 +42,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-230712.2" }
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230713.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-230712.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230713.2" }
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230712.2" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230713.2" }

# General Deps

Expand Down

0 comments on commit ee28f94

Please sign in to comment.