1/*--------------------------------------------------------------------------------------------- 2 * Copyright (c) Microsoft Corporation and GitHub. All rights reserved. 3 *--------------------------------------------------------------------------------------------*/ 4 5// Given a file from disk and a path, return the file's contents 6// as a string. 7function readFile(path) { 8 const f 9} 10