ESBuild Plugin: Setup and usage docs. (#14720)

* Prep readme for Typedoc. Clean up metadata.

* Add license.

* Ignore generated readme.

* Flesh out TypeDoc.

* Flesh out copy, usage.

* web: Update package-lock.
This commit is contained in:
Teffen Ellis
2025-05-28 13:35:53 +02:00
committed by GitHub
parent c4bb19051d
commit 8f32242787
12 changed files with 447 additions and 48 deletions

View File

@ -28,6 +28,8 @@ const log = console.debug.bind(console, logPrefix);
* ```
*
* @implements {Disposable}
* @category Plugin
* runtime browser
*/
export class ESBuildObserver extends EventSource {
/**