-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
frank mcmanus
committed
Nov 22, 2019
1 parent
e285887
commit 94a1e89
Showing
20 changed files
with
36,542 additions
and
34 deletions.
There are no files selected for viewing
This file contains 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
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":[]}, | ||
}] |
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
1 change: 1 addition & 0 deletions
1
.cache/caches/gatsby-plugin-mdx/diskstore-26668b0cf2c2ffdd1383c9d330f98a68.json
This file contains 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
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;"}} |
1 change: 1 addition & 0 deletions
1
.cache/caches/gatsby-plugin-mdx/diskstore-2f013f1473adec28c8c456c9520f99d9.json
This file contains 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
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;"}} |
Oops, something went wrong.