|
2 gadi atpakaļ | |
---|---|---|
.. | ||
babel | 2 gadi atpakaļ | |
gulp | 2 gadi atpakaļ | |
jest | 2 gadi atpakaļ | |
node | 2 gadi atpakaļ | |
node_modules | 2 gadi atpakaļ | |
CHANGELOG.md | 2 gadi atpakaļ | |
LICENSE | 2 gadi atpakaļ | |
README.md | 2 gadi atpakaļ | |
package.json | 2 gadi atpakaļ | |
third-party-module-map.json | 2 gadi atpakaļ | |
yarn.lock | 2 gadi atpakaļ |
This is a collection of tools and scripts intended to be used in conjunction with fbjs
. Previously these were shipped as a part of fbjs
.
// before (fbjs@0.1.0)
var invariant = require('fbjs/lib/invariant');
var devExpression = require('fbjs/scripts/babel/dev-expression');
// after (fbjs, fbjs-scripts@0.2.0)
var invariant = require('fbjs/lib/invariant');
var devExpression = require('fbjs-scripts/babel/dev-expression');
This ensures that production code consuming fbjs
library code does not need to install script dependencies, unless you explicitly use them via the fbjs-scripts
package.