Dustin Deus

Results 149 issues of Dustin Deus

I'd expect the imports are rewritten or copied in no-bundle mode otherwise the result can't be executed. ```js // index.js const { build, cliopts } = require("estrella") const p =...

``` Unhandled exception: Error: spawn /home/starptech/repositories/foo/node_modules/.bin/tsc ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:478:16) at processTicksAndRejections (node:internal/process/task_queues:83:21) ``` ``` . └── foo/ ├── node_modules ├── packages/ │ └── foo/ │ ├──...

This PR simplifies the bundling process. I also fixed the test suite. This should fix #5 Therefore https://github.com/StarpTech/shikaka use `browserlist` property to determine the polyfills. The package size was reduced...

Hi, I try to test your hook in Next.js but I got this error. Could you ship your hook in a none transpiled version too? ``` ReferenceError: regeneratorRuntime is not...

- [ ] Proper tests - [ ] [Jamstack](https://jamstack.org/) architecture - [ ] Replace parcel with https://vitejs.dev/

As titled. GraphQL has a great API for that https://graphql.org/graphql-js/language/#visit This is in accordance with the principles of this library. > close to reference: Where it doesn't impact on the...

Supporting this would be awesome. At the moment you cannot use multiple scopes on one machine. I think the scenario that a team can consist of more than 1 company...

For example, https://www.getambassador.io/ does not create ingress just a service. It would be great to support it.

enhancement

Currently, I see no benefit to run the builds (pages) sequential. We can improve the performance by a factor of 5x if we run them in parallel. Or do I...

Formatting this ```marko $ { /* This component rely on https://github.com/mashpie/i18n-node */ const { req, locale } = out.global; const { translationKey, translationParams, plural } = input; let message =...