facebook / fbt
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 226 files with 14,910 lines of code.
    • 0 very long files (0 lines of code)
    • 3 long files (2,017 lines of code)
    • 23 medium size files (6,377 lines of codeclsfd_ftr_w_mp_ins)
    • 16 small files (2,437 lines of code)
    • 184 very small files (4,079 lines of code)
0% | 13% | 42% | 16% | 27%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
js0% | 14% | 43% | 17% | 25%
css0% | 0% | 49% | 0% | 50%
java0% | 0% | 0% | 0% | 100%
mm0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
h0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
packages/babel-plugin-fbt0% | 19% | 43% | 16% | 20%
packages/fb-tiger-hash0% | 76% | 0% | 21% | 2%
runtime/nonfb0% | 0% | 51% | 0% | 48%
runtime/shared0% | 0% | 42% | 21% | 36%
demo-app/src0% | 0% | 86% | 0% | 13%
packages/babel-plugin-standalone0% | 0% | 87% | 0% | 12%
auto-param-new-string-helper0% | 0% | 84% | 0% | 16%
ROOT0% | 0% | 49% | 27% | 22%
packages/fb-babel-plugin-utils0% | 0% | 0% | 86% | 13%
website0% | 0% | 0% | 85% | 14%
flow-types/libdef0% | 0% | 0% | 100% | 0%
packages/babel-plugin-fbt-runtime0% | 0% | 0% | 100% | 0%
website/src0% | 0% | 0% | 0% | 100%
packages/react-native-fbt0% | 0% | 0% | 0% | 100%
packages/gulp-rewrite-flowtyped-modules0% | 0% | 0% | 0% | 100%
packages/default-collection-transform0% | 0% | 0% | 0% | 100%
packages/gulp-strip-docblock-pragmas0% | 0% | 0% | 0% | 100%
demo-app0% | 0% | 0% | 0% | 100%
flow-types/nonfb0% | 0% | 0% | 0% | 100%
website/static0% | 0% | 0% | 0% | 100%
runtime/shared_deps0% | 0% | 0% | 0% | 100%
demo-app/jest0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
FbtUtil.js
in packages/babel-plugin-fbt/src
886 53
FbtFunctionCallProcessor.js
in packages/babel-plugin-fbt/src/babel-processors
607 6
TigerTables.js
in packages/fb-tiger-hash/src
524 -
intlNumUtils.js
in runtime/shared
370 13
NumberFormatConsts.js
in runtime/nonfb
362 -
SparkMD5.js
in packages/babel-plugin-standalone/src
351 30
TranslationBuilder.js
in packages/babel-plugin-fbt/src/translate
349 3
JSXFbtProcessor.js
in packages/babel-plugin-fbt/src/babel-processors
330 14
Example.react.js
in demo-app/src/example
329 4
categorizeNewStrings.js
in auto-param-new-string-helper
315 4
IntlNumberType.js
in runtime/nonfb
313 3
IntlNumberType.js
in packages/babel-plugin-fbt/src/translate/CLDR
313 3
FbtElementNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
298 7
fbt.js
in runtime/shared
293 15
index.js
in packages/babel-plugin-fbt/src
278 12
FbtImplicitParamNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
275 3
256 -
FbtNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
237 5
JSFbtBuilder.js
in packages/babel-plugin-fbt/src
228 -
Example.css
in demo-app/src/example/css
225 -
FbtNodeUtil.js
in packages/babel-plugin-fbt/src/fbt-nodes
218 13
211 3
Gender.js
in packages/babel-plugin-fbt/src
209 1
FbtPronounNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
207 3
getNamespacedArgs.js
in packages/babel-plugin-fbt/src
206 16
FbtSite.js
in packages/babel-plugin-fbt/src/translate
204 5
TestUtil.js
in packages/fb-babel-plugin-utils
189 12
TestData_IntlNumberType.js
in packages/babel-plugin-fbt/src/translate/CLDR/__data__
189 -
FbtPluralNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
185 1
intlList.js
in runtime/shared
179 2
FbtParamNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
174 2
FbtNodeChecker.js
in packages/babel-plugin-fbt/src
163 9
FbtEnumNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
162 1
FbtResultBase.js
in runtime/shared
160 3
FbtArguments.js
in packages/babel-plugin-fbt/src/fbt-nodes
146 5
Tiger.js
in packages/fb-tiger-hash/src
145 9
134 -
fbt.js
in flow-types/libdef
131 -
index.js
in packages/babel-plugin-fbt-runtime
127 5
120 -
FbtShiftEnums.js
in packages/babel-plugin-fbt/src
120 8
FbtConstants.js
in packages/babel-plugin-fbt/src
113 2
index.js
in website/src/pages
100 -
styles.module.css
in website/src/pages
96 -
FbtModule.java
in packages/react-native-fbt/android/src/main/java/com/facebook/react/modules
95 8
substituteTokens.js
in runtime/shared
91 2
gulpfile.js
in packages/babel-plugin-fbt
91 1
FbtNameNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
91 1
FbtSiteBase.js
in packages/babel-plugin-fbt/src/translate
85 2
FbtCommonFunctionCallProcessor.js
in packages/babel-plugin-fbt/src/babel-processors
74 2
Files With Most Units (Top 50)
File# lines# units
FbtUtil.js
in packages/babel-plugin-fbt/src
886 53
SparkMD5.js
in packages/babel-plugin-standalone/src
351 30
getNamespacedArgs.js
in packages/babel-plugin-fbt/src
206 16
fbt.js
in runtime/shared
293 15
JSXFbtProcessor.js
in packages/babel-plugin-fbt/src/babel-processors
330 14
intlNumUtils.js
in runtime/shared
370 13
FbtNodeUtil.js
in packages/babel-plugin-fbt/src/fbt-nodes
218 13
TestUtil.js
in packages/fb-babel-plugin-utils
189 12
index.js
in packages/babel-plugin-fbt/src
278 12
Tiger.js
in packages/fb-tiger-hash/src
145 9
FbtNodeChecker.js
in packages/babel-plugin-fbt/src
163 9
FbtModule.java
in packages/react-native-fbt/android/src/main/java/com/facebook/react/modules
95 8
FbtShiftEnums.js
in packages/babel-plugin-fbt/src
120 8
FbtElementNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
298 7
FbtFunctionCallProcessor.js
in packages/babel-plugin-fbt/src/babel-processors
607 6
formatNumber.js
in runtime/shared
49 5
IntlPunctuation.js
in runtime/shared
69 5
index.js
in packages/babel-plugin-fbt-runtime
127 5
Rewriter.js
in packages/gulp-rewrite-flowtyped-modules/src
48 5
FbtSite.js
in packages/babel-plugin-fbt/src/translate
204 5
FbtArguments.js
in packages/babel-plugin-fbt/src/fbt-nodes
146 5
FbtNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
237 5
categorizeNewStrings.js
in auto-param-new-string-helper
315 4
JSFbtUtil.js
in packages/babel-plugin-fbt/src
63 4
Example.react.js
in demo-app/src/example
329 4
FbtResultBase.js
in runtime/shared
160 3
IntlNumberType.js
in runtime/nonfb
313 3
newAndLegacyPhraseComparisonUtil.js
in auto-param-new-string-helper
60 3
TranslationBuilder.js
in packages/babel-plugin-fbt/src/translate
349 3
IntlNumberType.js
in packages/babel-plugin-fbt/src/translate/CLDR
313 3
FbtImplicitParamNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
275 3
FbtPronounNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
207 3
211 3
substituteTokens.js
in runtime/shared
91 2
intlList.js
in runtime/shared
179 2
IntlGender.js
in runtime/shared
25 2
RequireCheck.js
in packages/fb-babel-plugin-utils
26 2
FbtPackage.java
in packages/react-native-fbt/android/src/main/java/com/facebook/react/modules
18 2
collectFbtForWeb.js
in packages/babel-plugin-standalone/src
45 2
IntlVariations.js
in packages/babel-plugin-fbt/src/translate
69 2
FbtSiteBase.js
in packages/babel-plugin-fbt/src/translate
85 2
FbtParamNode.js
in packages/babel-plugin-fbt/src/fbt-nodes
174 2
FbtConstants.js
in packages/babel-plugin-fbt/src
113 2
FbtCommonFunctionCallProcessor.js
in packages/babel-plugin-fbt/src/babel-processors
74 2
jenkinsHash.js
in packages/babel-plugin-fbt/src
48 2
30 2
FbtReactUtil.js
in runtime/shared
34 1
FbtResult.js
in runtime/shared
29 1
getFbsResult.js
in runtime/shared
6 1
escapeRegex.js
in runtime/shared
5 1
Files With Long Lines (Top 3)

There are 3 files with lines longer than 120 characters. In total, there are 4 long lines.

File# lines# units# long lines
256 - 2
134 - 1
IntlCLDRNumberType31.js
in runtime/nonfb/FbtNumber
18 - 1
Correlations

File Size vs. Commits (all time): 226 points

packages/babel-plugin-fbt/src/translate/gender/IntlDefaultGenderType.js x: 3 commits (all time) y: 11 lines of code packages/babel-plugin-fbt/src/translate/gender/IntlGenderType.js x: 4 commits (all time) y: 38 lines of code packages/babel-plugin-fbt/src/translate/CLDR/IntlCLDRNumberType01.js x: 5 commits (all time) y: 11 lines of code packages/babel-plugin-fbt/src/translate/CLDR/IntlNumberType.js x: 5 commits (all time) y: 313 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType01.js x: 4 commits (all time) y: 8 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType02.js x: 4 commits (all time) y: 12 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType14.js x: 4 commits (all time) y: 14 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType31.js x: 4 commits (all time) y: 18 lines of code runtime/nonfb/IntlNumberType.js x: 12 commits (all time) y: 313 lines of code runtime/shared/fbt.js x: 46 commits (all time) y: 293 lines of code runtime/shared/intlList.js x: 16 commits (all time) y: 179 lines of code packages/babel-plugin-fbt/src/translate/CLDR/__data__/TestData_IntlNumberType.js x: 7 commits (all time) y: 189 lines of code runtime/shared/FbtResultBase.js x: 22 commits (all time) y: 160 lines of code website/docusaurus.config.js x: 14 commits (all time) y: 134 lines of code website/src/css/custom.css x: 2 commits (all time) y: 38 lines of code flow-types/libdef/fbt.js x: 33 commits (all time) y: 131 lines of code packages/babel-plugin-fbt/src/babel-processors/JSXFbtProcessor.js x: 14 commits (all time) y: 330 lines of code demo-app/run_all.js x: 8 commits (all time) y: 13 lines of code packages/babel-plugin-fbt/src/Gender.js x: 7 commits (all time) y: 209 lines of code packages/babel-plugin-fbt/src/babel-processors/FbtCommonFunctionCallProcessor.js x: 9 commits (all time) y: 74 lines of code packages/babel-plugin-fbt/src/babel-processors/FbtFunctionCallProcessor.js x: 40 commits (all time) y: 607 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtImplicitParamNode.js x: 27 commits (all time) y: 275 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNameNode.js x: 20 commits (all time) y: 91 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNodeUtil.js x: 19 commits (all time) y: 218 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtParamNode.js x: 24 commits (all time) y: 174 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtPluralNode.js x: 21 commits (all time) y: 185 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtSameParamNode.js x: 16 commits (all time) y: 60 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtTextNode.js x: 15 commits (all time) y: 38 lines of code packages/babel-plugin-fbt/src/translate/TranslationConfig.js x: 9 commits (all time) y: 61 lines of code moduleMap.js x: 8 commits (all time) y: 10 lines of code auto-param-new-string-helper/categorizeNewStrings.js x: 3 commits (all time) y: 315 lines of code auto-param-new-string-helper/newAndLegacyPhraseComparisonUtil.js x: 2 commits (all time) y: 60 lines of code babelPlugins.js x: 5 commits (all time) y: 34 lines of code demo-app/jest/css.js x: 10 commits (all time) y: 1 lines of code demo-app/src/example/Example.react.js x: 23 commits (all time) y: 329 lines of code demo-app/src/root.js x: 9 commits (all time) y: 10 lines of code flow-types/nonfb/libdef/global.js x: 7 commits (all time) y: 12 lines of code gulpfile.js x: 28 commits (all time) y: 211 lines of code jest-preprocessor.js x: 11 commits (all time) y: 30 lines of code jest.config.js x: 27 commits (all time) y: 120 lines of code packages/babel-plugin-fbt/gulpfile.js x: 16 commits (all time) y: 91 lines of code packages/babel-plugin-fbt/jest.snapshotResolver.js x: 4 commits (all time) y: 33 lines of code packages/babel-plugin-fbt/src/FbtCommon.js x: 9 commits (all time) y: 35 lines of code packages/babel-plugin-fbt/src/FbtConstants.js x: 19 commits (all time) y: 113 lines of code packages/babel-plugin-fbt/src/FbtEnumRegistrar.js x: 11 commits (all time) y: 60 lines of code packages/babel-plugin-fbt/src/FbtNodeChecker.js x: 9 commits (all time) y: 163 lines of code packages/babel-plugin-fbt/src/FbtShiftEnums.js x: 9 commits (all time) y: 120 lines of code packages/babel-plugin-fbt/src/FbtUtil.js x: 25 commits (all time) y: 886 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtArguments.js x: 17 commits (all time) y: 146 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtElementNode.js x: 30 commits (all time) y: 298 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtEnumNode.js x: 18 commits (all time) y: 162 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNode.js x: 32 commits (all time) y: 237 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtPronounNode.js x: 20 commits (all time) y: 207 lines of code packages/babel-plugin-fbt/src/fbtHashKey.js x: 9 commits (all time) y: 14 lines of code packages/babel-plugin-fbt/src/fbtJenkinsHash.js x: 11 commits (all time) y: 44 lines of code packages/babel-plugin-fbt/src/getNamespacedArgs.js x: 8 commits (all time) y: 206 lines of code packages/babel-plugin-fbt/src/index.js x: 35 commits (all time) y: 278 lines of code packages/babel-plugin-fbt/src/jenkinsHash.js x: 7 commits (all time) y: 48 lines of code packages/babel-plugin-fbt/src/translate/FbtSite.js x: 12 commits (all time) y: 204 lines of code packages/babel-plugin-fbt/src/translate/FbtSiteBase.js x: 6 commits (all time) y: 85 lines of code packages/babel-plugin-fbt/src/translate/IntlVariations.js x: 10 commits (all time) y: 69 lines of code packages/babel-plugin-fbt/src/translate/TranslationBuilder.js x: 16 commits (all time) y: 349 lines of code packages/babel-plugin-fbt/src/translate/TranslationData.js x: 12 commits (all time) y: 58 lines of code packages/babel-plugin-standalone/src/collectFbtForWeb.js x: 4 commits (all time) y: 45 lines of code packages/babel-plugin-standalone/src/index.js x: 4 commits (all time) y: 4 lines of code packages/fb-babel-plugin-utils/RequireCheck.js x: 6 commits (all time) y: 26 lines of code packages/fb-babel-plugin-utils/TestUtil.js x: 14 commits (all time) y: 189 lines of code packages/fb-babel-plugin-utils/index.js x: 6 commits (all time) y: 4 lines of code packages/fb-tiger-hash/src/Tiger.js x: 6 commits (all time) y: 145 lines of code packages/gulp-rewrite-flowtyped-modules/src/index.js x: 6 commits (all time) y: 13 lines of code runtime/nonfb/FbtPublic.js x: 10 commits (all time) y: 17 lines of code runtime/nonfb/IntlVariationResolver.js x: 7 commits (all time) y: 1 lines of code runtime/nonfb/fbtInit.js x: 15 commits (all time) y: 30 lines of code runtime/nonfb/mocks/FbtQTOverrides.js x: 7 commits (all time) y: 6 lines of code runtime/nonfb/mocks/IntlViewerContext.js x: 10 commits (all time) y: 7 lines of code setGeneratedFilePragmas.js x: 5 commits (all time) y: 24 lines of code website/sidebars.js x: 9 commits (all time) y: 22 lines of code website/src/components/CodeBlock.js x: 6 commits (all time) y: 18 lines of code website/src/components/Showcase.js x: 8 commits (all time) y: 26 lines of code website/src/pages/help.js x: 7 commits (all time) y: 54 lines of code website/src/pages/index.js x: 7 commits (all time) y: 100 lines of code website/src/pages/users.js x: 6 commits (all time) y: 16 lines of code packages/babel-plugin-fbt/src/utils/keyMirror.js x: 1 commits (all time) y: 17 lines of code packages/babel-plugin-fbt/src/translate/FBLocaleToLang.js x: 6 commits (all time) y: 51 lines of code runtime/nonfb/FBLocaleToLang.js x: 11 commits (all time) y: 51 lines of code runtime/nonfb/IntlPhonologicalRewrites.js x: 13 commits (all time) y: 256 lines of code runtime/nonfb/IntlRedundantStops.js x: 3 commits (all time) y: 14 lines of code runtime/nonfb/IntlVariations.js x: 8 commits (all time) y: 16 lines of code runtime/nonfb/NumberFormatConsts.js x: 11 commits (all time) y: 362 lines of code packages/babel-plugin-fbt/src/JSFbtBuilder.js x: 7 commits (all time) y: 228 lines of code packages/babel-plugin-fbt/src/JSFbtUtil.js x: 6 commits (all time) y: 63 lines of code packages/babel-plugin-fbt/src/utils/addLeafToTree.js x: 3 commits (all time) y: 22 lines of code packages/babel-plugin-standalone/src/SparkMD5.js x: 2 commits (all time) y: 351 lines of code packages/fb-tiger-hash/src/TigerTables.js x: 3 commits (all time) y: 524 lines of code runtime/nonfb/FbtTranslations.js x: 13 commits (all time) y: 44 lines of code runtime/shared/FbtHooks.js x: 21 commits (all time) y: 50 lines of code runtime/shared/FbtReactUtil.js x: 7 commits (all time) y: 34 lines of code runtime/shared/FbtTableAccessor.js x: 7 commits (all time) y: 29 lines of code runtime/shared/IntlGender.js x: 4 commits (all time) y: 25 lines of code runtime/shared/IntlPunctuation.js x: 8 commits (all time) y: 69 lines of code runtime/shared/fbs.js x: 16 commits (all time) y: 54 lines of code runtime/shared/formatNumber.js x: 7 commits (all time) y: 49 lines of code runtime/shared/intlNumUtils.js x: 13 commits (all time) y: 370 lines of code runtime/shared/substituteTokens.js x: 13 commits (all time) y: 91 lines of code runtime/shared_deps/DisplayGenderConst.js x: 5 commits (all time) y: 3 lines of code packages/default-collection-transform/index.js x: 6 commits (all time) y: 35 lines of code runtime/shared/FbtRuntimeTypes.js x: 2 commits (all time) y: 11 lines of code packages/react-native-fbt/ios/RCTFbtModule.mm x: 5 commits (all time) y: 25 lines of code packages/babel-plugin-fbt-runtime/index.js x: 16 commits (all time) y: 127 lines of code demo-app/src/example/css/Example.css x: 4 commits (all time) y: 225 lines of code runtime/shared/FbtPureStringResult.js x: 4 commits (all time) y: 3 lines of code packages/react-native-fbt/ios/RCTFbtModule.h x: 2 commits (all time) y: 6 lines of code packages/react-native-fbt/android/src/main/java/com/facebook/react/modules/FbtModule.java x: 1 commits (all time) y: 95 lines of code packages/react-native-fbt/android/src/main/java/com/facebook/react/modules/FbtPackage.java x: 1 commits (all time) y: 18 lines of code runtime/nonfb/intlInlineMode.css x: 2 commits (all time) y: 25 lines of code demo-app/src/css/root.css x: 2 commits (all time) y: 55 lines of code demo-app/src/root.html x: 1 commits (all time) y: 11 lines of code
886.0
lines of code
  min: 1.0
  average: 65.97
  25th percentile: 11.0
  median: 14.0
  75th percentile: 60.0
  max: 886.0
0 46.0
commits (all time)
min: 1.0 | average: 7.89 | 25th percentile: 4.0 | median: 5.0 | 75th percentile: 9.0 | max: 46.0

File Size vs. Contributors (all time): 226 points

packages/babel-plugin-fbt/src/translate/gender/IntlDefaultGenderType.js x: 2 contributors (all time) y: 11 lines of code packages/babel-plugin-fbt/src/translate/gender/IntlGenderType.js x: 2 contributors (all time) y: 38 lines of code packages/babel-plugin-fbt/src/translate/CLDR/IntlCLDRNumberType01.js x: 3 contributors (all time) y: 11 lines of code packages/babel-plugin-fbt/src/translate/CLDR/IntlNumberType.js x: 4 contributors (all time) y: 313 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType01.js x: 4 contributors (all time) y: 8 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType02.js x: 4 contributors (all time) y: 12 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType14.js x: 4 contributors (all time) y: 14 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType31.js x: 4 contributors (all time) y: 18 lines of code runtime/nonfb/IntlNumberType.js x: 8 contributors (all time) y: 313 lines of code runtime/shared/fbt.js x: 15 contributors (all time) y: 293 lines of code runtime/shared/intlList.js x: 12 contributors (all time) y: 179 lines of code packages/babel-plugin-fbt/src/translate/CLDR/__data__/TestData_IntlNumberType.js x: 5 contributors (all time) y: 189 lines of code runtime/shared/FbtResultBase.js x: 8 contributors (all time) y: 160 lines of code website/docusaurus.config.js x: 7 contributors (all time) y: 134 lines of code flow-types/libdef/fbt.js x: 6 contributors (all time) y: 131 lines of code packages/babel-plugin-fbt/src/babel-processors/JSXFbtProcessor.js x: 4 contributors (all time) y: 330 lines of code packages/babel-plugin-fbt/src/Gender.js x: 4 contributors (all time) y: 209 lines of code packages/babel-plugin-fbt/src/babel-processors/FbtCommonFunctionCallProcessor.js x: 4 contributors (all time) y: 74 lines of code packages/babel-plugin-fbt/src/babel-processors/FbtFunctionCallProcessor.js x: 4 contributors (all time) y: 607 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtImplicitParamNode.js x: 5 contributors (all time) y: 275 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNameNode.js x: 5 contributors (all time) y: 91 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNodeUtil.js x: 5 contributors (all time) y: 218 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtParamNode.js x: 5 contributors (all time) y: 174 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtPluralNode.js x: 5 contributors (all time) y: 185 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtSameParamNode.js x: 4 contributors (all time) y: 60 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtTextNode.js x: 4 contributors (all time) y: 38 lines of code moduleMap.js x: 5 contributors (all time) y: 10 lines of code auto-param-new-string-helper/categorizeNewStrings.js x: 2 contributors (all time) y: 315 lines of code auto-param-new-string-helper/newAndLegacyPhraseComparisonUtil.js x: 2 contributors (all time) y: 60 lines of code babelPlugins.js x: 2 contributors (all time) y: 34 lines of code demo-app/jest/css.js x: 5 contributors (all time) y: 1 lines of code demo-app/src/example/Example.react.js x: 8 contributors (all time) y: 329 lines of code gulpfile.js x: 6 contributors (all time) y: 211 lines of code jest-preprocessor.js x: 5 contributors (all time) y: 30 lines of code jest.config.js x: 6 contributors (all time) y: 120 lines of code packages/babel-plugin-fbt/gulpfile.js x: 3 contributors (all time) y: 91 lines of code packages/babel-plugin-fbt/jest.snapshotResolver.js x: 3 contributors (all time) y: 33 lines of code packages/babel-plugin-fbt/src/FbtConstants.js x: 8 contributors (all time) y: 113 lines of code packages/babel-plugin-fbt/src/FbtNodeChecker.js x: 4 contributors (all time) y: 163 lines of code packages/babel-plugin-fbt/src/FbtShiftEnums.js x: 4 contributors (all time) y: 120 lines of code packages/babel-plugin-fbt/src/FbtUtil.js x: 7 contributors (all time) y: 886 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtArguments.js x: 4 contributors (all time) y: 146 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtElementNode.js x: 6 contributors (all time) y: 298 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtEnumNode.js x: 5 contributors (all time) y: 162 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNode.js x: 6 contributors (all time) y: 237 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtPronounNode.js x: 7 contributors (all time) y: 207 lines of code packages/babel-plugin-fbt/src/fbtJenkinsHash.js x: 4 contributors (all time) y: 44 lines of code packages/babel-plugin-fbt/src/index.js x: 6 contributors (all time) y: 278 lines of code packages/babel-plugin-fbt/src/jenkinsHash.js x: 3 contributors (all time) y: 48 lines of code packages/babel-plugin-fbt/src/translate/FbtSite.js x: 6 contributors (all time) y: 204 lines of code packages/babel-plugin-fbt/src/translate/FbtSiteBase.js x: 4 contributors (all time) y: 85 lines of code packages/babel-plugin-fbt/src/translate/IntlVariations.js x: 4 contributors (all time) y: 69 lines of code packages/babel-plugin-fbt/src/translate/TranslationBuilder.js x: 6 contributors (all time) y: 349 lines of code packages/babel-plugin-fbt/src/translate/TranslationData.js x: 6 contributors (all time) y: 58 lines of code packages/babel-plugin-standalone/src/collectFbtForWeb.js x: 2 contributors (all time) y: 45 lines of code packages/babel-plugin-standalone/src/index.js x: 3 contributors (all time) y: 4 lines of code packages/fb-babel-plugin-utils/RequireCheck.js x: 4 contributors (all time) y: 26 lines of code packages/fb-babel-plugin-utils/TestUtil.js x: 6 contributors (all time) y: 189 lines of code packages/fb-babel-plugin-utils/index.js x: 4 contributors (all time) y: 4 lines of code packages/fb-tiger-hash/src/getFbtHash.js x: 3 contributors (all time) y: 10 lines of code packages/gulp-rewrite-flowtyped-modules/src/Rewriter.js x: 5 contributors (all time) y: 48 lines of code packages/gulp-strip-docblock-pragmas/src/stripPragmas.js x: 3 contributors (all time) y: 14 lines of code runtime/nonfb/FbtPublic.js x: 6 contributors (all time) y: 17 lines of code runtime/nonfb/IntlVariationResolver.js x: 4 contributors (all time) y: 1 lines of code runtime/nonfb/fbtInit.js x: 4 contributors (all time) y: 30 lines of code runtime/nonfb/mocks/FbtQTOverrides.js x: 5 contributors (all time) y: 6 lines of code runtime/nonfb/mocks/IntlViewerContext.js x: 6 contributors (all time) y: 7 lines of code setGeneratedFilePragmas.js x: 3 contributors (all time) y: 24 lines of code website/sidebars.js x: 5 contributors (all time) y: 22 lines of code website/src/components/CodeBlock.js x: 3 contributors (all time) y: 18 lines of code website/src/components/Showcase.js x: 5 contributors (all time) y: 26 lines of code website/src/pages/help.js x: 4 contributors (all time) y: 54 lines of code website/src/pages/index.js x: 4 contributors (all time) y: 100 lines of code packages/babel-plugin-fbt/src/utils/keyMirror.js x: 1 contributors (all time) y: 17 lines of code packages/babel-plugin-fbt/src/translate/FBLocaleToLang.js x: 4 contributors (all time) y: 51 lines of code runtime/nonfb/FBLocaleToLang.js x: 9 contributors (all time) y: 51 lines of code runtime/nonfb/IntlPhonologicalRewrites.js x: 6 contributors (all time) y: 256 lines of code runtime/nonfb/IntlVariations.js x: 5 contributors (all time) y: 16 lines of code runtime/nonfb/NumberFormatConsts.js x: 6 contributors (all time) y: 362 lines of code packages/babel-plugin-fbt/src/JSFbtBuilder.js x: 2 contributors (all time) y: 228 lines of code packages/babel-plugin-fbt/src/JSFbtUtil.js x: 3 contributors (all time) y: 63 lines of code packages/babel-plugin-fbt/src/utils/addLeafToTree.js x: 2 contributors (all time) y: 22 lines of code packages/babel-plugin-standalone/src/SparkMD5.js x: 2 contributors (all time) y: 351 lines of code packages/fb-tiger-hash/src/TigerTables.js x: 3 contributors (all time) y: 524 lines of code runtime/nonfb/FbtTranslations.js x: 5 contributors (all time) y: 44 lines of code runtime/shared/FbtHooks.js x: 8 contributors (all time) y: 50 lines of code runtime/shared/FbtReactUtil.js x: 5 contributors (all time) y: 34 lines of code runtime/shared/FbtTable.js x: 3 contributors (all time) y: 49 lines of code runtime/shared/IntlGender.js x: 3 contributors (all time) y: 25 lines of code runtime/shared/IntlPunctuation.js x: 5 contributors (all time) y: 69 lines of code runtime/shared/fbs.js x: 5 contributors (all time) y: 54 lines of code runtime/shared/intlNumUtils.js x: 9 contributors (all time) y: 370 lines of code runtime/shared/substituteTokens.js x: 7 contributors (all time) y: 91 lines of code packages/default-collection-transform/index.js x: 3 contributors (all time) y: 35 lines of code packages/babel-plugin-fbt-runtime/index.js x: 4 contributors (all time) y: 127 lines of code demo-app/src/example/css/Example.css x: 2 contributors (all time) y: 225 lines of code runtime/shared/FbtResult.js x: 6 contributors (all time) y: 29 lines of code runtime/shared/FbtPureStringResult.js x: 2 contributors (all time) y: 3 lines of code packages/react-native-fbt/ios/RCTFbtModule.h x: 2 contributors (all time) y: 6 lines of code packages/react-native-fbt/android/src/main/java/com/facebook/react/modules/FbtModule.java x: 1 contributors (all time) y: 95 lines of code packages/react-native-fbt/android/src/main/java/com/facebook/react/modules/FbtPackage.java x: 1 contributors (all time) y: 18 lines of code runtime/nonfb/intlInlineMode.css x: 1 contributors (all time) y: 25 lines of code demo-app/src/css/root.css x: 1 contributors (all time) y: 55 lines of code demo-app/src/root.html x: 1 contributors (all time) y: 11 lines of code
886.0
lines of code
  min: 1.0
  average: 65.97
  25th percentile: 11.0
  median: 14.0
  75th percentile: 60.0
  max: 886.0
0 15.0
contributors (all time)
min: 1.0 | average: 3.95 | 25th percentile: 3.0 | median: 4.0 | 75th percentile: 4.0 | max: 15.0

File Size vs. Commits (30 days): 105 points

packages/babel-plugin-fbt/src/translate/gender/IntlDefaultGenderType.js x: 1 commits (30d) y: 11 lines of code packages/babel-plugin-fbt/src/translate/gender/IntlGenderType.js x: 1 commits (30d) y: 38 lines of code packages/babel-plugin-fbt/src/translate/CLDR/IntlNumberType.js x: 1 commits (30d) y: 313 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType01.js x: 1 commits (30d) y: 8 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType02.js x: 1 commits (30d) y: 12 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType14.js x: 1 commits (30d) y: 14 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType21.js x: 1 commits (30d) y: 16 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType31.js x: 1 commits (30d) y: 18 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType34.js x: 1 commits (30d) y: 20 lines of code runtime/shared/fbt.js x: 1 commits (30d) y: 293 lines of code runtime/shared/intlList.js x: 1 commits (30d) y: 179 lines of code packages/babel-plugin-fbt/src/translate/CLDR/__data__/TestData_IntlNumberType.js x: 1 commits (30d) y: 189 lines of code runtime/shared/FbtResultBase.js x: 1 commits (30d) y: 160 lines of code website/docusaurus.config.js x: 1 commits (30d) y: 134 lines of code
313.0
lines of code
  min: 8.0
  average: 26.99
  25th percentile: 11.0
  median: 12.0
  75th percentile: 14.0
  max: 313.0
0 1.0
commits (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Contributors (30 days): 105 points

packages/babel-plugin-fbt/src/translate/gender/IntlDefaultGenderType.js x: 1 contributors (30d) y: 11 lines of code packages/babel-plugin-fbt/src/translate/gender/IntlGenderType.js x: 1 contributors (30d) y: 38 lines of code packages/babel-plugin-fbt/src/translate/CLDR/IntlNumberType.js x: 1 contributors (30d) y: 313 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType01.js x: 1 contributors (30d) y: 8 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType02.js x: 1 contributors (30d) y: 12 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType14.js x: 1 contributors (30d) y: 14 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType21.js x: 1 contributors (30d) y: 16 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType31.js x: 1 contributors (30d) y: 18 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType34.js x: 1 contributors (30d) y: 20 lines of code runtime/shared/fbt.js x: 1 contributors (30d) y: 293 lines of code runtime/shared/intlList.js x: 1 contributors (30d) y: 179 lines of code packages/babel-plugin-fbt/src/translate/CLDR/__data__/TestData_IntlNumberType.js x: 1 contributors (30d) y: 189 lines of code runtime/shared/FbtResultBase.js x: 1 contributors (30d) y: 160 lines of code website/docusaurus.config.js x: 1 contributors (30d) y: 134 lines of code
313.0
lines of code
  min: 8.0
  average: 26.99
  25th percentile: 11.0
  median: 12.0
  75th percentile: 14.0
  max: 313.0
0 1.0
contributors (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Commits (90 days): 182 points

packages/babel-plugin-fbt/src/translate/gender/IntlDefaultGenderType.js x: 1 commits (90d) y: 11 lines of code packages/babel-plugin-fbt/src/translate/gender/IntlGenderType.js x: 1 commits (90d) y: 38 lines of code packages/babel-plugin-fbt/src/translate/CLDR/IntlNumberType.js x: 1 commits (90d) y: 313 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType01.js x: 1 commits (90d) y: 8 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType14.js x: 1 commits (90d) y: 14 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType31.js x: 1 commits (90d) y: 18 lines of code runtime/shared/fbt.js x: 5 commits (90d) y: 293 lines of code runtime/shared/intlList.js x: 1 commits (90d) y: 179 lines of code packages/babel-plugin-fbt/src/translate/CLDR/__data__/TestData_IntlNumberType.js x: 2 commits (90d) y: 189 lines of code runtime/shared/FbtResultBase.js x: 1 commits (90d) y: 160 lines of code website/docusaurus.config.js x: 2 commits (90d) y: 134 lines of code flow-types/libdef/fbt.js x: 4 commits (90d) y: 131 lines of code packages/babel-plugin-fbt/src/babel-processors/JSXFbtProcessor.js x: 3 commits (90d) y: 330 lines of code demo-app/run_all.js x: 2 commits (90d) y: 13 lines of code packages/babel-plugin-fbt/src/Gender.js x: 2 commits (90d) y: 209 lines of code packages/babel-plugin-fbt/src/babel-processors/FbtCommonFunctionCallProcessor.js x: 2 commits (90d) y: 74 lines of code packages/babel-plugin-fbt/src/babel-processors/FbtFunctionCallProcessor.js x: 3 commits (90d) y: 607 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtImplicitParamNode.js x: 2 commits (90d) y: 275 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNameNode.js x: 2 commits (90d) y: 91 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNodeUtil.js x: 3 commits (90d) y: 218 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtParamNode.js x: 2 commits (90d) y: 174 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtPluralNode.js x: 2 commits (90d) y: 185 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtSameParamNode.js x: 3 commits (90d) y: 60 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtTextNode.js x: 2 commits (90d) y: 38 lines of code packages/babel-plugin-fbt/src/translate/TranslationConfig.js x: 2 commits (90d) y: 61 lines of code moduleMap.js x: 2 commits (90d) y: 10 lines of code auto-param-new-string-helper/categorizeNewStrings.js x: 3 commits (90d) y: 315 lines of code babelPlugins.js x: 1 commits (90d) y: 34 lines of code demo-app/jest/css.js x: 1 commits (90d) y: 1 lines of code demo-app/src/example/Example.react.js x: 1 commits (90d) y: 329 lines of code gulpfile.js x: 1 commits (90d) y: 211 lines of code jest-preprocessor.js x: 1 commits (90d) y: 30 lines of code jest.config.js x: 1 commits (90d) y: 120 lines of code packages/babel-plugin-fbt/gulpfile.js x: 1 commits (90d) y: 91 lines of code packages/babel-plugin-fbt/src/FbtConstants.js x: 2 commits (90d) y: 113 lines of code packages/babel-plugin-fbt/src/FbtEnumRegistrar.js x: 1 commits (90d) y: 60 lines of code packages/babel-plugin-fbt/src/FbtNodeChecker.js x: 1 commits (90d) y: 163 lines of code packages/babel-plugin-fbt/src/FbtUtil.js x: 2 commits (90d) y: 886 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtArguments.js x: 1 commits (90d) y: 146 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtElementNode.js x: 3 commits (90d) y: 298 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNode.js x: 1 commits (90d) y: 237 lines of code packages/babel-plugin-fbt/src/fbtJenkinsHash.js x: 2 commits (90d) y: 44 lines of code packages/babel-plugin-fbt/src/getNamespacedArgs.js x: 1 commits (90d) y: 206 lines of code packages/babel-plugin-fbt/src/index.js x: 1 commits (90d) y: 278 lines of code packages/babel-plugin-fbt/src/jenkinsHash.js x: 1 commits (90d) y: 48 lines of code packages/babel-plugin-fbt/src/translate/FbtSite.js x: 2 commits (90d) y: 204 lines of code packages/babel-plugin-fbt/src/translate/FbtSiteBase.js x: 1 commits (90d) y: 85 lines of code packages/babel-plugin-fbt/src/translate/IntlVariations.js x: 1 commits (90d) y: 69 lines of code packages/babel-plugin-fbt/src/translate/TranslationBuilder.js x: 1 commits (90d) y: 349 lines of code packages/babel-plugin-fbt/src/translate/TranslationData.js x: 1 commits (90d) y: 58 lines of code packages/babel-plugin-standalone/src/collectFbtForWeb.js x: 1 commits (90d) y: 45 lines of code packages/babel-plugin-standalone/src/index.js x: 1 commits (90d) y: 4 lines of code packages/fb-babel-plugin-utils/RequireCheck.js x: 1 commits (90d) y: 26 lines of code packages/fb-babel-plugin-utils/TestUtil.js x: 1 commits (90d) y: 189 lines of code setGeneratedFilePragmas.js x: 1 commits (90d) y: 24 lines of code website/src/pages/help.js x: 1 commits (90d) y: 54 lines of code website/src/pages/index.js x: 1 commits (90d) y: 100 lines of code
886.0
lines of code
  min: 1.0
  average: 61.72
  25th percentile: 11.0
  median: 14.0
  75th percentile: 55.0
  max: 886.0
0 5.0
commits (90d)
min: 1.0 | average: 1.21 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 5.0

File Size vs. Contributors (90 days): 182 points

packages/babel-plugin-fbt/src/translate/gender/IntlDefaultGenderType.js x: 1 contributors (90d) y: 11 lines of code packages/babel-plugin-fbt/src/translate/gender/IntlGenderType.js x: 1 contributors (90d) y: 38 lines of code packages/babel-plugin-fbt/src/translate/CLDR/IntlNumberType.js x: 1 contributors (90d) y: 313 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType01.js x: 1 contributors (90d) y: 8 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType14.js x: 1 contributors (90d) y: 14 lines of code runtime/nonfb/FbtNumber/IntlCLDRNumberType31.js x: 1 contributors (90d) y: 18 lines of code runtime/shared/fbt.js x: 3 contributors (90d) y: 293 lines of code runtime/shared/intlList.js x: 1 contributors (90d) y: 179 lines of code packages/babel-plugin-fbt/src/translate/CLDR/__data__/TestData_IntlNumberType.js x: 2 contributors (90d) y: 189 lines of code runtime/shared/FbtResultBase.js x: 1 contributors (90d) y: 160 lines of code website/docusaurus.config.js x: 2 contributors (90d) y: 134 lines of code flow-types/libdef/fbt.js x: 1 contributors (90d) y: 131 lines of code packages/babel-plugin-fbt/src/babel-processors/JSXFbtProcessor.js x: 2 contributors (90d) y: 330 lines of code demo-app/run_all.js x: 2 contributors (90d) y: 13 lines of code packages/babel-plugin-fbt/src/Gender.js x: 2 contributors (90d) y: 209 lines of code packages/babel-plugin-fbt/src/babel-processors/FbtCommonFunctionCallProcessor.js x: 2 contributors (90d) y: 74 lines of code packages/babel-plugin-fbt/src/babel-processors/FbtFunctionCallProcessor.js x: 3 contributors (90d) y: 607 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtImplicitParamNode.js x: 2 contributors (90d) y: 275 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNameNode.js x: 2 contributors (90d) y: 91 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNodeUtil.js x: 2 contributors (90d) y: 218 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtParamNode.js x: 2 contributors (90d) y: 174 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtPluralNode.js x: 2 contributors (90d) y: 185 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtSameParamNode.js x: 2 contributors (90d) y: 60 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtTextNode.js x: 2 contributors (90d) y: 38 lines of code moduleMap.js x: 2 contributors (90d) y: 10 lines of code auto-param-new-string-helper/categorizeNewStrings.js x: 2 contributors (90d) y: 315 lines of code babelPlugins.js x: 1 contributors (90d) y: 34 lines of code demo-app/jest/css.js x: 1 contributors (90d) y: 1 lines of code demo-app/src/example/Example.react.js x: 1 contributors (90d) y: 329 lines of code gulpfile.js x: 1 contributors (90d) y: 211 lines of code jest-preprocessor.js x: 1 contributors (90d) y: 30 lines of code jest.config.js x: 1 contributors (90d) y: 120 lines of code packages/babel-plugin-fbt/gulpfile.js x: 1 contributors (90d) y: 91 lines of code packages/babel-plugin-fbt/src/FbtConstants.js x: 2 contributors (90d) y: 113 lines of code packages/babel-plugin-fbt/src/FbtEnumRegistrar.js x: 1 contributors (90d) y: 60 lines of code packages/babel-plugin-fbt/src/FbtNodeChecker.js x: 1 contributors (90d) y: 163 lines of code packages/babel-plugin-fbt/src/FbtUtil.js x: 2 contributors (90d) y: 886 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtArguments.js x: 1 contributors (90d) y: 146 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtElementNode.js x: 3 contributors (90d) y: 298 lines of code packages/babel-plugin-fbt/src/fbt-nodes/FbtNode.js x: 1 contributors (90d) y: 237 lines of code packages/babel-plugin-fbt/src/fbtJenkinsHash.js x: 2 contributors (90d) y: 44 lines of code packages/babel-plugin-fbt/src/getNamespacedArgs.js x: 1 contributors (90d) y: 206 lines of code packages/babel-plugin-fbt/src/index.js x: 1 contributors (90d) y: 278 lines of code packages/babel-plugin-fbt/src/jenkinsHash.js x: 1 contributors (90d) y: 48 lines of code packages/babel-plugin-fbt/src/translate/FbtSite.js x: 2 contributors (90d) y: 204 lines of code packages/babel-plugin-fbt/src/translate/FbtSiteBase.js x: 1 contributors (90d) y: 85 lines of code packages/babel-plugin-fbt/src/translate/IntlVariations.js x: 1 contributors (90d) y: 69 lines of code packages/babel-plugin-fbt/src/translate/TranslationBuilder.js x: 1 contributors (90d) y: 349 lines of code packages/babel-plugin-fbt/src/translate/TranslationData.js x: 1 contributors (90d) y: 58 lines of code packages/babel-plugin-standalone/src/collectFbtForWeb.js x: 1 contributors (90d) y: 45 lines of code packages/babel-plugin-standalone/src/index.js x: 1 contributors (90d) y: 4 lines of code packages/fb-babel-plugin-utils/RequireCheck.js x: 1 contributors (90d) y: 26 lines of code packages/fb-babel-plugin-utils/TestUtil.js x: 1 contributors (90d) y: 189 lines of code setGeneratedFilePragmas.js x: 1 contributors (90d) y: 24 lines of code website/src/pages/help.js x: 1 contributors (90d) y: 54 lines of code website/src/pages/index.js x: 1 contributors (90d) y: 100 lines of code
886.0
lines of code
  min: 1.0
  average: 61.72
  25th percentile: 11.0
  median: 14.0
  75th percentile: 55.0
  max: 886.0
0 3.0
contributors (90d)
min: 1.0 | average: 1.16 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 3.0