Skip to content

Commit 4709a24

Browse files
committed
chore(templates): remove template-specific fileoverviews from templates
Template files should not have template-specific fileoverviews since they are used to generate other files. If present, fileoverviews should be generic. Removed from: - scripts/templates/npm/cjs-esm/index.d.mts - scripts/templates/package-test-template.mts
1 parent d0a0ffd commit 4709a24

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
/** @fileoverview Type declarations for npm package template index. */
21
// TODO: Export types from the .d.cts file.
32
export { default /* , namedExport */ } from './index.cjs'

scripts/templates/package-test-template.mts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @fileoverview Template for package override test infrastructure.
3-
* Copy this template when creating new package override tests.
4-
*/
5-
61
/**
72
* USAGE INSTRUCTIONS:
83
* 1. Copy this file to test/npm/<package-name>.test.mts

0 commit comments

Comments
 (0)