file_path stringlengths 3 280 | file_language stringclasses 66
values | content stringlengths 1 1.04M | repo_name stringlengths 5 92 | repo_stars int64 0 154k | repo_description stringlengths 0 402 | repo_primary_language stringclasses 108
values | developer_username stringlengths 1 25 | developer_name stringlengths 0 30 | developer_company stringlengths 0 82 |
|---|---|---|---|---|---|---|---|---|---|
crates/swc/tests/tsc-references/useSharedArrayBuffer3.1.normal.js | JavaScript | //// [useSharedArrayBuffer3.ts]
var foge = new SharedArrayBuffer(1024);
var bar = foge.slice(1, 10);
var len = foge.byteLength;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/useSharedArrayBuffer3.2.minified.js | JavaScript | //// [useSharedArrayBuffer3.ts]
var foge = new SharedArrayBuffer(1024);
foge.slice(1, 10), foge.byteLength;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/useSharedArrayBuffer4.1.normal.js | JavaScript | //// [useSharedArrayBuffer4.ts]
var foge = new SharedArrayBuffer(1024);
var bar = foge.slice(1, 10);
var species = foge[Symbol.species];
var stringTag = foge[Symbol.toStringTag];
var len = foge.byteLength;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/useSharedArrayBuffer4.2.minified.js | JavaScript | //// [useSharedArrayBuffer4.ts]
var foge = new SharedArrayBuffer(1024);
foge.slice(1, 10), foge[Symbol.species], foge[Symbol.toStringTag], foge.byteLength;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/useSharedArrayBuffer5.1.normal.js | JavaScript | //// [useSharedArrayBuffer5.ts]
var foge = new SharedArrayBuffer(1024);
var species = foge[Symbol.species];
var stringTag = foge[Symbol.toStringTag];
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/useSharedArrayBuffer5.2.minified.js | JavaScript | //// [useSharedArrayBuffer5.ts]
var foge = new SharedArrayBuffer(1024);
foge[Symbol.species], foge[Symbol.toStringTag];
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/useSharedArrayBuffer6.1.normal.js | JavaScript | //// [useSharedArrayBuffer6.ts]
var foge = new SharedArrayBuffer(1024);
foge.length; // should error
var length = SharedArrayBuffer.length;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/useSharedArrayBuffer6.2.minified.js | JavaScript | //// [useSharedArrayBuffer6.ts]
new SharedArrayBuffer(1024).length, SharedArrayBuffer.length;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.1(target=es2015).1.normal.js | JavaScript | //// [usingDeclarations.1.ts]
import { _ as _async_to_generator } from "@swc/helpers/_/_async_to_generator";
import { _ as _await_async_generator } from "@swc/helpers/_/_await_async_generator";
import { _ as _wrap_async_generator } from "@swc/helpers/_/_wrap_async_generator";
import { _ as _ts_add_disposable_resource }... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.1(target=es2015).2.minified.js | JavaScript | //// [usingDeclarations.1.ts]
import "@swc/helpers/_/_async_to_generator";
import "@swc/helpers/_/_await_async_generator";
import "@swc/helpers/_/_wrap_async_generator";
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helper... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.1(target=es2017).1.normal.js | JavaScript | //// [usingDeclarations.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
const d1 = _ts_add_disposable_r... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.1(target=es2017).2.minified.js | JavaScript | //// [usingDeclarations.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
var N;
_ts_add_disposable_resour... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.1(target=es2022).1.normal.js | JavaScript | //// [usingDeclarations.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
const d1 = _ts_add_disposable_r... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.1(target=es2022).2.minified.js | JavaScript | //// [usingDeclarations.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
var N;
_ts_add_disposable_resour... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.1(target=es5).1.normal.js | JavaScript | //// [usingDeclarations.1.ts]
import { _ as _assert_this_initialized } from "@swc/helpers/_/_assert_this_initialized";
import { _ as _async_to_generator } from "@swc/helpers/_/_async_to_generator";
import { _ as _await_async_generator } from "@swc/helpers/_/_await_async_generator";
import { _ as _call_super } from "@sw... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.1(target=es5).2.minified.js | JavaScript | //// [usingDeclarations.1.ts]
import { _ as _assert_this_initialized } from "@swc/helpers/_/_assert_this_initialized";
import { _ as _async_to_generator } from "@swc/helpers/_/_async_to_generator";
import { _ as _await_async_generator } from "@swc/helpers/_/_await_async_generator";
import { _ as _call_super } from "@sw... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.1(target=esnext).1.normal.js | JavaScript | //// [usingDeclarations.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
const d1 = _ts_add_disposable_r... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.1(target=esnext).2.minified.js | JavaScript | //// [usingDeclarations.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
var N;
_ts_add_disposable_resour... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.11.1.normal.js | JavaScript | //// [usingDeclarations.11.ts]
import { _ as _assert_this_initialized } from "@swc/helpers/_/_assert_this_initialized";
import { _ as _call_super } from "@swc/helpers/_/_call_super";
import { _ as _class_call_check } from "@swc/helpers/_/_class_call_check";
import { _ as _inherits } from "@swc/helpers/_/_inherits";
imp... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.11.2.minified.js | JavaScript | //// [usingDeclarations.11.ts]
import { _ as _assert_this_initialized } from "@swc/helpers/_/_assert_this_initialized";
import { _ as _call_super } from "@swc/helpers/_/_call_super";
import { _ as _class_call_check } from "@swc/helpers/_/_class_call_check";
import { _ as _inherits } from "@swc/helpers/_/_inherits";
imp... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.12.1.normal.js | JavaScript | //// [usingDeclarations.12.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
class C1 {
constructor(){}
}
class C2 extends C1 {
constructor(){
const env = {
sta... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.12.2.minified.js | JavaScript | //// [usingDeclarations.12.ts]
import "@swc/helpers/_/_ts_add_disposable_resource";
import "@swc/helpers/_/_ts_dispose_resources";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.14.1.normal.js | JavaScript | //// [usingDeclarations.14.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
const x = _ts_add_disposable_r... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.14.2.minified.js | JavaScript | //// [usingDeclarations.14.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_add_disposable_resource(env, {}... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.15.1.normal.js | JavaScript | //// [usingDeclarations.15.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
const _ = _ts_add_disposable_r... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.15.2.minified.js | JavaScript | //// [usingDeclarations.15.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_add_disposable_resource(env, {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.2(target=es2015).1.normal.js | JavaScript | //// [usingDeclarations.2.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.2(target=es2015).2.minified.js | JavaScript | //// [usingDeclarations.2.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_ad... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.2(target=es2017).1.normal.js | JavaScript | //// [usingDeclarations.2.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.2(target=es2017).2.minified.js | JavaScript | //// [usingDeclarations.2.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_ad... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.2(target=es2022).1.normal.js | JavaScript | //// [usingDeclarations.2.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.2(target=es2022).2.minified.js | JavaScript | //// [usingDeclarations.2.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_ad... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.2(target=es5).1.normal.js | JavaScript | //// [usingDeclarations.2.ts]
import { _ as _define_property } from "@swc/helpers/_/_define_property";
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
var env = {
stack: [],
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.2(target=es5).2.minified.js | JavaScript | //// [usingDeclarations.2.ts]
import { _ as _define_property } from "@swc/helpers/_/_define_property";
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
var env = {
stack: [],
error: v... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.2(target=esnext).1.normal.js | JavaScript | //// [usingDeclarations.2.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.2(target=esnext).2.minified.js | JavaScript | //// [usingDeclarations.2.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_ad... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.3(target=es2015).1.normal.js | JavaScript | //// [usingDeclarations.3.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.3(target=es2015).2.minified.js | JavaScript | //// [usingDeclarations.3.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_ad... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.3(target=es2017).1.normal.js | JavaScript | //// [usingDeclarations.3.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.3(target=es2017).2.minified.js | JavaScript | //// [usingDeclarations.3.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_ad... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.3(target=es2022).1.normal.js | JavaScript | //// [usingDeclarations.3.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.3(target=es2022).2.minified.js | JavaScript | //// [usingDeclarations.3.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_ad... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.3(target=es5).1.normal.js | JavaScript | //// [usingDeclarations.3.ts]
import { _ as _define_property } from "@swc/helpers/_/_define_property";
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
var env = {
stack: [],
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.3(target=es5).2.minified.js | JavaScript | //// [usingDeclarations.3.ts]
import { _ as _define_property } from "@swc/helpers/_/_define_property";
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
var env = {
stack: [],
error: v... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.3(target=esnext).1.normal.js | JavaScript | //// [usingDeclarations.3.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.3(target=esnext).2.minified.js | JavaScript | //// [usingDeclarations.3.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_ad... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.4.1.normal.js | JavaScript | //// [usingDeclarations.4.ts]
{
using[a] = null;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.4.2.minified.js | JavaScript | //// [usingDeclarations.4.ts]
using[a] = null;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.9.1.normal.js | JavaScript | //// [usingDeclarations.9.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarations.9.2.minified.js | JavaScript | //// [usingDeclarations.9.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
{
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_ad... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsDeclarationEmit.1.1.normal.js | JavaScript | //// [usingDeclarationsDeclarationEmit.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
const r1 = _ts_a... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsDeclarationEmit.1.2.minified.js | JavaScript | //// [usingDeclarationsDeclarationEmit.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_add_disposable_re... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsDeclarationEmit.2.1.normal.js | JavaScript | //// [usingDeclarationsDeclarationEmit.2.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
const r1 = _ts_a... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsDeclarationEmit.2.2.minified.js | JavaScript | //// [usingDeclarationsDeclarationEmit.2.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
_ts_add_disposable_re... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInFor(target=es2015).1.normal.js | JavaScript | //// [usingDeclarationsInFor.ts]
//! x Expected ';', got 'd1'
//! ,-[2:1]
//! 1 |
//! 2 | for (using d1 = { [Symbol.dispose]() {} }, d2 = null, d3 = undefined;;) {
//! : ^^
//! 3 | }
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInFor(target=es2015).2.minified.js | JavaScript | //// [usingDeclarationsInFor.ts]
//! x Expected ';', got 'd1'
//! ,-[2:1]
//! 1 |
//! 2 | for (using d1 = { [Symbol.dispose]() {} }, d2 = null, d3 = undefined;;) {
//! : ^^
//! 3 | }
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInFor(target=es2017).1.normal.js | JavaScript | //// [usingDeclarationsInFor.ts]
//! x Expected ';', got 'd1'
//! ,-[2:1]
//! 1 |
//! 2 | for (using d1 = { [Symbol.dispose]() {} }, d2 = null, d3 = undefined;;) {
//! : ^^
//! 3 | }
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInFor(target=es2017).2.minified.js | JavaScript | //// [usingDeclarationsInFor.ts]
//! x Expected ';', got 'd1'
//! ,-[2:1]
//! 1 |
//! 2 | for (using d1 = { [Symbol.dispose]() {} }, d2 = null, d3 = undefined;;) {
//! : ^^
//! 3 | }
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInFor(target=es2022).1.normal.js | JavaScript | //// [usingDeclarationsInFor.ts]
//! x Expected ';', got 'd1'
//! ,-[2:1]
//! 1 |
//! 2 | for (using d1 = { [Symbol.dispose]() {} }, d2 = null, d3 = undefined;;) {
//! : ^^
//! 3 | }
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInFor(target=es2022).2.minified.js | JavaScript | //// [usingDeclarationsInFor.ts]
//! x Expected ';', got 'd1'
//! ,-[2:1]
//! 1 |
//! 2 | for (using d1 = { [Symbol.dispose]() {} }, d2 = null, d3 = undefined;;) {
//! : ^^
//! 3 | }
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInFor(target=es5).1.normal.js | JavaScript | //// [usingDeclarationsInFor.ts]
//! x Expected ';', got 'd1'
//! ,-[2:1]
//! 1 |
//! 2 | for (using d1 = { [Symbol.dispose]() {} }, d2 = null, d3 = undefined;;) {
//! : ^^
//! 3 | }
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInFor(target=es5).2.minified.js | JavaScript | //// [usingDeclarationsInFor.ts]
//! x Expected ';', got 'd1'
//! ,-[2:1]
//! 1 |
//! 2 | for (using d1 = { [Symbol.dispose]() {} }, d2 = null, d3 = undefined;;) {
//! : ^^
//! 3 | }
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInFor(target=esnext).1.normal.js | JavaScript | //// [usingDeclarationsInFor.ts]
//! x Expected ';', got 'd1'
//! ,-[2:1]
//! 1 |
//! 2 | for (using d1 = { [Symbol.dispose]() {} }, d2 = null, d3 = undefined;;) {
//! : ^^
//! 3 | }
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInFor(target=esnext).2.minified.js | JavaScript | //// [usingDeclarationsInFor.ts]
//! x Expected ';', got 'd1'
//! ,-[2:1]
//! 1 |
//! 2 | for (using d1 = { [Symbol.dispose]() {} }, d2 = null, d3 = undefined;;) {
//! : ^^
//! 3 | }
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForAwaitOf(target=es2015).1.normal.js | JavaScript | //// [usingDeclarationsInForAwaitOf.ts]
import { _ as _async_iterator } from "@swc/helpers/_/_async_iterator";
import { _ as _async_to_generator } from "@swc/helpers/_/_async_to_generator";
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForAwaitOf(target=es2015).2.minified.js | JavaScript | //// [usingDeclarationsInForAwaitOf.ts]
import "@swc/helpers/_/_async_iterator";
import "@swc/helpers/_/_async_to_generator";
import "@swc/helpers/_/_ts_add_disposable_resource";
import "@swc/helpers/_/_ts_dispose_resources";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForAwaitOf(target=es2017).1.normal.js | JavaScript | //// [usingDeclarationsInForAwaitOf.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
async function main() {
for await (const _ of [
{
[Symbol.dispose] () {}
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForAwaitOf(target=es2017).2.minified.js | JavaScript | //// [usingDeclarationsInForAwaitOf.ts]
import "@swc/helpers/_/_ts_add_disposable_resource";
import "@swc/helpers/_/_ts_dispose_resources";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForAwaitOf(target=es2022).1.normal.js | JavaScript | //// [usingDeclarationsInForAwaitOf.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
async function main() {
for await (const _ of [
{
[Symbol.dispose] () {}
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForAwaitOf(target=es2022).2.minified.js | JavaScript | //// [usingDeclarationsInForAwaitOf.ts]
import "@swc/helpers/_/_ts_add_disposable_resource";
import "@swc/helpers/_/_ts_dispose_resources";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForAwaitOf(target=es5).1.normal.js | JavaScript | //// [usingDeclarationsInForAwaitOf.ts]
import { _ as _async_iterator } from "@swc/helpers/_/_async_iterator";
import { _ as _async_to_generator } from "@swc/helpers/_/_async_to_generator";
import { _ as _define_property } from "@swc/helpers/_/_define_property";
import { _ as _ts_generator } from "@swc/helpers/_/_ts_ge... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForAwaitOf(target=es5).2.minified.js | JavaScript | //// [usingDeclarationsInForAwaitOf.ts]
import "@swc/helpers/_/_async_iterator";
import "@swc/helpers/_/_async_to_generator";
import "@swc/helpers/_/_define_property";
import "@swc/helpers/_/_ts_generator";
import "@swc/helpers/_/_ts_add_disposable_resource";
import "@swc/helpers/_/_ts_dispose_resources";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForAwaitOf(target=esnext).1.normal.js | JavaScript | //// [usingDeclarationsInForAwaitOf.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
async function main() {
for await (const _ of [
{
[Symbol.dispose] () {}
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForAwaitOf(target=esnext).2.minified.js | JavaScript | //// [usingDeclarationsInForAwaitOf.ts]
import "@swc/helpers/_/_ts_add_disposable_resource";
import "@swc/helpers/_/_ts_dispose_resources";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForOf.1(target=es2015).1.normal.js | JavaScript | //// [usingDeclarationsInForOf.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
for (const _ of [
{
[Symbol.dispose] () {}
},
null,
undefined
]){
const env =... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForOf.1(target=es2015).2.minified.js | JavaScript | //// [usingDeclarationsInForOf.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
for (let _ of [
{
[Symbol.dispose] () {}
},
null,
void 0
]){
let env = {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForOf.1(target=es2017).1.normal.js | JavaScript | //// [usingDeclarationsInForOf.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
for (const _ of [
{
[Symbol.dispose] () {}
},
null,
undefined
]){
const env =... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForOf.1(target=es2017).2.minified.js | JavaScript | //// [usingDeclarationsInForOf.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
for (let _ of [
{
[Symbol.dispose] () {}
},
null,
void 0
]){
let env = {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForOf.1(target=es2022).1.normal.js | JavaScript | //// [usingDeclarationsInForOf.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
for (const _ of [
{
[Symbol.dispose] () {}
},
null,
undefined
]){
const env =... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForOf.1(target=es2022).2.minified.js | JavaScript | //// [usingDeclarationsInForOf.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
for (let _ of [
{
[Symbol.dispose] () {}
},
null,
void 0
]){
let env = {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForOf.1(target=es5).1.normal.js | JavaScript | //// [usingDeclarationsInForOf.1.ts]
import { _ as _define_property } from "@swc/helpers/_/_define_property";
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
for(var _i = 0, _iter = [
_d... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForOf.1(target=es5).2.minified.js | JavaScript | //// [usingDeclarationsInForOf.1.ts]
import { _ as _define_property } from "@swc/helpers/_/_define_property";
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
for(var _i = 0, _iter = [
_d... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForOf.1(target=esnext).1.normal.js | JavaScript | //// [usingDeclarationsInForOf.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
for (const _ of [
{
[Symbol.dispose] () {}
},
null,
undefined
]){
const env =... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsInForOf.1(target=esnext).2.minified.js | JavaScript | //// [usingDeclarationsInForOf.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
for (let _ of [
{
[Symbol.dispose] () {}
},
null,
void 0
]){
let env = {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsNamedEvaluationDecoratorsAndClassFields.1.normal.js | JavaScript | //// [usingDeclarationsNamedEvaluationDecoratorsAndClassFields.ts]
//! x Expression expected
//! ,-[15:1]
//! 12 | static [Symbol.dispose]() {}
//! 13 | };
//! 14 |
//! 15 | using C3 = @dec class {
//! : ^
//! 16 | static [Symbol.dispose]() {}
//! 17 | };
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsNamedEvaluationDecoratorsAndClassFields.2.minified.js | JavaScript | //// [usingDeclarationsNamedEvaluationDecoratorsAndClassFields.ts]
//! x Expression expected
//! ,-[15:1]
//! 12 | static [Symbol.dispose]() {}
//! 13 | };
//! 14 |
//! 15 | using C3 = @dec class {
//! : ^
//! 16 | static [Symbol.dispose]() {}
//! 17 | };
//! `----
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.1(module=amd).1.normal.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.1.ts]
define([
"require",
"exports",
"@swc/helpers/_/_ts_add_disposable_resource",
"@swc/helpers/_/_ts_dispose_resources"
], function(require, exports, _ts_add_disposable_resource, _ts_dispose_resources) {
"use strict";
Object.defineProperty(exports, "__es... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.1(module=amd).2.minified.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.1.ts]
define([
"require",
"exports",
"@swc/helpers/_/_ts_add_disposable_resource",
"@swc/helpers/_/_ts_dispose_resources"
], function(require, exports, _ts_add_disposable_resource, _ts_dispose_resources) {
Object.defineProperty(exports, "__esModule", {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.1(module=commonjs).1.normal.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.1.ts]
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
default: function... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.1(module=commonjs).2.minified.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.1.ts]
Object.defineProperty(exports, "__esModule", {
value: !0
}), function(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: !0,
get: all[name]
});
}(exports, {
default: function() {
return _default;
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.1(module=es6).1.normal.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
const z = _ts_a... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.1(module=es6).2.minified.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.1.ts]
import { _ as _ts_add_disposable_resource } from "@swc/helpers/_/_ts_add_disposable_resource";
import { _ as _ts_dispose_resources } from "@swc/helpers/_/_ts_dispose_resources";
let env = {
stack: [],
error: void 0,
hasError: !1
};
try {
let z = _ts_add_disp... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.1(module=system).1.normal.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.1.ts]
System.register([
"@swc/helpers/_/_ts_add_disposable_resource",
"@swc/helpers/_/_ts_dispose_resources"
], function(_export, _context) {
"use strict";
var _ts_add_disposable_resource, _ts_dispose_resources, env, x, w;
return {
setters: [
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.1(module=system).2.minified.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.1.ts]
System.register([
"@swc/helpers/_/_ts_add_disposable_resource",
"@swc/helpers/_/_ts_dispose_resources"
], function(_export, _context) {
var _ts_add_disposable_resource, _ts_dispose_resources, env, x, w;
return {
setters: [
function(_ts_ad... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.2(module=amd).1.normal.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.2.ts]
define([
"require",
"@swc/helpers/_/_ts_add_disposable_resource",
"@swc/helpers/_/_ts_dispose_resources"
], function(require, _ts_add_disposable_resource, _ts_dispose_resources) {
"use strict";
const env = {
stack: [],
error: void 0,
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.2(module=amd).2.minified.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.2.ts]
define([
"require",
"@swc/helpers/_/_ts_add_disposable_resource",
"@swc/helpers/_/_ts_dispose_resources"
], function(require, _ts_add_disposable_resource, _ts_dispose_resources) {
let env = {
stack: [],
error: void 0,
hasError: !1
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.2(module=commonjs).1.normal.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.2.ts]
"use strict";
const _ts_add_disposable_resource = require("@swc/helpers/_/_ts_add_disposable_resource");
const _ts_dispose_resources = require("@swc/helpers/_/_ts_dispose_resources");
const env = {
stack: [],
error: void 0,
hasError: false
};
try {
const z =... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.2(module=commonjs).2.minified.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.2.ts]
const _ts_add_disposable_resource = require("@swc/helpers/_/_ts_add_disposable_resource"), _ts_dispose_resources = require("@swc/helpers/_/_ts_dispose_resources"), env = {
stack: [],
error: void 0,
hasError: !1
};
try {
let z = _ts_add_disposable_resource._(... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.3(module=amd).1.normal.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.3.ts]
define([
"require",
"exports",
"@swc/helpers/_/_ts_add_disposable_resource",
"@swc/helpers/_/_ts_dispose_resources"
], function(require, exports, _ts_add_disposable_resource, _ts_dispose_resources) {
"use strict";
Object.defineProperty(exports, "__es... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc/tests/tsc-references/usingDeclarationsTopLevelOfModule.3(module=amd).2.minified.js | JavaScript | //// [usingDeclarationsTopLevelOfModule.3.ts]
define([
"require",
"exports",
"@swc/helpers/_/_ts_add_disposable_resource",
"@swc/helpers/_/_ts_dispose_resources"
], function(require, exports, _ts_add_disposable_resource, _ts_dispose_resources) {
Object.defineProperty(exports, "__esModule", {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.