.gitignore Support 'exports' field in package.json of published modules. (#1392) Feb 5, 2023 .prettierignore Upgrade to TypeScript 5.6 (#1581) Sep 21, 2024 .prettierrc.json Upgrade Prettier to v2 (#869) May 26, 2020 CHANGELOG.md ...
.gitignore build Dual CommonJS/ES module package (#605) Aug 24, 2022 .npmrc make site work Apr 15, 2021 .prettierrc New prettier Apr 30, 2020 LICENSE Create LICENSE May 23, 2018 README.md PR: add .github/workflows/ci.yml for basic Node.js testing#709(#718) ...
// prettier-ignore // @ts-expect-error const incompleteThemeColorModes: Theme = { colors: { modes: { papaya: { function sum(nums: number[]): number: 如果函数没有修改传入的参数,请使用ReadonlyArray。 interface Foo { new(): Foo; }: 以上代码定义了一个可以实例化的接口(对象),你可能想要的...
We track how our APIs change, and diff between the "old" and "new" APIs on every full test run. Keeping this limited to a single file is desirable. Given that each of our JavaScript library entry points are just single files, it really seemed like the most "honest" thing to do would...
Add functionality back to mocha test explorer 3年前 .npmignore Esbuild package headless 8个月前 .npmrc Add .npmrc 7年前 .nvmrc Devcontainer update 1年前 CODE_OF_CONDUCT.md Add a code of conduct 7年前 CONTRIBUTING.md Move playwright tests to use project references 8...
testEnvironment: "node", // 输出覆盖信息文件的目录 coverageDirectory: "./coverage/", // 覆盖信息的忽略文件模式 testPathIgnorePatterns: ["<rootDir>/node_modules/"], // 如果测试覆盖率未达到 100%,则测试失败 // 这里可用于预防代码构建和提交 ...
echo"dist">>.gitignore git add.git commit-m"initial" 构建库 这里会用到TypeScript,我们来安装它。 代码语言:javascript 代码运行次数:0 复制 Cloud Studio代码运行 npm i-Dtypescript 使用下面的配置创建tsconfig.json文件: 代码语言:javascript 代码运行次数:0 ...
{"compilerOptions": {"plugins": [ {"name":"typescript-tslint-plugin","alwaysShowRuleFailuresAsWarnings":false,"ignoreDefinitionFiles":true,"configFile":"../tslint.json","suppressWhileTypeErrorsPresent":false} ] } } Notice: due to an issue in the implementation of theno-unused-variablerule ...
├──.gitignore ├──.prettierrc # prettier配置 ├──README.md ├──package-lock.json # 依赖锁 ├──package.json # 项目配置 ├── src │ ├── tools # 工具包源码 │ │ ├── cliCreator # 脚手架创建 │ │ ├── cliUpdater # 脚手架更新「待建」 ...
chore: use vitest for unit testing plus workspace updates (#10662) Jan 13, 2025 .npsrc chore(core): monorepo, esm targeting, improved management (#8707) Aug 26, 2020 .prettierignore chore: workspace updates Jul 11, 2024 .prettierrc.json ...