File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
website/docs/zh/guide/start Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ import ESM from ' ./components/ESM.mdx' ;
2+ import CJS from ' ./components/CJS.mdx' ;
3+ import UMD from ' ./components/UMD.mdx' ;
4+ import MF from ' ./components/MF.mdx' ;
5+
16# 术语表
7+
8+ ## ESM
9+
10+ ESM 代表 ECMAScript 模块,<ESM />
11+
12+ ## CJS
13+
14+ CJS 代表 [ CommonJS] ( https://nodejs.org/api/modules.html#modules-commonjs-modules ) ,<CJS />
15+
16+ ## UMD
17+
18+ <UMD />
19+
20+ ## 无捆绑
21+
22+ Bundleless 是指一种开发方法,它避免了将多个 JavaScript /TypeScript 文件捆绑到单个或更少的输出文件中,然后再将其提供给客户端的传统做法。相反,它的目标是直接为各个模块提供服务。
23+
24+ ## DTS
25+
26+ DTS代表[ TypeScript声明文件] ( https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html ) ,为JavaScript代码提供类型信息。
27+
28+ ## 模块联盟
29+
30+ <MF />
31+
32+ ## 更多
33+
34+ 请参阅 [ Rsbuild-术语表] ( https://rsbuild.dev/guide/start/glossary ) 和 [ Rspack-术语表] ( https://rspack.dev/misc/glossary ) 中的更多术语。
You can’t perform that action at this time.
0 commit comments