Skip to content

Instantly share code, notes, and snippets.

View bartlomieju's full-sized avatar
🦕

Bartek Iwańczuk bartlomieju

🦕
View GitHub Profile
❯ cargo run -- task
Compiling deno v1.19.2 (/Users/ib/dev/deno/cli)
Finished dev [unoptimized + debuginfo] target(s) in 20.58s
Running `target/debug/deno task`
Available tasks:
- async
sleep 1 && echo 2 &
- boolean_list
echo 1 && false || echo 2
- env_var_substitution
addEventListener("fetch", (event) => {
throw new Error("boom!");
});
addEventListener("fetch", (event) => {
while (true) {}
});
addEventListener("fetch", (event) => {
new ArrayBuffer(1 << 30);
});
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ "./src/base.ts":
/*!*********************!*\
!*** ./src/base.ts ***!
\*********************/
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {