Skip to content

Commit

Permalink
docs(cn): resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
waynzh committed Nov 6, 2024
1 parent 6527675 commit 0fbab46
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/command-line-interface/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,7 @@ export default {
导入你的 package 文件可能很有用,例如自动将你的依赖项标记为 “external”。根据你的 Node 版本,有不同的方法来实现此目的:
<<<<<<< HEAD
- 对于 Node 17.5+,你可以使用导入断言
=======
- For Node 18.20+, you can use an import attribute
>>>>>>> cdf34ab5411aac6ac3f6cd21b10d2e58427e88ec
- 对于 Node 18.20+,你可以使用导入断言
```js twoslash
import pkg from './package.json' with { type: 'json' };
Expand Down

0 comments on commit 0fbab46

Please sign in to comment.