-
Hi everyone,
I'm having problems getting JS modules to execute. I've followed the outlined examples and created a custom module called `menu.js` and inserted it as `data-module` attribute like so `…
-
Hey, just a quick suggestion you may or may not find useful.
I often use [browerify](http://browserify.org/) in combination with [npm](https://www.npmjs.com/) for my client side javascript. ([Grunt](…
-
I'm addressing a use case where we need to pass to javascript module GO structs, to consume in read-only mode.
Otto is enabling in my app a pluggable approach where whoever can develop small pieces…
-
Our JavaScript payload is quickly becoming quite large, especially when you have a bunch of extensions enabled. This will affect page load times and is something we should address. There are a few thi…
-
# Understanding Modules, Import and Export in JavaScript | Tania Rascia
In the early days of the Web, websites consisted primarily of HTML and CSS. If any JavaScript loaded into a page at all, it was…
-
This library uses `os` module from Node.JS. But it might not be available on other Javascript environment like a browser. https://github.com/scopt/scopt/blob/develop/js/src/main/scala/PlatformReadInst…
-
Is it possible to generate a es6 javascript browser module build compatible with the vue.esm.browser.js build?
-
Updated as of Sep 2022:
**We are excited to announce a long-awaited feature - improved support for packages distributed as ES modules 🎉**
It is currently in beta, which means we encourage you to…
-
Deno version: deno --version
deno 2.0.2 (stable, release, x86_64-pc-windows-msvc)
v8 12.9.202.13-rusty
typescript 5.6.2
Here is a repo: https://github.com/Ciantic/deno-pure-solid-start
```
1…
-
### What problem does this feature solve?
I'm working on a universal visualizer and analyzer for JavaScript and CSS called [Sonda](https://sonda.dev/), which already supports Rollup and Vite (among o…