Skip to content

Commit 04dff0c

Browse files
docs: fix typos in packages
1 parent 63cdc65 commit 04dff0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-next-app/templates/app-api/ts/gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm-debug.log*
2929
yarn-debug.log*
3030
yarn-error.log*
3131

32-
# env files (can opt-in for commiting if needed)
32+
# env files (can opt-in for committing if needed)
3333
.env*
3434

3535
# vercel

packages/next-swc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ flowchart TD
6464
D(next-core) --> E(next-build)
6565
```
6666

67-
- `next-custom-transforms`: provides next-swc specific SWC transform visitors. Turbopack, and the plain next-swc bidnings (`transform`) use these transforms. Since this is a bottom package can be imported in any place (turbopack / next-swc / wasm), it is important package do not contain specific dependencies. For example, using Turbopack's VC in this package will cause build failures to wasm bindings.
67+
- `next-custom-transforms`: provides next-swc specific SWC transform visitors. Turbopack, and the plain next-swc bindings (`transform`) use these transforms. Since this is a bottom package can be imported in any place (turbopack / next-swc / wasm), it is important package do not contain specific dependencies. For example, using Turbopack's VC in this package will cause build failures to wasm bindings.
6868
- `next-core`: Implements Turbopack features for the next.js core functionality. This is also the place where Turbopack-specific transform providers (implementing `CustomTransformer`) lives, which wraps swc's transformer in the `next-custom-transforms`.
6969
- `next-api`: Binding interface to the next.js provides a proper next.js functionality using `next-core`.
7070
- `napi` / `wasm`: The actual binding interfaces, napi for the node.js and wasm for the wasm. Note wasm bindings cannot import packages using turbopack's feature.

0 commit comments

Comments
 (0)