jstransform(latest: 11.0.3) A simple AST visitor-based JS transformer
react-static-container(latest: 1.0.2) Renders static content efficiently by allowing React to short-circuit the reconciliation process.
fbjs-css-vars(latest: 1.0.2) This package exports a few of the CSS variables that we use in Facebook projects. This is not the full list we have internally but focused on making available the minimum set needed by our open source projects.
esprima-fb(latest: 15001.1001.0-dev-harmony-fb) Facebook-specific fork of the esprima project
graphql-compiler(latest: 1.7.0) A Code-generation toolkit for GraphQL
dataloader(latest: 2.0.0) A data loading utility to reduce requests to a backend via batching and caching.
react-app-polyfill(latest: 3.0.0) Polyfills for various browsers including commonly used language features
confusing-browser-globals(latest: 1.0.11) A list of browser globals that are often used by mistake instead of local variables
jest-serializer(latest: 27.5.1) Module for serializing and deserializing object into memory and disk. By default, the `v8` implementations are used, but if not present, it defaults to `JSON` implementation. Both serializers have the advantage of being able to serialize `Map`, `Set`, `un
jest-changed-files(latest: 29.2.0) A module used internally by Jest to check which files have changed since you last committed in git or hg.
babel-preset-jest(latest: 29.2.0) > Babel preset for all Jest plugins. This preset is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/main/packages/babel-jest).
babel-plugin-jest-hoist(latest: 29.2.0) Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/main/packages/babel-jest)
jest-get-type(latest: 29.2.0) A utility function to get the type of a value
jest-docblock(latest: 29.2.0) `jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.
jest-validate(latest: 29.3.1) Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.
expect(latest: 29.3.1) This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/expect).
jest-diff(latest: 29.3.1) Display differences clearly so people can review changes confidently.
jest-matcher-utils(latest: 29.3.1) A set of utility functions for expect and related packages
jest-each(latest: 29.3.1) Parameterised tests for Jest
@docusaurus/core(latest: 2.4.0) Easy to Maintain Open Source Documentation Websites
jest-worker(latest: 29.6.1) Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.