-
Hi,
Really interesting & refreshing approach. I am going to give Julia a try because of this project!
However, it took me by surprise to see the usage of javascript instead of typescript by the …
-
Soon (April), it’s time to switch to ESM (without CJS backup) for all packages in the ecosystem.
That’s a lot of projects switching over, and a round of majors that bubbles from the bottom through to…
-
Currently, FontoXPath builds an UMD module, but in order to include it without using those pesky build tools in a more modern environment, a `.mjs` could make things easier.
-
(i.e. to-do list)
## Short term
- [x] add [license](https://github.com/gpuweb/admin)
- [x] delete dawn-node code for now
- [x] probably delete suites/demos
- [x] try to clean up the mess of i…
-
When a function is assigned to a local variable and then called, LGTM reports that the assignment is useless because the variable is never read.
For example, in the C# code below `getCollection` is…
-
https://github.com/vuejs/vite
Would provide buildless development experience - like Web development used to be!!!
Rollup still necessary and cool for production. This has the potential of making…
-
Hi. I'm trying to use [@johh/three-effectcomposer](https://www.npmjs.com/package/@johh/three-effectcomposer) in my project which is has a module converted to an es6 module but it fails to import corr…
-
Hi all,
I'd like to know what's the best practice of testing js module while the module imports image file.
```javascript
// my-module.js
import { LitElement, html } from 'lit-element';
impor…
Taewa updated
4 years ago
-
I am using dev-server to serve a local project without having to build each time. In order for my application to actually work, I need to define routes within the server.
I wrote this tiny function…
-
Hi, I develop using a buildless environment. How can I get a built version of the polyfill to include to my project ? Tried to build the repo but failed on node-env
Thanks