Skip to content

Commit

Permalink
Add Map annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Feb 1, 2024
1 parent 25ef865 commit 1004a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function getProjectFile(project) {
* @returns {import('vite').Plugin} A Vite plugin object with the standard structure and hooks.
*/
export default function fablePlugin(config = {}) {
// A map of <js filePath, code>
/* @type {Map<string, string>} */
const compilableFiles = new Map();
/** @type {FSharpProjectOptions|null} */
let projectOptions = null;
Expand Down

0 comments on commit 1004a1c

Please sign in to comment.