Bradley Farias

Results 379 comments of Bradley Farias

I have no opinion on breakage, just want to keep it recorded as being thought about.

does .merge({'settingA', {'attributeA': 'localValueA'}) do as you want?

This needs likely also needs to cover what happens if asset references are dynamically created. If hosts are the only means to bless `[[CodeLike]]`s asset references and other proposals need...

A few notes: * For places like IOT they do not have any parser so we at minimum need to avoid requiring bringing the source code in a JS API....

Of note: we may want to consider well defined extensions `x_webpack_*` for other various metadata related to the sourcemap.

@Kovensky this kind of thing is exactly why I brought up this issue, do you have any comments on my idea?

Is there any problems with doing this via a URL Query Parameter so that it could also function in other places?

@sompylasar Query Parameters are supported by browsers and servers, I'm not sure how this specific name list style of solution could be supported in those environments.

@sompylasar you can grab all the items as properties required by this proposal with the following syntax: ```mjs import logoUrl from './logo.png?as=url'; ``` `?as=url` is visible both ahead of time...