Renée

Results 200 issues of Renée

requires stream-browserify to be updated too.

looks very robust and supports very old node versions 😄

the `node-sass` dependency version used by this package can't be used in recent node.js versions. upgrading it would be possible, but the dart-based `sass` is a better option as it...

This adds the standardisation code that I used successfully for harness runs, so we should get quite robust results. I tested this manually by adding a `panic!()` in the mismatch...

Following up on https://github.com/apollographql/router/pull/4510 We now have a Rust implementation of API schema. To test it further, we should run it side by side with the JS implementation and compare...

After https://github.com/apollographql/router/issues/4159 / https://github.com/apollographql/router/pull/4161 is running for a while, we want to switch to Rust validation entirely. One thing to remember is Rust validation has different error messages from JS...

When you mutate an executable document, fragments or variables that were previously in use may become unused. Currently the user is responsible for tracking this and pruning the now-unused definitions,...

apollo-compiler

Note: this is just about the implementation of the apollo-parser crate, and not relevant for end users. There's currently an internal kind-of footgun in apollo-parser: if you are parsing something...

apollo-parser

We have a few places where we call `peek()` to check an upcoming token's kind, and then `peek_data().unwrap()` to check its value. For example, to identify what type of definition...

apollo-parser

apollo-compiler has several error enums, which for users ultimately only end up being accessed behind a `DiagnosticList` or `DiagnosticData`. We don't really use the different error enums for anything internally...

apollo-compiler