Will Binns-Smith

Results 30 issues of Will Binns-Smith

This: * ~Adds a nullable property `mainEntryAsset` to bundle objects in the ExperimentalBundler for ease of reference~ * Combines bundles down to the "lowest common denominator" by overriding bundleBehavior ~and...

Even without the global fallback (which nicely requires the @version specifier), it's still pretty easy to goof up a name and download and execute something completely unexpected (for example ["create-react-appp"](https://www.npmjs.com/package/create-react-appp)...

enhancement
help wanted
in-progress
breaking
security

Issue-izing the TODO found at [the autocomplete adapter](https://github.com/atom/atom-languageclient/blob/2b3ac65e87cb2832726e61502f1a2ab9d601fe6f/lib/adapters/autocomplete-adapter.js#L32) When snippet support is implemented, the client should should also advertise this via the client capabilities sent to each language server.

enhancement
help wanted

This constrains the fallback to create to only occur if the create or renamed flags were set. This prevents unknown flags (e.g. `kFSEventStreamEventFlagMustScanSubDirs`) from triggering create events.

In node I can wrap a call to readFileSync in a synchronous try/catch: ``` var fs = require('fs'); try { fs.readFileSync('./does/not/exist'); } catch (e) { console.log('caught!'); } ``` and running...

Currently missing the `src/index.js` entry results in an empty page, with no feedback in the terminal about the missing entry file. This can lead to confusion if running turbopack from...

area: turbopack

This implements warning on usage of unsupported modules or entire packages, on import. ~To help pinpoint the import site, it would be nice to include the complete path of the...

area: turbopack

This adds links to benchmark source for each benchmark described at https://turbo.build/pack/docs/benchmarks. It also introduces a reusable LinkButton component in our docs.

pr: on hold

This adds a note to the css section of the Turbopack docs that `@import` of absolute uris is not yet supported and suggests using a link tag as an alternative.

area: turbopack

Test Plan: `cargo build && cargo build --release`

area: turbopack