This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- build_old/JSXTransformer.js 2014-10-14 21:38:49.000000000 -0700 | |
+++ build/JSXTransformer.js 2014-10-14 21:49:52.000000000 -0700 | |
@@ -1,436 +1,765 @@ | |
/** | |
* JSXTransformer v0.12.0-alpha | |
*/ | |
-!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.JSXTransformer=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){ | |
-/*! | |
- * The buffer module from node.js, for the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- build_old/react.js 2014-10-14 21:38:43.000000000 -0700 | |
+++ build/react.js 2014-10-14 21:49:41.000000000 -0700 | |
@@ -1,12 +1,198 @@ | |
/** | |
* React v0.12.0-alpha | |
*/ | |
-!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.React=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){ | |
+!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -U 8 build_old/JSXTransformer.js build/JSXTransformer.js | |
--- build_old/JSXTransformer.js 2014-10-14 21:38:49.000000000 -0700 | |
+++ build/JSXTransformer.js 2014-10-14 21:49:52.000000000 -0700 | |
@@ -1,436 +1,765 @@ | |
/** | |
* JSXTransformer v0.12.0-alpha | |
*/ | |
-!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.JSXTransformer=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,modu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/npm-react/package.json b/npm-react/package.json | |
index 3377a1d..ce7832f 100644 | |
--- a/npm-react/package.json | |
+++ b/npm-react/package.json | |
@@ -27,6 +27,9 @@ | |
"envify": "^2.0.0" | |
}, | |
"browserify": { | |
- "transform": ["envify"] | |
+ "transform": ["envify"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/npm-react/package.json b/npm-react/package.json | |
index 3377a1d..ce7832f 100644 | |
--- a/npm-react/package.json | |
+++ b/npm-react/package.json | |
@@ -27,6 +27,9 @@ | |
"envify": "^2.0.0" | |
}, | |
"browserify": { | |
- "transform": ["envify"] | |
+ "transform": ["envify"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4dcc116 Update @emails in react-displayName-test | |
ce19af9 Inject the runtime to a global instead of exposing internals | |
dcf415c BSD + PATENTS | |
cf5fea4 JSXTransformer: don't look for docblock | |
0dccf64 Sync upstream modules | |
1c86f58 Codemod deprecated API usage away | |
9b1fa91 React.renderComponent -> React.render | |
a4e923b Sanitize the string tag passed to DOM components | |
6ddf8de Look for devtools global hook | |
688f64c Require list property to be accessed as an attribute |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
354 Paul O’Shannessy <[email protected]> | |
340 Ben Alpert <[email protected]> | |
206 Pete Hunt <[email protected]> | |
136 Cheng Lou <[email protected]> | |
112 Jeff Morrison <[email protected]> | |
110 Thomas Aylott <[email protected]> | |
89 Ben Newman <[email protected]> | |
62 Vjeux <[email protected]> | |
61 Timothy Yung <[email protected]> | |
53 Andreas Svensson <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
index 571551a..781ce9b 100644 | |
--- a/CHANGELOG.md | |
+++ b/CHANGELOG.md | |
@@ -16,8 +16,8 @@ | |
### React Tools | |
* Update `esprima` and `jstransform` for correctness fixes | |
-* The `jsx` executable now exposes a `--strip-types` flag which can be used to remove Typescript-like type annotations | |
- * This option is also exposed to `require('react-tools').transform` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'maruku' | |
require 'rdiscount' | |
CODE = <<-MD | |
# this is markdown now | |
``` | |
hello word | |
``` | |
MD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- !ruby/object:Gem::Specification | |
name: react-source | |
version: !ruby/object:Gem::Version | |
version: 0.12.0.pre.alpha | |
platform: ruby | |
authors: | |
- Paul O’Shannessy | |
autorequire: | |
bindir: bin | |
cert_chain: [] |