@axiomhq/axiom-frontend-workers
v0.12.0
Published
<section align="center"> <img src="https://user-images.githubusercontent.com/163243/207507238-fdd5484b-96ff-44e7-bcd9-fa71d54e3f4c.svg" /> <h2>Frontend workers</h2> </section>
Downloads
107
Keywords
Readme
Overview
This folder produces the monaco web workers to support the AplEditor. It builds the workers and publishes a module. Currently, /frontend (App) does not consume the output but Axiom-co does.
Publishing
Update the App frontend-workers dependency @axiomhq/language-service-next to the latest version
Run
npm version minor
in App frontend-workers to generate a new node module. Runnpm publish
to publish it.Update the Axiom Co dependencies @axiomhq/language-service-next and @axiomhq/axiom-frontend-workers.