diff options
Diffstat (limited to 'lib/internal/breakLoop.js')
-rw-r--r-- | lib/internal/breakLoop.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/internal/breakLoop.js b/lib/internal/breakLoop.js new file mode 100644 index 0000000..6bb216e --- /dev/null +++ b/lib/internal/breakLoop.js @@ -0,0 +1,3 @@ +// A temporary value used to identify if the loop should be broken. +// See #1064, #1293 +export default {};
\ No newline at end of file |