-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mdx-js/mdx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mdx-js/mdx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 28 files changed
- 3 contributors
Commits on Feb 12, 2019
-
Improve parsing for JSX blocks (including inline) (#396)
* Implement support for Some.Component style JSX blocks * Add failing test for string interpolation * Add failing test for js functions as props * Add failing test for js functions as props with returns * Make value parsing for JSX props more flexible * Don't lint fixtures file * Add nested object props fixture * Add another fixture for randomly placed brackets * Add link shortcut to fixture * Remove object props since it is a subset of js props * Update packages/remark-mdx/test/fixtures/inline-parsing.js Co-Authored-By: johno <johnotander@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 8249e64 - Browse repository at this point
Copy the full SHA 8249e64View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for fac2cf9 - Browse repository at this point
Copy the full SHA fac2cf9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e01693e - Browse repository at this point
Copy the full SHA e01693eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 8d9d9b5 - Browse repository at this point
Copy the full SHA 8d9d9b5View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 14d9b19 - Browse repository at this point
Copy the full SHA 14d9b19View commit details -
Issue 344: Automate canary releases (#400)
* Add publish script and configuration for ci * Add travis config to skip cleanup * Add .npmrc file for publishing through travis * Get correct tags before publishing with lerna
1Configuration menu - View commit details
-
Copy full SHA for 1113438 - Browse repository at this point
Copy the full SHA 1113438View commit details
Commits on Feb 14, 2019
-
Improve import and export parsing with babel (#399)
* Improve import and export parsing with babel This introduces babel for better handling import and export parsing. Anything that is an import/export block will be parsed by babel and split up ensuring that edge cases will no longer occur based on how the JS is grouped. It also makes parsing the export default nodes more robust. - #345 - #340 * Add multiline fixtures * Preserve positional information for AST nodes In order to maintain positional metadata for AST nodes that are parsed, we need to ensure that each import/export is eaten in order as a correct subvalue. Since the remark eat function requires the string to be consumed in order, with no missing characters, the babel plugin now returns the start value which is used to sort the nodes and partition the input string. They're then combined again and returned as nodes that can be eaten in order by the tokenizer. This also comes with the benefit of no longer changing the input code which occurs with the prior babel generator. * Remove unneeded babel generator dep * Simplify partition function * Make naming consistent * Add snapshot test to verify positional info
Configuration menu - View commit details
-
Copy full SHA for 39e95c5 - Browse repository at this point
Copy the full SHA 39e95c5View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d987df9 - Browse repository at this point
Copy the full SHA d987df9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.17.0...v0.17.3