| /** | |
| * @license | |
| * Copyright 2022 Google LLC | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| import './codemirror-element'; | |
| // With rollup we cannot use files with exports as an entry point, so we | |
| // cannot use `codemirror-element.ts` directly, but need this indirection. |