Devon Govett
Devon Govett
It's my understanding that ECMAScript uses the proleptic Gregorian calendar to represent dates - that is, it extends the Gregorian calendar to dates before it was invented in 1582. Formatting...
After updating to 19.2 in Parcel, I'm seeing "Cannot redefine property _debugInfo" errors, which appear to be caused by #34524. Looks like `_debugInfo` is already defined as `null` in some...
Previously we allowed all requests in the dev server, but this could potentially allow another website to access local source code. This implements 3 mitigations: 1. Validate the `Origin` header...
Small transform to remove unused exports in the non-scope hoisting packager. Basically just removes the `parcelHelpers.export` call, or assignment to `exports`, which lets the minifier delete the code if it...
CodeSandbox currently has an issue where if you are not logged in you get an unhelpful error message, but it was the only option for S2 with style macros. https://github.com/devongovett/unplugin-parcel-macros/pull/18...
https://github.com/orgs/adobe/projects/19/views/4?pane=issue&itemId=126270389 Related issues: * https://github.com/adobe/react-spectrum/issues/8784 * https://github.com/adobe/react-spectrum/issues/7397 * https://github.com/adobe/react-spectrum/issues/5314 * https://github.com/adobe/react-spectrum/issues/5799 * https://github.com/adobe/react-spectrum/issues/6729 * https://github.com/adobe/react-spectrum/issues/7954 * https://github.com/adobe/react-spectrum/issues/6774 * https://github.com/adobe/react-spectrum/discussions/8661 * https://github.com/adobe/react-spectrum/discussions/6000 * https://github.com/adobe/react-spectrum/discussions/6498 * https://github.com/adobe/react-spectrum/discussions/7981 * https://github.com/adobe/react-spectrum/discussions/5981 * https://github.com/adobe/react-spectrum/discussions/4364 Currently,...