paperclip-source-writer
TypeScript icon, indicating that this package has built-in type declarations

18.3.8 • Public • Published
const writer = new PCSourceWriter(engine);
writer.handleEvent({
  kind: "ANNOTATIONS_CHANGED"
});
writer.onContentChanged(function(uri, content) {
  vscode.updateContent(uri, content);
});

Readme

Keywords

none

Package Sidebar

Install

npm i paperclip-source-writer

Weekly Downloads

6

Version

18.3.8

License

ISC

Unpacked Size

73.4 kB

Total Files

23

Last publish

Collaborators

  • crcn