mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 04:24:15 +00:00
ba7021f6f8
Usage: cd website/react-docgen && npm install or: cd website/react-docgen && npm install -g ./
10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
"use strict";
|
|
|
|
var reactTools = require('react-tools');
|
|
|
|
function process(source) {
|
|
return reactTools.transform(source, {harmony: true, stripTypes: true});
|
|
}
|
|
|
|
exports.process = process;
|