Documentation must precisely reflect the current codebase implementation. When documenting features, options, or APIs: 1. Validate that all examples match the actual implementation. For instance, if template names or file formats change, update all references in the documentation:
Documentation must precisely reflect the current codebase implementation. When documenting features, options, or APIs:
- Package manager lockfile content, e.g. `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml` or `bun.lockb`.
+ Package manager lockfile content, e.g. `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml`, `bun.lock`, or `bun.lockb`.
- The value can also be an [options object] passed to `https.createServer()`.
+ The value is an [options object] passed to `https.createServer()`.
interface ModuleRunnerOptions {
/**
* Root of the project
+ * @deprecated not used anymore and to be removed
*/
- root: string
+ root?: string
}
Enter the URL of a public GitHub repository