File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import * as fromMem from "@peggyjs/from-mem" ;
21import * as path from "path" ;
32import * as peggy from "peggy" ;
43import {
@@ -13,6 +12,7 @@ import {
1312import { MemFS } from "../vendor/vscode-extension-samples/fileSystemProvider" ;
1413import { debounce } from "../common/debounce" ;
1514import { fileURLToPath } from "url" ;
15+ import fromMem from "@peggyjs/from-mem" ;
1616
1717const PEGGY_INPUT_SCHEME = "peggyjsin" ;
1818
@@ -106,7 +106,7 @@ async function executeAndDisplayResults(
106106 out += "\n" ;
107107 out += result ;
108108 out += "\n" ;
109- } catch ( error ) {
109+ } catch ( error ) {
110110 out += error . toString ( ) ;
111111 }
112112 if ( ! out . endsWith ( "\n" ) ) {
Original file line number Diff line number Diff line change 170170 "package" : " vsce package --no-dependencies"
171171 },
172172 "devDependencies" : {
173- "@peggyjs/eslint-config" : " 6.0.4 " ,
173+ "@peggyjs/eslint-config" : " 6.0.5 " ,
174174 "@types/mocha" : " ^10.0.10" ,
175- "@types/node" : " 22 .x" ,
175+ "@types/node" : " 24 .x" ,
176176 "@types/vscode" : " ^1.102.0" ,
177177 "@vscode/test-cli" : " ^0.0.11" ,
178178 "@vscode/test-electron" : " ^2.5.2" ,
183183 "npm-run-all" : " ^4.1.5" ,
184184 "rimraf" : " ^6.0.1" ,
185185 "typescript" : " ^5.8.3" ,
186- "typescript-eslint" : " 8.36 .0"
186+ "typescript-eslint" : " 8.37 .0"
187187 },
188188 "dependencies" : {
189- "@peggyjs/from-mem" : " 3.0.2 " ,
189+ "@peggyjs/from-mem" : " 3.1.0 " ,
190190 "peggy" : " ^5.0.5" ,
191191 "source-map-generator" : " 2.0.1" ,
192192 "vscode-languageclient" : " ^9.0.1" ,
197197 "engines" : {
198198 "vscode" : " >=1.102.0"
199199 }
200- }
200+ }
You can’t perform that action at this time.
0 commit comments