@valtown/codemirror-codeium
Version:
codemirror integration for codeium
9 lines • 345 B
JavaScript
import { Annotation } from "@codemirror/state";
export const copilotEvent = Annotation.define();
/**
* Annotation that signals to upstream integrations
* that this transaction should not be included
* in history or treated otherwise as a user edit.
*/
export const copilotIgnore = Annotation.define();
//# sourceMappingURL=annotations.js.map