@altopelago/aeon-annotation-stream
v0.9.0
Published
Annotation and comment attachment stream generation for AEON.
Readme
@altopelago/aeon-annotation-stream
Annotation and comment attachment stream generation for AEON.
Installation
pnpm add @altopelago/aeon-annotation-streamUsage
import { buildAnnotationStream } from '@altopelago/aeon-annotation-stream';
const result = buildAnnotationStream('//# docs\nanswer = 42');
if (result.errors.length === 0) {
console.log(result.annotations);
}Use this package when you need comment and annotation binding behavior directly.
For the stable compile entry point, prefer @altopelago/aeon-core and enable annotation emission there when appropriate.
