Kyle Cordes

Results 58 issues of Kyle Cordes

https://github.com/dherges/ng-packagr This is a very slick tool, which automates packing up an Angular-compatible library for maximum compatibility with CLI and other build tools, as well as direct (UMD) execution. I...

Currently, create-elm-app installs about 22,000 files, including its own copy of the Elm binaries. This creates challenges. First, the set of binaries includes the core platform stuff but not elm-format,...

discussion

Hello. This is a request for future releases, that they follow the Bazel ecosystem convention of including the WORKSPACE snippet in the release notes. Although many of us are perfectly...

### Currently The Angular output includes a file `global.d.ts`, containing JavaScript output from a bundling process, starting with: ``` var __create = Object.create; var __defProp = Object.defineProperty; var __getOwnPropDesc =...

angular
cli

### Currently Angular output looks like this: ``` export default class MyComponent { list = ["hello", "world"]; newItemName = "New item"; } ``` Note the "export default". Although this **can**...

bug
angular
core

### Currently The current two cases in the E2E matrix have the same Playwright test, intentionally. ### Goal Have a separate Playwright test for each case - this will be...

Testing

### Currently E2E covers just two cases * single-component-with-state * two components, one using the other ### Goal Add more cases, to gradually cover all Mitosis features. Thus the E2E...

enhancement
Testing

### Currently Mitosis emits Angular components, but a consumer needs to know the exact set of components that will be emitted, and to hardcode a module to declare them. ###...

enhancement
angular
cli

## Currently The E2E processing is not very parallel. Only the Playwright operation is parallel, and only for one target at a time. ## Desired E2E finishes fast, by running...

enhancement
cli
Testing

### I am interested in helping provide a fix! No ### Which generators are impacted? - [ ] All - [ ] Angular - [ ] HTML - [X] Qwik...

bug
qwik