monaco-languageserver-types
Advanced tools
Comparing version 0.2.0 to 0.2.2
export * from './lib/codeAction.js'; | ||
export * from './lib/codeLens.js'; | ||
export * from './lib/color.js'; | ||
export * from './lib/colorInformation.js'; | ||
export * from './lib/colorPresentation.js'; | ||
export * from './lib/command.js'; | ||
@@ -11,6 +13,13 @@ export * from './lib/completionContext.js'; | ||
export * from './lib/completionTriggerKind.js'; | ||
export * from './lib/documentHighlight.js'; | ||
export * from './lib/documentHighlightKind.js'; | ||
export * from './lib/documentSymbol.js'; | ||
export * from './lib/foldingRange.js'; | ||
export * from './lib/formattingOptions.js'; | ||
export * from './lib/hover.js'; | ||
export * from './lib/inlayHint.js'; | ||
export * from './lib/inlayHintKind.js'; | ||
export * from './lib/inlayHintLabelPart.js'; | ||
export * from './lib/link.js'; | ||
export * from './lib/location.js'; | ||
export * from './lib/locationLink.js'; | ||
@@ -22,5 +31,11 @@ export * from './lib/markdownString.js'; | ||
export { setMonaco } from './lib/monaco.js'; | ||
export * from './lib/parameterInformation.js'; | ||
export * from './lib/position.js'; | ||
export * from './lib/range.js'; | ||
export * from './lib/relatedInformation.js'; | ||
export * from './lib/selectionRange.js'; | ||
export * from './lib/signatureHelpContext.js'; | ||
export * from './lib/signatureHelp.js'; | ||
export * from './lib/signatureHelpTriggerKind.js'; | ||
export * from './lib/signatureInformation.js'; | ||
export * from './lib/singleEditOperation.js'; | ||
@@ -27,0 +42,0 @@ export * from './lib/symbolKind.js'; |
15
index.js
export * from './lib/codeAction.js'; | ||
export * from './lib/codeLens.js'; | ||
export * from './lib/color.js'; | ||
export * from './lib/colorInformation.js'; | ||
export * from './lib/colorPresentation.js'; | ||
export * from './lib/command.js'; | ||
@@ -11,6 +13,13 @@ export * from './lib/completionContext.js'; | ||
export * from './lib/completionTriggerKind.js'; | ||
export * from './lib/documentHighlight.js'; | ||
export * from './lib/documentHighlightKind.js'; | ||
export * from './lib/documentSymbol.js'; | ||
export * from './lib/foldingRange.js'; | ||
export * from './lib/formattingOptions.js'; | ||
export * from './lib/hover.js'; | ||
export * from './lib/inlayHint.js'; | ||
export * from './lib/inlayHintKind.js'; | ||
export * from './lib/inlayHintLabelPart.js'; | ||
export * from './lib/link.js'; | ||
export * from './lib/location.js'; | ||
export * from './lib/locationLink.js'; | ||
@@ -22,5 +31,11 @@ export * from './lib/markdownString.js'; | ||
export { setMonaco } from './lib/monaco.js'; | ||
export * from './lib/parameterInformation.js'; | ||
export * from './lib/position.js'; | ||
export * from './lib/range.js'; | ||
export * from './lib/relatedInformation.js'; | ||
export * from './lib/selectionRange.js'; | ||
export * from './lib/signatureHelpContext.js'; | ||
export * from './lib/signatureHelp.js'; | ||
export * from './lib/signatureHelpTriggerKind.js'; | ||
export * from './lib/signatureInformation.js'; | ||
export * from './lib/singleEditOperation.js'; | ||
@@ -27,0 +42,0 @@ export * from './lib/symbolKind.js'; |
@@ -6,3 +6,3 @@ # MIT License | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and | ||
associated documentation files (the "Software"), to deal in the Software without restriction, | ||
associated documentation files (the “Software”), to deal in the Software without restriction, | ||
including without limitation the rights to use, copy, modify, merge, publish, distribute, | ||
@@ -15,3 +15,3 @@ sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT | ||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT | ||
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
@@ -18,0 +18,0 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES |
{ | ||
"name": "monaco-languageserver-types", | ||
"version": "0.2.0", | ||
"version": "0.2.2", | ||
"description": "Convert between language server types and Monaco editor types", | ||
@@ -36,9 +36,11 @@ "type": "module", | ||
"devDependencies": { | ||
"@vitest/coverage-c8": "^0.29.0", | ||
"@vitest/coverage-v8": "^0.33.0", | ||
"eslint": "^8.0.0", | ||
"eslint-config-remcohaszing": "^8.0.0", | ||
"jsdom": "^21.0.0", | ||
"monaco-editor": "^0.36.0", | ||
"vitest": "^0.29.0" | ||
"eslint-config-remcohaszing": "^10.0.0", | ||
"jsdom": "^22.0.0", | ||
"monaco-editor": "^0.40.0", | ||
"remark-cli": "^11.0.0", | ||
"remark-preset-remcohaszing": "^2.0.0", | ||
"vitest": "^0.33.0" | ||
} | ||
} |
# monaco-languageserver-types | ||
[![github actions](https://github.com/remcohaszing/monaco-languageserver-types/actions/workflows/ci.yaml/badge.svg)](https://github.com/remcohaszing/monaco-languageserver-types/actions/workflows/ci.yaml) | ||
[![npm](https://img.shields.io/npm/v/monaco-languageserver-types)](https://www.npmjs.com/package/monaco-languageserver-types) | ||
[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io) | ||
[![npm version](https://img.shields.io/npm/v/monaco-languageserver-types)](https://www.npmjs.com/package/monaco-languageserver-types) | ||
[![npm downloads](https://img.shields.io/npm/dm/monaco-languageserver-types)](https://www.npmjs.com/package/monaco-languageserver-types) | ||
[![codecov](https://codecov.io/gh/remcohaszing/monaco-languageserver-types/branch/main/graph/badge.svg)](https://codecov.io/gh/remcohaszing/monaco-languageserver-types) | ||
@@ -11,2 +11,8 @@ | ||
## Table of Contents | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [License](#license) | ||
## Installation | ||
@@ -56,2 +62,2 @@ | ||
[MIT](LICENSE.md) @ [Remco Haszing](https://github.com/remcohaszing) | ||
[MIT](LICENSE.md) © [Remco Haszing](https://github.com/remcohaszing) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107487
95
2856
62
8