diff --git a/pyright-language-service/package.json b/pyright-language-service/package.json index 883003160da..09b22b8425e 100644 --- a/pyright-language-service/package.json +++ b/pyright-language-service/package.json @@ -6,8 +6,6 @@ "type": "module", "dependencies": { "express": "4.20.0", - "hocon-parser": "1.0.1", - "hoconjs": "1.0.0", "pyright": "1.1.377", "typescript": "5.5.4", "vscode-languageserver": "9.0.1", diff --git a/pyright-language-service/src/types/hocon-parser.d.ts b/pyright-language-service/src/types/hocon-parser.d.ts deleted file mode 100644 index 3b669f03800..00000000000 --- a/pyright-language-service/src/types/hocon-parser.d.ts +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -declare module 'hocon-parser' { - /** - * The module itself is callable, accepting a string (HOCON config) and returning a parsed object. - */ - function hoconParser(input: string): any; - - export = hoconParser; -} \ No newline at end of file diff --git a/pyright-language-service/yarn.lock b/pyright-language-service/yarn.lock index 0806c62833b..95b324beb81 100644 --- a/pyright-language-service/yarn.lock +++ b/pyright-language-service/yarn.lock @@ -404,16 +404,6 @@ hasown@^2.0.0: dependencies: function-bind "^1.1.2" -hocon-parser@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/hocon-parser/-/hocon-parser-1.0.1.tgz#b79b66143999b255e08b673c83291b5e363f0b78" - integrity sha512-qMKuQh6pLPQc0gXsl91hAJEjD4JghV1VukO5gKOzjolCnupCbGHpERzMCkZLwVDLq7sL8xR6P4iWhcM1my3HtA== - -hoconjs@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/hoconjs/-/hoconjs-1.0.0.tgz#5fe5c5bc1ab300f734c3aa8b1d8d95d83b4e2ca0" - integrity sha512-6jbw9YydPpchxOqrPsIMBZZXGn1F+iSX/iMS5KeBPZfcgj1DfxbjegtzoIHdlyxz24/bCczGGaUCocSXqfNfow== - http-errors@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"