Skip to content

Commit

Permalink
feat(turbopack-ecmascript): use import attributes for annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed May 15, 2024
1 parent fdd8f0c commit a478e0e
Show file tree
Hide file tree
Showing 16 changed files with 173 additions and 169 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ bench/nested-deps/components/**/*
test/lib/amp-validator-wasm.js
test/production/pages-dir/production/fixture/amp-validator-wasm.js
test/e2e/async-modules/amp-validator-wasm.js

72 changes: 36 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 @@ -37,11 +37,11 @@ swc_core = { version = "0.90.33", features = [
testing = { version = "0.35.22" }

# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240514.2" }
turbopack-binding = { git = "https://github.com/vercel/turbo.git", branch = "hrmny/import-attribute-annotations" } # last tag: "turbopack-240514.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-240514.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", branch = "hrmny/import-attribute-annotations" } # last tag: "turbopack-240514.2"
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240514.2" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", branch = "hrmny/import-attribute-annotations" } # last tag: "turbopack-240514.2"

# General Deps

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@
"@replayio/replay": "0.20.1",
"@svgr/webpack": "5.5.0",
"@swc/cli": "0.1.55",
"@swc/core": "1.5.0",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@swc/types": "0.1.7",
"@testing-library/jest-dom": "6.1.2",
"@testing-library/react": "^15.0.5",
"@types/busboy": "1.5.3",
Expand Down

0 comments on commit a478e0e

Please sign in to comment.