Eduardo Bouças

Results 70 issues of Eduardo Bouças

This PR implements an `onDynamicImport` plugin hook as per https://github.com/evanw/esbuild/issues/700#issuecomment-765094384. This allows consumers to, first of all, detect when an import contains a dynamic expression, which can potentially lead to...

When outputting ESM, any `require` calls will be replaced with the `__require` shim, since `require` will not be available. However, since external paths will not be bundled, they will generate...

Hi! First of all, thanks for sharing this suite of tools. Would you be open to allowing the table name used for storing migrations to be customised? This would be...

## Steps to reproduce 1. Inspect https://developer.mozilla.org/en-US/ 1. Open the Compatibility tab 1. Open the compatibility details for IE 5 1. Find a style sheet with a `@font-face` issue (at...

bug

It would be nice to incorporate browser usage data (like https://github.com/Fyrd/caniuse/tree/master/region-usage-json) and adjust the UI accordingly. For example, the *Overview* tab could show browser versions with different dimensions based on...

feature request
UI/UX

This is a list of property sub-features that must be captured as [transforms](https://github.com/eduardoboucas/compat-report#transforms). - animation-direction - [ ] reverse - [ ] alternate-reverse - background-attachment - [ ] multiple_backgrounds -...

# 1. Main area A table with browsers as columns and versions as rows. Roughly similar to what [caniuse](https://caniuse.com/) displays. This is where the user will get a general view...

help wanted
UI/UX

Reading the Netlify configuration file is a very common problem throughout the CLI codebase. In some cases, it's sufficient to read the initial value of the config (i.e. the state...

type: feature

After updating Preact to 8.1.0 (I was on 6!), I'm seeing this error: ``` preact-router.es.js?b6d5:58 Uncaught TypeError: Cannot read property 'attributes' of null at pathRankSort (eval at (http://localhost:3000/bundle.js:148:1), :67:12) at...

I'm trying to load a config block with a property that is not in the schema, using strict validation. If I do this, an error is thrown, as expected: ```js...