Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 85e7be2

Browse files
committed
💡 Add documentation for hparsons library and direct change to micro-parsons repository.
1 parent f0d0ae5 commit 85e7be2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runestone/hparsons/js/hparsons-sql.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export var hpList;
99
// Dictionary that contains all instances of horizontal Parsons problem objects
1010
if (hpList === undefined) hpList = {};
1111

12+
// The following js library is a custom element for micro parsons (horizontal parsons) input.
13+
// Currently it is not published as an npm package yet, and edits should be made through: https://github.com/amy21206/micro-parsons-element.
14+
// It will be replaced by importing the corresponding package in the future.
1215
import "./micro-parsons.js";
1316

1417
export default class SQLHParsons extends RunestoneBase {

0 commit comments

Comments
 (0)