Skip to content

Commit

Permalink
Import import_map from main sb repo
Browse files Browse the repository at this point in the history
  • Loading branch information
justyns committed Feb 22, 2024
1 parent 5b46bc6 commit 8291dcc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*.ts]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
37 changes: 36 additions & 1 deletion import_map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
{
"imports": {
"$sb/": "https://deno.land/x/[email protected]/plug-api/"
"@lezer/common": "https://esm.sh/@lezer/[email protected]&target=es2022",
"@lezer/lr": "https://esm.sh/@lezer/[email protected]?external=@lezer/common&target=es2022",
"@lezer/markdown": "https://esm.sh/@lezer/[email protected]?external=@lezer/common,@codemirror/language,@lezer/highlight,@lezer/lr&target=es2022",
"@lezer/javascript": "https://esm.sh/@lezer/[email protected]?external=@lezer/common,@codemirror/language,@lezer/highlight,@lezer/lr&target=es2022",
"@lezer/highlight": "https://esm.sh/@lezer/[email protected]?external=@lezer/common,@lezer/lr&target=es2022",
"@lezer/html": "https://esm.sh/@lezer/[email protected]?external=@lezer/common,@lezer/lr&target=es2022",

"@codemirror/state": "https://esm.sh/@codemirror/[email protected]&target=es2022",
"@codemirror/language": "https://esm.sh/@codemirror/[email protected]?external=@codemirror/state,@lezer/common,@lezer/lr,@codemirror/view,@lezer/highlight&target=es2022",
"@codemirror/commands": "https://esm.sh/@codemirror/[email protected]?external=@codemirror/state,@codemirror/view&target=es2022",
"@codemirror/view": "https://esm.sh/@codemirror/[email protected]?external=@codemirror/state,@lezer/common&target=es2022",
"@codemirror/autocomplete": "https://esm.sh/@codemirror/[email protected]?external=@codemirror/state,@codemirror/commands,@lezer/common,@codemirror/view&target=es2022",
"@codemirror/lint": "https://esm.sh/@codemirror/[email protected]?external=@codemirror/state,@codemirror/view,@lezer/common&target=es2022",
"@codemirror/lang-css": "https://esm.sh/@codemirror/[email protected]?external=@codemirror/language,@codemirror/autocomplete,@codemirror/state,@lezer/lr,@lezer/html&target=es2022",
"@codemirror/lang-html": "https://esm.sh/@codemirror/[email protected]?external=@codemirror/language,@codemirror/autocomplete,@codemirror/lang-css,@codemirror/state,@lezer/lr,@lezer/html&target=es2022",
"@codemirror/search": "https://esm.sh/@codemirror/[email protected]?external=@codemirror/state,@codemirror/view&target=es2022",
"@codemirror/lang-markdown": "https://esm.sh/@codemirror/[email protected]?external=@codemirror/state,@lezer/common,@codemirror/language,@lezer/markdown,@codemirror/view,@lezer/highlight,@codemirror/lang-html&target=es2022",
"@codemirror/legacy-modes/": "https://esm.sh/@codemirror/[email protected]/",
"@codemirror/lang-javascript": "https://esm.sh/@codemirror/[email protected]?external=@codemirror/language,@codemirror/autocomplete,@codemirror/view,@codemirror/state,@codemirror/lint,@lezer/common,@lezer/lr,@lezer/javascript,@codemirror/commands&target=es2022",
"@replit/codemirror-vim": "https://esm.sh/@replit/[email protected]?external=@codemirror/state,@codemirror/language,@codemirror/view,@codemirror/search,@codemirror/commands",

"djwt": "https://deno.land/x/[email protected]/mod.ts",
"js-yaml": "https://esm.sh/[email protected]",
"mimetypes": "https://deno.land/x/[email protected]/mod.ts",
"gitignore-parser": "https://esm.sh/[email protected]",
"turndown": "https://cdn.skypack.dev/[email protected]",
"turndown-plugin-gfm": "https://cdn.skypack.dev/@joplin/[email protected]",

"$common/": "https://deno.land/x/[email protected]/common/",
"$lib/": "https://deno.land/x/[email protected]/lib/",
"$type/": "https://deno.land/x/[email protected]/type/",

"preact": "https://esm.sh/[email protected]",
"$sb/": "https://deno.land/x/[email protected]/plug-api/",
"zod": "https://deno.land/x/[email protected]/mod.ts",
"$std/": "https://deno.land/[email protected]/"
}
}

0 comments on commit 8291dcc

Please sign in to comment.