sigmundch

Results 32 issues of sigmundch

This is a meta issue to track any individual work towards support for hot reload in DDC. The table below is just an approximation. It is meant to be updated...

web-dev-compiler
area-web

We are in the process of consolidating how we talk about variations of implementations in tests. This is a meta issue to track our work: * [x] introduce a list...

area-infrastructure

This is more backwards compatible with types used in dart:html, and hence less work to adapt a call that used to pass num or int arguments.

We have `hasProperty` and recently `has` to check for whether a feature is available. These are still error prone because they take a string argument. Q: should we autogenerate hasX...

Some IDLs contain variadic arguments, see for example https://www.npmjs.com/package/@webref/idl/v/3.39.1?activeTab=code: ``` [Exposed=(Window,Worker)] interface TrustedTypePolicy { readonly attribute DOMString name; TrustedHTML createHTML(DOMString input, any... arguments); TrustedScript createScript(DOMString input, any... arguments); TrustedScriptURL createScriptURL(DOMString...

It would be useful to expose all const properties from the IDL. For example, currently we are missing about ~300 GLenum values in `WebGLRenderingContext`, such as [`WebGLRenderingContext.DEPTH_BUFFER_BIT`][1] [1]: https://registry.khronos.org/webgl/specs/latest/1.0/#5.14.11

We currently have typedefs like: ``` typedef Float32List = JSAny? ``` WHen imported together with `dart:typed_data` this causes issues. One can hide it from the import, but potentially we may...

We need to decide how to represent APIs that are not available on certain browsers: * Does package:web only support the latest IDL regardless of the browser? * Does package:web...

I just noticed a minor thing in the UI on my chromebook. THis only shows up when the window is maximized vertically. I can see a line, practically just a...

seems to be commonly the case that you want it when dumping code to a file.