Skip to content

Commit

Permalink
- workaround: cancel strict mode for correct prop parsing
Browse files Browse the repository at this point in the history
 - bump version
  • Loading branch information
zbryikt committed Aug 9, 2023
1 parent a583bae commit 3186426
Show file tree
Hide file tree
Showing 14 changed files with 110 additions and 34 deletions.
5 changes: 5 additions & 0 deletions CHANGLELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Logs

## v5.0.10

- workaround: cancel strict mode for correct prop parsing


## v5.0.9

- fix bug: bundler incorrect ignores `http` protocol
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ rsp.prototype = (ref$ = Object.create(Object.prototype), ref$.peekScope = functi
hash[k] = iw[k];
}
try {
iw.eval(lib.code);
iw.eval('"";' + lib.code);
} catch (e$) {
e = e$;
console.error("[@plotdb/rescope] Parse failed", {
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ rsp.prototype = (ref$ = Object.create(Object.prototype), ref$.peekScope = functi
hash[k] = iw[k];
}
try {
iw.eval(lib.code);
iw.eval('"";' + lib.code);
} catch (e$) {
e = e$;
console.error("[@plotdb/rescope] Parse failed", {
Expand Down
Loading

0 comments on commit 3186426

Please sign in to comment.