Skip to content

COMMON_PROSE_WORDS

const COMMON_PROSE_WORDS: readonly string[];

Defined in: packages/engine/src/testing/index.ts:411

A modest set of everyday English words a package’s keywords should not claim.

A starting point for PackageAssertion.notToShadow, not an exhaustive dictionary: it leans on the function words and common nouns/verbs a package is most tempted to grab as a trigger (price, of, per, sum, total). Pass your own list to check against the specific prose your package sits in.