Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 17, 2024
1 parent d5c79c8 commit cc5c52d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ try {
const d1 = _ts_add_disposable_resource(env, {
[Symbol.dispose] () {}
}, false);
;
function f() {
const env = {
stack: [],
Expand Down Expand Up @@ -609,8 +610,6 @@ try {
}
}
var N;
} catch (_) {
_usingCtx.e = _;
} catch (e) {
env.error = e;
env.hasError = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ try {
const d1 = _ts_add_disposable_resource(env, {
[Symbol.dispose] () {}
}, false);
;
function f() {
const env = {
stack: [],
Expand Down Expand Up @@ -590,8 +591,6 @@ try {
}
}
var N;
} catch (_) {
_usingCtx.e = _;
} catch (e) {
env.error = e;
env.hasError = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ try {
const d1 = _ts_add_disposable_resource(env, {
[Symbol.dispose] () {}
}, false);
;
function f() {
const env = {
stack: [],
Expand Down Expand Up @@ -590,8 +591,6 @@ try {
}
}
var N;
} catch (_) {
_usingCtx.e = _;
} catch (e) {
env.error = e;
env.hasError = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ try {
return _ag.apply(this, arguments);
};
var d1 = _ts_add_disposable_resource(env, _define_property({}, Symbol.dispose, function() {}), false);
;
function _af() {
_af = _async_to_generator(function() {
var env, d3, e;
Expand Down Expand Up @@ -772,8 +773,6 @@ try {
}
}
var N;
} catch (_) {
_usingCtx.e = _;
} catch (e) {
env.error = e;
env.hasError = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ try {
const d1 = _ts_add_disposable_resource(env, {
[Symbol.dispose] () {}
}, false);
;
function f() {
const env = {
stack: [],
Expand Down Expand Up @@ -590,8 +591,6 @@ try {
}
}
var N;
} catch (_) {
_usingCtx.e = _;
} catch (e) {
env.error = e;
env.hasError = true;
Expand Down

0 comments on commit cc5c52d

Please sign in to comment.