Skip to content

Commit

Permalink
VectorIterator: wasn't being included, which broke looping over vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 9, 2024
1 parent 50bced4 commit 15fdbe7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/openfl/_Vector/VectorIterator.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("./../../_gen/openfl/_Vector/VectorIterator");
3 changes: 3 additions & 0 deletions lib/openfl/_Vector/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
VectorIterator: require("./VectorIterator").default,
}
5 changes: 5 additions & 0 deletions lib/openfl/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ module.exports = {
setTimeout: require("./utils/setTimeout").default,


_Vector: require("./_Vector"),

VectorIterator: require("./_Vector/VectorIterator").default,


Lib: require("./Lib").default,
Memory: require("./Memory").default,
Vector: require("./Vector").default,
Expand Down

0 comments on commit 15fdbe7

Please sign in to comment.