Skip to content

Commit

Permalink
Async
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Oct 19, 2022
1 parent 4166038 commit e9527bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const abaplint = require("./node_modules/@abaplint/runtime/build/src/index");

const abap = new abaplint.ABAP();

// const AsyncFunction = new Function(`return Object.getPrototypeOf(async function(){}).constructor`)();
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunction
const AsyncFunction = (async function () { }).constructor;

Expand Down
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const abaplint = require("./node_modules/@abaplint/runtime/build/src/index");

const abap = new abaplint.ABAP();

// const AsyncFunction = new Function(`return Object.getPrototypeOf(async function(){}).constructor`)();
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunction
const AsyncFunction = (async function () { }).constructor;

Expand Down

0 comments on commit e9527bc

Please sign in to comment.