Bradley Farias

Results 56 issues of Bradley Farias

Rephrasing of https://github.com/facebook/jsx/issues/85 Examples work in part assuming https://github.com/facebook/jsx/issues/39 is also necessary for this. Glad to be proven wrong on that front. Examples are also using the syntax from https://github.com/facebook/jsx/issues/84...

Node's ES module interop proposal: https://github.com/bmeck/node-eps/blob/es6-module/002-es6-modules.md Is going to be registering the `.mjs` file type against the IANA as it stands. This will affect users of this project.

With this proposal would it be possible to create an exclusive reference where you can guarantee a binding/Reference has exclusive access to a variable. I'm more just poking at the...

some returns were `string` but code looked like it returned `number`? double check.

We should be able to announce requests for feedback / important announcements / specific online efforts so that these periodicals have a little easier time seeing things and potentially having...

We need to gather data / create a process around what happens when constituencies are in conflict. We should try to find examples of tensions (performance seems the easiest to...

Per the README > Another issue is that a string doesn't have a life time associated with it. If the asset has some kind of temporary memory representation associated with...

APIs like `import()` and `fetch()` coerce arguments to strings. It would be surprising for the AssetReference type to coerce to strings in other places but not use the string coerced...

When using references there are a few APIs that are interesting in if the actual finding of a resource should be done lazily or eagerly. * `locate(specifier, asset_reference)` - chained...