| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,17 +1,14 @@ | |||
| 1 | 1 | [ignore] | |
| 2 | 2 | .*/node_modules/fbjs/.* | |
| 3 | 3 | .*/node_modules/weinre/.* | |
| 4 | + <PROJECT_ROOT>/ui/.* | ||
| 4 | 5 | ||
| 5 | 6 | [include] | |
| 6 | 7 | ||
| 7 | 8 | [libs] | |
| 8 | 9 | dev/flow-typed | |
| 9 | 10 | dev/flow-typed-guardian-frontend | |
| 10 | 11 | ||
| 11 | - # Additions for CSS componentisation | ||
| 12 | - ui/__tools__/flow-typed | ||
| 13 | - ui/__tools__/flow-types.js | ||
| 14 | - | ||
| 15 | 12 | [options] | |
| 16 | 13 | module.name_mapper='^admin' -> 'projects/admin' | |
| 17 | 14 | module.name_mapper='^common' -> 'projects/common' | |
@@ -37,10 +34,3 @@ module.system.node.resolve_dirname=static/src/javascripts | |||
| 37 | 34 | module.system.node.resolve_dirname=static/src/javascripts-legacy | |
| 38 | 35 | module.system.node.resolve_dirname=static/vendor/javascripts | |
| 39 | 36 | module.system.node.resolve_dirname=node_modules | |
| 40 | - | ||
| 41 | - # Additions for CSS componentisation | ||
| 42 | - module.system.node.resolve_dirname=ui/src | ||
| 43 | - module.system.node.resolve_dirname=ui/src/app | ||
| 44 | - module.system.node.resolve_dirname=ui/node_modules | ||
| 45 | - module.file_ext=.scss | ||
| 46 | - module.file_ext=.jsx | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,19 @@ | |||
| 1 | + [ignore] | ||
| 2 | + .*/dist/.* | ||
| 3 | + .*/__tools__/.* | ||
| 4 | + .*/__config__/.* | ||
| 5 | + | ||
| 6 | + [include] | ||
| 7 | + | ||
| 8 | + [libs] | ||
| 9 | + __tools__/flow-typed | ||
| 10 | + __tools__/flow-types.js | ||
| 11 | + | ||
| 12 | + [options] | ||
| 13 | + module.system.node.resolve_dirname=node_modules | ||
| 14 | + module.system.node.resolve_dirname=src | ||
| 15 | + module.system.node.resolve_dirname=src/app | ||
| 16 | + | ||
| 17 | + module.file_ext=.js | ||
| 18 | + module.file_ext=.scss | ||
| 19 | + module.file_ext=.jsx | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,7 @@ | |||
| 8 | 8 | "check:env": "check-node-version --package", | |
| 9 | 9 | "lint": "yarn install -s && eslint .", | |
| 10 | 10 | "lint:fix": "yarn lint -- --fix", | |
| 11 | + "flow": "flow", | ||
| 11 | 12 | "test": "yarn install -s && jest", | |
| 12 | 13 | "test:watch": "yarn install -s && yarn test -- --watch", | |
| 13 | 14 | "test:ci": "yarn test -- --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | |
@@ -47,6 +48,7 @@ | |||
| 47 | 48 | "check-node-version": "^2.1.0", | |
| 48 | 49 | "concurrently": "^3.5.0", | |
| 49 | 50 | "coveralls": "^2.13.0", | |
| 51 | + "flow-bin": "^0.50.0", | ||
| 50 | 52 | "gzip-size-cli": "^2.0.0", | |
| 51 | 53 | "node-sass": "^4.5.3", | |
| 52 | 54 | "sass-loader": "^6.0.6", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1622,6 +1622,10 @@ find-up@^2.1.0: | |||
| 1622 | 1622 | dependencies: | |
| 1623 | 1623 | locate-path "^2.0.0" | |
| 1624 | 1624 | ||
| 1625 | + flow-bin@^0.50.0: | ||
| 1626 | + version "0.50.0" | ||
| 1627 | + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.50.0.tgz#d4cdb2430dee1a3599f0eb6fe551146e3027256a" | ||
| 1628 | + | ||
| 1625 | 1629 | for-in@^0.1.3: | |
| 1626 | 1630 | version "0.1.8" | |
| 1627 | 1631 | resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments