Jim Blandy

Results 456 comments of Jim Blandy

A quick recap for anyone prepping for tomorrow's meeting: - The `sourceMap` property was removed from `GPUShaderModuleDescriptor` in #4808. The initial comment clearly explains the motivation, and is good background....

I am not enthusiastic about using structured comments for metadata. The ECMA Source Map Specification includes [§11.1.2 Linking through inline annotations](https://tc39.es/ecma426/#sec-linking-inline), which to me does not read like something one...

What I had in mind was a middle ground: - `GPUShaderModuleDescriptor` dictionaries would have an optional `sourceMapURL` member, a string. - The `GPUCompilationInfo` interface would have a read-only `sourceMapURL` attribute,...

Minutes from WGSL committee meeting, Wed Sep 30 JB: The original issue of 4808 has a nice explanation of why we removed the original and suggests instead we should define...

My personal summary of today's committee meeting: - In light of active discussion in this issue, held off on much discussion in committee, beyond summarizing the problems - General agreement...

> `new Map()` In the olden days we would just stick a property on the thing... (point taken)