Skip to content

Files

Latest commit

136510b · Mar 14, 2025

History

History

resources

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 24, 2022
Dec 14, 2024
Nov 10, 2022
Oct 13, 2021
Mar 14, 2025
Jan 15, 2021
May 28, 2024
Feb 3, 2023
Dec 14, 2024
Jan 10, 2024
Apr 18, 2021
Aug 23, 2024
Aug 23, 2024
May 18, 2022
May 18, 2022
May 18, 2022
Feb 14, 2020

Description

Scripts invoked via npm and yarn run

buildFlow.js

For each .js file under src, creates a corresponding .js.flow file under dist; these files are included in the published NPM packages, so that codebases can consume the Flow types. This script is invoked via yarn run build-flow (and also yarn run build).

buildJs.js

Compiles .js files under src using Babel, writing the output to dist. This script is invoked via yarn run build-js (and also yarn run build).

pretty.js

Prettifies the code base, or tests that it is already prettified. This script is invoked for these two purposes respectively via yarn run pretty and yarn run pretty-check (and also npm test).

Typescript Configs

.build.* - used for project references .base.* - used for extends for downstream tsconfig files