@volar/language-core
Advanced tools
Comparing version 1.2.0-alpha.10 to 1.2.0-alpha.11
@@ -6,3 +6,7 @@ import { Mapping } from '@volar/source-map'; | ||
foldingRange?: boolean; | ||
documentFormatting?: boolean; | ||
documentFormatting?: boolean | { | ||
onType?: boolean; | ||
insertFirstNewline?: boolean; | ||
insertFinalNewline?: boolean; | ||
}; | ||
documentSymbol?: boolean; | ||
@@ -9,0 +13,0 @@ codeAction?: boolean; |
@@ -8,3 +8,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
foldingRange: true, | ||
documentFormatting: true, | ||
documentFormatting: { | ||
onType: true, | ||
insertFirstNewline: true, | ||
insertFinalNewline: true, | ||
}, | ||
documentSymbol: true, | ||
@@ -11,0 +15,0 @@ codeAction: true, |
{ | ||
"name": "@volar/language-core", | ||
"version": "1.2.0-alpha.10", | ||
"version": "1.2.0-alpha.11", | ||
"main": "out/index.js", | ||
@@ -16,5 +16,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/source-map": "1.2.0-alpha.10" | ||
"@volar/source-map": "1.2.0-alpha.11" | ||
}, | ||
"gitHead": "c0b7580b14966d28d7c6df5da9baa41111f9f8d9" | ||
"gitHead": "b9b3d607df5772c00edda17cfda05281c3e7c06f" | ||
} |
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
25703
560
+ Added@volar/source-map@1.2.0-alpha.11(transitive)
- Removed@volar/source-map@1.2.0-alpha.10(transitive)