Skip to content

Instantly share code, notes, and snippets.

@michaeljscript
Last active September 16, 2019 19:26
Show Gist options
  • Save michaeljscript/a962cedec09103676b20075fef73b28c to your computer and use it in GitHub Desktop.
Save michaeljscript/a962cedec09103676b20075fef73b28c to your computer and use it in GitHub Desktop.
{
"version": 3,
"sources": [
"utils/selection.ts",
"utils/common.ts",
"utils/http.ts",
"components/button.tsx",
"components/input.tsx",
"components/date-picker.tsx",
// ...
],
"names": [
"window",
"getSelection",
"text",
"toString",
"focusNode",
"endOffset",
// ...
],
"mappings": "2RA8BO,SAASA,EAAoBC,aACvBC,QAAST,EAAUU, ...",
"file": "static/js/main.1ad01fd1.chunk.js",
"sourcesContent": [
"import { getNodeWalker, isAChildOf, isTextNode } from './dom';\nimport { ElementSelection, WindowSelection } from './types';\n\n ...",
"import filenamify from 'filenamify';\n ... "
// ...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment