File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 22 // List of extensions which should be recommended for users of this workspace.
33 "recommendations" : [
44 " dbaeumer.vscode-eslint" ,
5- " AlanWalk .markdown-toc "
5+ " yzhang .markdown-all-in-one "
66 ],
77 // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
88 "unwantedRecommendations" : [
Original file line number Diff line number Diff line change 1- # MessagePack for JavaScript/ECMA-262
1+ # MessagePack for JavaScript/ECMA-262 <!-- omit in toc -->
22
33[ ![ npm version] ( https://img.shields.io/npm/v/@msgpack/msgpack.svg )] ( https://www.npmjs.com/package/@msgpack/msgpack ) ![ CI] ( https://github.com/msgpack/msgpack-javascript/workflows/CI/badge.svg ) [ ![ codecov] ( https://codecov.io/gh/msgpack/msgpack-javascript/branch/master/graphs/badge.svg )] ( https://codecov.io/gh/msgpack/msgpack-javascript ) [ ![ minzip] ( https://badgen.net/bundlephobia/minzip/@msgpack/msgpack )] ( https://bundlephobia.com/result?p=@msgpack/msgpack ) [ ![ tree-shaking] ( https://badgen.net/bundlephobia/tree-shaking/@msgpack/msgpack )] ( https://bundlephobia.com/result?p=@msgpack/msgpack )
44
@@ -37,8 +37,6 @@ deepStrictEqual(decode(encoded), object);
3737
3838## Table of Contents
3939
40- <!-- TOC depthFrom:2 anchorMode:github.com -->
41-
4240- [ Synopsis] ( #synopsis )
4341- [ Table of Contents] ( #table-of-contents )
4442- [ Install] ( #install )
@@ -75,8 +73,6 @@ deepStrictEqual(decode(encoded), object);
7573 - [ Updating Dependencies] ( #updating-dependencies )
7674- [ License] ( #license )
7775
78- <!-- /TOC -->
79-
8076## Install
8177
8278This library is published to ` npmjs.com ` as [ @msgpack/msgpack ] ( https://www.npmjs.com/package/@msgpack/msgpack ) .
You can’t perform that action at this time.
0 commit comments