Andre Wachsmuth

Results 120 comments of Andre Wachsmuth

Thanks for the feedback (and for reading everything). > We only support ES6 browsers now so using ES6 features is perfectly acceptable. That's awesome! : ) > I worry about...

If there aren't any objections, I'll go ahead and make a proof-of-concept, then we can discuss further based on that.

Well, I started by making a separate JavaScript test project to test out ideas how the JavaScript and folder layout should / could look like. https://github.com/blutorange/primefaces-js-refactor-test In short: * A...

> the docs look really nice. Here is a question for simpler widgets instead of *.d.ts couldn't they just be native .ts files? For example TagCloud is a pretty small...

Ok, I see. Using TypeScript directly would make some things easier. I guess I'll convert the core, but keep some of the longer widget as JavaScript (I'm looking at you,...

Thanks for the feedback! Do you (or anybody else) have any thoughts on using `esbuild` to process CSS/JS (and soon TS) files? See the post above and also the [readme...

Ok, then I'll take a look if the idea with esbuild works out and update the PR. That would solve the current issue that closure compiler outputs the wrong code...

I'll need to do some more manual testing and take a look at the automated tests, but it's basically done now. A quick summary of the additional changes: * The...

Thanks for taking a look! > Would it be possible to remove all #sourceMapping URLs from all files? I typically do this as it's just noise in the final about...

For reference and as a note to myself, there is one more issue I need to solve before this can get merged: * Assume you have a very simple page...