Skip to content

Commit

Permalink
File comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikDoom committed Jan 10, 2023
1 parent 964b4fc commit 984a7e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javascript/_result.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Result data type for cleaner use of optional completion result properties

// Type enum
const ResultType = Object.freeze({
"tag": 1,
Expand Down
2 changes: 2 additions & 0 deletions javascript/_utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Utility functions for tag autocomplete

// Parse the CSV file into a 2D array. Doesn't use regex, so it is very lightweight.
function parseCSV(str) {
var arr = [];
Expand Down

0 comments on commit 984a7e7

Please sign in to comment.