vscode-lean4
vscode-lean4 copied to clipboard
fix: [lean4web] replace require-style imports
This PR replaces
import path = require('path')
by
import path from 'path'
in a couple of files.