vscode-lean4 icon indicating copy to clipboard operation
vscode-lean4 copied to clipboard

fix: [lean4web] replace require-style imports

Open abentkamp opened this issue 1 year ago • 0 comments

This PR replaces

import path = require('path')

by

import path from 'path'

in a couple of files.

abentkamp avatar Jul 13 '24 20:07 abentkamp