Provide .js file for download #76
Replies: 1 comment 3 replies
-
Just to add to this comment, I noticed that IIFE was recently implemented as a build option for arrow-js. I'd like to suggest that the arrow github / webpage make an IIFE version available for download without having to build it yourself - it would be helpful to newbies who are facing the very steep learning curve of js tooling, and would fit with the arrow-js idea of not needing build tools. (To give a bit of context, I am writing a plugin for the 3D modeling software Sketchup, which uses Chromium Embedded Framework to display custom dialogs. It loads everything with file://, and thus can't use ESM modules due to CORS restrictions, although everything else about it is completely modern). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TLDR: would it be possible to provide an arrow.js for download on the github release page?
Hi,
i am a complete noob in the whole node, typescript space.
I found arrow during the search of a reactive framework without the need of all this things.
in the documentation is this beautiful example with
exactly what i want to do. But sadly i can not find any arrow.js for download and i do not know (honestly also do not want to learn) how to build the typescript project.
My use case is in a remote location with no internet, so using a CDN is out of question.
Would it be possible to provide an arrow.js for download on the github release page?
Beta Was this translation helpful? Give feedback.
All reactions