Noah Allen

Results 13 issues of Noah Allen

I expect the `browsers` field to have precedence over the others, since it's the most local and most specific option. Currently, if the `env` property is specified, the `browsers` field...

### Proposed Changes In SSR routes in Calypso, the redux state is cached on the server to improve SSR render time. This is meant to be used in the themes...

[Status] Needs Review

#### Proposed Changes With `USE_PROFILER=1 yarn start`, capture the CPU profile of individual routes in the Calypso server. This uses [`v8-profiler-next`](https://github.com/hyj1991/v8-profiler-next) to capture execution duration for individual JS functions. Here's...

[Status] Needs Review

## What? On trunk, there is a bug where if `.wp-env.json` sets `"core": null`, wp-env will crash. This PR handles that case. ## Why? The object spread operators which merge...

[Package] Env

Currently, I have a tutorial screen with a shared element between them which moves into the correct position depending on the screen with this awesome library! Currently, I have the...

Feature Request

Howdy! In sass, you can use `sass-loader` with Webpack to resolve Sass imports from node modules. This can look something like the following: ```sass @import 'npm-package/stylesheet' // etc ``` This...

It would be really nice to have flow support for this library to see typings as we work!

enhancement

#### Proposed Changes I'd like to get some more data into our Calypso server response time dashboard. (Search for "calypso node response times" in Grafana to find it.) In particular,...

[Status] Needs Review

In #66909, @manzoorwanijk helped us utilize `@wordpress/stylelint-config/scss` for many of our style lint rules. While we caught and resolved a few problems noticed while reviewing, other warnings have been introduced...

[Type] Task

## What? Alternative to #45251. Allows `WP_DEVTOOL` to set the source map mode for production builds as well as dev builds. ## Why? Resolves #44278. Currently, wp-scripts can't create sourcemaps...

[Type] Enhancement
[Package] Scripts