Skip to content

Commit

Permalink
Add definition of ESM acronym
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 4, 2024
1 parent 71ccc52 commit 6282cff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document describes the packages that come with Volto, the default frontend

Plone types is a special development package.
It contains the Plone typings for TypeScript.
It's considered a core package, and it's the only package that the other core packages can rely on as
It's considered a core package, and it's the only package that the other core packages can rely on as
a `devDependency` in your project configuration.

This package contains `.d.ts` typing definitions, curated by hand.
Expand All @@ -26,8 +26,7 @@ It's published "as is", so you can import the type definitions from anywhere in

Core packages must not depend on any other `@plone/*` package, with only one exception, `@plone/types`.
They must be published and bundled in a traditional (transpiled) way.
The bundle of these packages must work on both CommonJS and ESM environments.

The bundle of these packages must work on both CommonJS and ECMAScript Module (ESM) environments.

## Feature packages

Expand Down

0 comments on commit 6282cff

Please sign in to comment.