Home / File/ update-version-numbers.js — react Source File

update-version-numbers.js — react Source File

Architecture documentation for update-version-numbers.js, a javascript file in the react codebase.

Entity Profile

Relationship Graph

Source Code

#!/usr/bin/env node

'use strict';

const {logPromise, updateVersionsForNext} = require('../utils');
const theme = require('../theme');

module.exports = async ({reactVersion, tempDirectory, version}) => {
  return logPromise(
    updateVersionsForNext(tempDirectory, reactVersion, version),
    theme`Updating version numbers ({version ${version}})`
  );
};

Domain

Subdomains

Functions

Frequently Asked Questions

What does update-version-numbers.js do?
update-version-numbers.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain, Entrypoint subdomain.
What functions are defined in update-version-numbers.js?
update-version-numbers.js defines 1 function(s): module.
Where is update-version-numbers.js in the architecture?
update-version-numbers.js is located at scripts/release/build-release-locally-commands/update-version-numbers.js (domain: BabelCompiler, subdomain: Entrypoint, directory: scripts/release/build-release-locally-commands).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free