Skip to content

Commit

Permalink
Test Mdx file
Browse files Browse the repository at this point in the history
  • Loading branch information
frank mcmanus committed Nov 22, 2019
1 parent e285887 commit 94a1e89
Show file tree
Hide file tree
Showing 20 changed files with 36,542 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .cache/api-runner-browser-plugins.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = [{
plugin: require('/Users/frank.mcmanus/Documents/_development/Typescript/website/node_modules/gatsby-plugin-mdx/gatsby-browser.js'),
plugin: require('/Users/frankmcmanus/Documents/_dev/Typescript/website/node_modules/gatsby-plugin-mdx/gatsby-browser.js'),
options: {"plugins":[]},
},{
plugin: require('/Users/frank.mcmanus/Documents/_development/Typescript/website/gatsby-browser.js'),
plugin: require('/Users/frankmcmanus/Documents/_dev/Typescript/website/gatsby-browser.js'),
options: {"plugins":[]},
}]
6 changes: 3 additions & 3 deletions .cache/api-runner-ssr.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
var plugins = [{
plugin: require('/Users/frank.mcmanus/Documents/_development/Typescript/website/node_modules/gatsby-plugin-react-helmet/gatsby-ssr'),
plugin: require('/Users/frankmcmanus/Documents/_dev/Typescript/website/node_modules/gatsby-plugin-react-helmet/gatsby-ssr'),
options: {"plugins":[]},
},{
plugin: require('/Users/frank.mcmanus/Documents/_development/Typescript/website/node_modules/gatsby-plugin-manifest/gatsby-ssr'),
plugin: require('/Users/frankmcmanus/Documents/_dev/Typescript/website/node_modules/gatsby-plugin-manifest/gatsby-ssr'),
options: {"plugins":[],"name":"gatsby-starter-default","short_name":"starter","start_url":"/","background_color":"#663399","theme_color":"#663399","display":"minimal-ui"},
},{
plugin: require('/Users/frank.mcmanus/Documents/_development/Typescript/website/node_modules/gatsby-plugin-mdx/gatsby-ssr'),
plugin: require('/Users/frankmcmanus/Documents/_dev/Typescript/website/node_modules/gatsby-plugin-mdx/gatsby-ssr'),
options: {"plugins":[]},
}]
// During bootstrap, we write requires at top of this file which looks like:
Expand Down
20 changes: 10 additions & 10 deletions .cache/async-requires.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .cache/babelState.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"presets": [
{
"name": "/Users/frank.mcmanus/Documents/_development/Typescript/website/node_modules/@babel/preset-typescript/lib/index.js",
"name": "/Users/frankmcmanus/Documents/_dev/Typescript/website/node_modules/@babel/preset-typescript/lib/index.js",
"options": {
"plugins": []
}
Expand All @@ -29,7 +29,7 @@
],
"presets": [
{
"name": "/Users/frank.mcmanus/Documents/_development/Typescript/website/node_modules/@babel/preset-typescript/lib/index.js",
"name": "/Users/frankmcmanus/Documents/_dev/Typescript/website/node_modules/@babel/preset-typescript/lib/index.js",
"options": {
"plugins": []
}
Expand All @@ -49,7 +49,7 @@
],
"presets": [
{
"name": "/Users/frank.mcmanus/Documents/_development/Typescript/website/node_modules/@babel/preset-typescript/lib/index.js",
"name": "/Users/frankmcmanus/Documents/_dev/Typescript/website/node_modules/@babel/preset-typescript/lib/index.js",
"options": {
"plugins": []
}
Expand All @@ -69,7 +69,7 @@
],
"presets": [
{
"name": "/Users/frank.mcmanus/Documents/_development/Typescript/website/node_modules/@babel/preset-typescript/lib/index.js",
"name": "/Users/frankmcmanus/Documents/_dev/Typescript/website/node_modules/@babel/preset-typescript/lib/index.js",
"options": {
"plugins": []
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"expireTime":9007200829177316000,"key":"gatsby-plugin-mdx-entire-payload-cb7c8b7ed5fbbbfbf1e93ecf0de3a61a-","val":{"mdast":{"type":"root","children":[{"type":"export","value":"export const author = 'Fred Flintstone'","position":{"start":{"line":2,"column":1,"offset":1},"end":{"line":2,"column":40,"offset":40},"indent":[]}},{"type":"export","value":"export const _frontmatter = {\"title\":\"Hello, world!\",\"path\":\"/hello-world\",\"date\":\"2019-11-22T00:00:00.000Z\"}","position":{"start":{"line":4,"column":1,"offset":42},"end":{"line":4,"column":110,"offset":151},"indent":[]}}],"position":{"start":{"line":1,"column":1,"offset":0},"end":{"line":4,"column":110,"offset":151}}},"scopeImports":["import React from 'react'"],"scopeIdentifiers":["React"],"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar author = 'Fred Flintstone';\nvar _frontmatter = {\n \"title\": \"Hello, world!\",\n \"path\": \"/hello-world\",\n \"date\": \"2019-11-22T00:00:00.000Z\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n return function MDXDefaultShortcode(props) {\n console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n return mdx(\"div\", props);\n };\n};\n\nvar layoutProps = {\n author: author,\n _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n var components = _ref.components,\n props = _objectWithoutProperties(_ref, [\"components\"]);\n\n return mdx(MDXLayout, _extends({}, layoutProps, props, {\n components: components,\n mdxType: \"MDXLayout\"\n }));\n}\n;\nMDXContent.isMDXComponent = true;","rawMDXOutput":"/* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsx mdx */\n\nexport const author = 'Fred Flintstone';\nexport const _frontmatter = {\n \"title\": \"Hello, world!\",\n \"path\": \"/hello-world\",\n \"date\": \"2019-11-22T00:00:00.000Z\"\n};\nconst makeShortcode = name => function MDXDefaultShortcode(props) {\n console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\")\n return <div {...props}/>\n};\n\nconst layoutProps = {\n author,\n_frontmatter\n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n\n </MDXLayout>;\n}\n\n;\nMDXContent.isMDXComponent = true;"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"expireTime":9007200829176662000,"key":"gatsby-plugin-mdx-entire-payload-ed4f1e122367becae4349628c61c2e66-","val":{"mdast":{"type":"root","children":[{"type":"paragraph","children":[{"type":"inlineCode","value":"export const navLinks = [\n {\n rsvp: {\n link: 'https://www.meetup.com/TypeScriptNYC/events/251309133/',\n description: 'RSVP to our next event',\n time: 'now'\n }\n },\n {\n codeOfConduct: {\n link: '/code-of-conduct',\n description: 'Read our code of conduct',\n time: ''\n }\n },\n {\n slack: {\n link: 'https://slack.com/signin',\n description: 'Join our slack',\n time: ''\n }\n },\n {\n venueInstructions: {\n link: 'google.com',\n description: 'Go to the venue and check in',\n time: 'in 5 days'\n }\n },\n {\n speakers: {\n link: 'google.com',\n description: 'speaker stuff here',\n time: '7PM'\n }\n },\n {\n end: {\n link: '',\n description: 'Social hour',\n time: '9PM'\n }\n },\n {\n speak: {\n link: 'mailto:[email protected]',\n description: 'Be a future speaker',\n time: ''\n }\n },\n {\n pastMeetups: {\n link: '/past-meetups',\n description: 'See past meetups',\n time: ''\n }\n },\n {\n aboutUs: {\n link: '/about',\n description: 'Learn more about us',\n time: ''\n }\n },\n {\n becomeASponsor: {\n link: '/faq',\n description: 'Become a sponsor',\n time: ''\n }\n },\n]","position":{"start":{"line":2,"column":1,"offset":1},"end":{"line":73,"column":3,"offset":1260},"indent":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]}}],"position":{"start":{"line":2,"column":1,"offset":1},"end":{"line":73,"column":3,"offset":1260},"indent":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]}},{"type":"paragraph","children":[{"type":"text","value":"data={navLinks}","position":{"start":{"line":75,"column":1,"offset":1262},"end":{"line":75,"column":16,"offset":1277},"indent":[]}}],"position":{"start":{"line":75,"column":1,"offset":1262},"end":{"line":75,"column":16,"offset":1277},"indent":[]}},{"type":"export","value":"export const _frontmatter = {\"title\":\"Hello, world!\",\"path\":\"/hello-world\",\"date\":\"2019-11-22T00:00:00.000Z\"}","position":{"start":{"line":77,"column":1,"offset":1279},"end":{"line":77,"column":110,"offset":1388},"indent":[]}}],"position":{"start":{"line":1,"column":1,"offset":0},"end":{"line":77,"column":110,"offset":1388}}},"scopeImports":["import React from 'react'"],"scopeIdentifiers":["React"],"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar _frontmatter = {\n \"title\": \"Hello, world!\",\n \"path\": \"/hello-world\",\n \"date\": \"2019-11-22T00:00:00.000Z\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n return function MDXDefaultShortcode(props) {\n console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n return mdx(\"div\", props);\n };\n};\n\nvar layoutProps = {\n _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n var components = _ref.components,\n props = _objectWithoutProperties(_ref, [\"components\"]);\n\n return mdx(MDXLayout, _extends({}, layoutProps, props, {\n components: components,\n mdxType: \"MDXLayout\"\n }), mdx(\"p\", null, mdx(\"inlineCode\", {\n parentName: \"p\"\n }, \"export const navLinks = [\\n {\\n rsvp: {\\n link: 'https://www.meetup.com/TypeScriptNYC/events/251309133/',\\n description: 'RSVP to our next event',\\n time: 'now'\\n }\\n },\\n {\\n codeOfConduct: {\\n link: '/code-of-conduct',\\n description: 'Read our code of conduct',\\n time: ''\\n }\\n },\\n {\\n slack: {\\n link: 'https://slack.com/signin',\\n description: 'Join our slack',\\n time: ''\\n }\\n },\\n {\\n venueInstructions: {\\n link: 'google.com',\\n description: 'Go to the venue and check in',\\n time: 'in 5 days'\\n }\\n },\\n {\\n speakers: {\\n link: 'google.com',\\n description: 'speaker stuff here',\\n time: '7PM'\\n }\\n },\\n {\\n end: {\\n link: '',\\n description: 'Social hour',\\n time: '9PM'\\n }\\n },\\n {\\n speak: {\\n link: 'mailto:[email protected]',\\n description: 'Be a future speaker',\\n time: ''\\n }\\n },\\n {\\n pastMeetups: {\\n link: '/past-meetups',\\n description: 'See past meetups',\\n time: ''\\n }\\n },\\n {\\n aboutUs: {\\n link: '/about',\\n description: 'Learn more about us',\\n time: ''\\n }\\n },\\n {\\n becomeASponsor: {\\n link: '/faq',\\n description: 'Become a sponsor',\\n time: ''\\n }\\n },\\n]\")), mdx(\"p\", null, \"data={navLinks}\"));\n}\n;\nMDXContent.isMDXComponent = true;","rawMDXOutput":"/* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsx mdx */\n\nexport const _frontmatter = {\n \"title\": \"Hello, world!\",\n \"path\": \"/hello-world\",\n \"date\": \"2019-11-22T00:00:00.000Z\"\n};\nconst makeShortcode = name => function MDXDefaultShortcode(props) {\n console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\")\n return <div {...props}/>\n};\n\nconst layoutProps = {\n _frontmatter\n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n <p><inlineCode parentName=\"p\">{`export const navLinks = [\n {\n rsvp: {\n link: 'https://www.meetup.com/TypeScriptNYC/events/251309133/',\n description: 'RSVP to our next event',\n time: 'now'\n }\n },\n {\n codeOfConduct: {\n link: '/code-of-conduct',\n description: 'Read our code of conduct',\n time: ''\n }\n },\n {\n slack: {\n link: 'https://slack.com/signin',\n description: 'Join our slack',\n time: ''\n }\n },\n {\n venueInstructions: {\n link: 'google.com',\n description: 'Go to the venue and check in',\n time: 'in 5 days'\n }\n },\n {\n speakers: {\n link: 'google.com',\n description: 'speaker stuff here',\n time: '7PM'\n }\n },\n {\n end: {\n link: '',\n description: 'Social hour',\n time: '9PM'\n }\n },\n {\n speak: {\n link: 'mailto:[email protected]',\n description: 'Be a future speaker',\n time: ''\n }\n },\n {\n pastMeetups: {\n link: '/past-meetups',\n description: 'See past meetups',\n time: ''\n }\n },\n {\n aboutUs: {\n link: '/about',\n description: 'Learn more about us',\n time: ''\n }\n },\n {\n becomeASponsor: {\n link: '/faq',\n description: 'Become a sponsor',\n time: ''\n }\n },\n]`}</inlineCode></p>\n <p>{`data={navLinks}`}</p>\n\n </MDXLayout>;\n}\n\n;\nMDXContent.isMDXComponent = true;"}}
Loading

0 comments on commit 94a1e89

Please sign in to comment.