Files
Arian Tron 61f56f997c
Some checks failed
Test examples / Test Examples (20) (push) Has been cancelled
Test examples / Test Examples (22) (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Trigger Release / start (push) Has been cancelled
Stale issue handler / stale (push) Has been cancelled
Update Font Data / create-pull-request (push) Has been cancelled
build-and-deploy / deploy-target (push) Has been cancelled
build-and-deploy / build (push) Has been cancelled
build-and-deploy / stable - aarch64-unknown-linux-musl - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-unknown-linux-musl - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-unknown-linux-gnu - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-unknown-linux-gnu - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-pc-windows-msvc - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-pc-windows-msvc - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-apple-darwin - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-apple-darwin - node@16 (push) Has been cancelled
build-and-deploy / build-wasm (nodejs) (push) Has been cancelled
build-and-deploy / build-wasm (web) (push) Has been cancelled
build-and-deploy / Deploy preview tarball (push) Has been cancelled
build-and-deploy / Potentially publish release (push) Has been cancelled
build-and-deploy / publish-turbopack-npm-packages (push) Has been cancelled
build-and-deploy / Deploy examples (push) Has been cancelled
build-and-deploy / thank you, build (push) Has been cancelled
build-and-deploy / Upload Turbopack Bytesize metrics to Datadog (push) Has been cancelled
Rspack Next.js development integration tests / Rspack integration tests (push) Has been cancelled
Rspack Next.js production integration tests / Rspack integration tests (push) Has been cancelled
Turbopack Next.js development integration tests / Next.js integration tests (push) Has been cancelled
Turbopack Next.js production integration tests / Next.js integration tests (push) Has been cancelled
Update Rspack test manifest / Update and upload Rspack development test manifest (push) Has been cancelled
Update Rspack test manifest / Update and upload Rspack production test manifest (push) Has been cancelled
Upload bundler test manifests to areweturboyet.com / Upload test results (push) Has been cancelled
Update React / create-pull-request (push) Has been cancelled
test-e2e-project-reset-cron / reset-test-project (push) Has been cancelled
Notify about the top 15 issues/PRs/feature requests (most reacted) in the last 90 days / run (push) Has been cancelled
first commit
2026-03-10 19:37:31 +03:30

1158 lines
22 KiB
Plaintext

[
FreeVar {
var: "require",
ast_path: [
Program(
Module,
),
Module(
Body(
1,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Callee,
),
Callee(
Expr,
),
Expr(
Ident,
),
],
span: 64..71,
},
Call {
func: FreeVar(
"require",
),
args: [
Value(
Constant(
Str(
Atom(
"module",
),
),
),
),
],
ast_path: [
Program(
Module,
),
Module(
Body(
1,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
],
span: 64..81,
in_try: false,
new: false,
},
Member {
obj: Module(
ModuleValue {
module: "node:module",
annotations: ImportAnnotations {
map: {},
turbopack_loader: None,
turbopack_rename_as: None,
turbopack_module_type: None,
},
},
),
prop: Constant(
Str(
Atom(
"createRequire",
),
),
),
ast_path: [
Program(
Module,
),
Module(
Body(
2,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Callee,
),
Callee(
Expr,
),
Expr(
Member,
),
],
span: 99..122,
},
ImportedBinding {
esm_reference_index: 1,
export: Some(
"createRequire",
),
ast_path: [
Program(
Module,
),
Module(
Body(
2,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Callee,
),
Callee(
Expr,
),
Expr(
Member,
),
MemberExpr(
Obj,
),
],
span: 99..122,
},
Member {
obj: WellKnownObject(
ImportMeta,
),
prop: Constant(
Str(
Atom(
"url",
),
),
),
ast_path: [
Program(
Module,
),
Module(
Body(
2,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Args(
0,
),
),
ExprOrSpread(
Expr,
),
Expr(
Member,
),
],
span: 123..138,
},
ImportMeta {
ast_path: [
Program(
Module,
),
Module(
Body(
2,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Args(
0,
),
),
ExprOrSpread(
Expr,
),
Expr(
Member,
),
MemberExpr(
Obj,
),
Expr(
MetaProp,
),
],
span: 123..134,
},
MemberCall {
obj: Module(
ModuleValue {
module: "node:module",
annotations: ImportAnnotations {
map: {},
turbopack_loader: None,
turbopack_rename_as: None,
turbopack_module_type: None,
},
},
),
prop: Constant(
Str(
Atom(
"createRequire",
),
),
),
args: [
Value(
Member(
3,
WellKnownObject(
ImportMeta,
),
Constant(
Str(
Atom(
"url",
),
),
),
),
),
],
ast_path: [
Program(
Module,
),
Module(
Body(
2,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
],
span: 99..139,
in_try: false,
new: false,
},
Call {
func: Variable(
(
"req_ok1",
#2,
),
),
args: [
Value(
Constant(
Str(
Atom(
"./file1",
),
),
),
),
],
ast_path: [
Program(
Module,
),
Module(
Body(
3,
),
),
ModuleItem(
Stmt,
),
Stmt(
Expr,
),
ExprStmt(
Expr,
),
Expr(
Call,
),
],
span: 140..158,
in_try: false,
new: false,
},
Member {
obj: Variable(
(
"moduleRequire",
#2,
),
),
prop: Constant(
Str(
Atom(
"createRequire",
),
),
),
ast_path: [
Program(
Module,
),
Module(
Body(
4,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Callee,
),
Callee(
Expr,
),
Expr(
Member,
),
],
span: 176..203,
},
Member {
obj: WellKnownObject(
ImportMeta,
),
prop: Constant(
Str(
Atom(
"url",
),
),
),
ast_path: [
Program(
Module,
),
Module(
Body(
4,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Args(
0,
),
),
ExprOrSpread(
Expr,
),
Expr(
Member,
),
],
span: 204..219,
},
ImportMeta {
ast_path: [
Program(
Module,
),
Module(
Body(
4,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Args(
0,
),
),
ExprOrSpread(
Expr,
),
Expr(
Member,
),
MemberExpr(
Obj,
),
Expr(
MetaProp,
),
],
span: 204..215,
},
MemberCall {
obj: Variable(
(
"moduleRequire",
#2,
),
),
prop: Constant(
Str(
Atom(
"createRequire",
),
),
),
args: [
Value(
Member(
3,
WellKnownObject(
ImportMeta,
),
Constant(
Str(
Atom(
"url",
),
),
),
),
),
],
ast_path: [
Program(
Module,
),
Module(
Body(
4,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
],
span: 176..220,
in_try: false,
new: false,
},
Call {
func: Variable(
(
"req_ok2",
#2,
),
),
args: [
Value(
Constant(
Str(
Atom(
"./file2",
),
),
),
),
],
ast_path: [
Program(
Module,
),
Module(
Body(
5,
),
),
ModuleItem(
Stmt,
),
Stmt(
Expr,
),
ExprStmt(
Expr,
),
Expr(
Call,
),
],
span: 221..239,
in_try: false,
new: false,
},
Member {
obj: Variable(
(
"moduleRequire",
#2,
),
),
prop: Constant(
Str(
Atom(
"createRequire",
),
),
),
ast_path: [
Program(
Module,
),
Module(
Body(
6,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Callee,
),
Callee(
Expr,
),
Expr(
Member,
),
],
span: 257..284,
},
FreeVar {
var: "__filename",
ast_path: [
Program(
Module,
),
Module(
Body(
6,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Args(
0,
),
),
ExprOrSpread(
Expr,
),
Expr(
Ident,
),
],
span: 285..295,
},
MemberCall {
obj: Variable(
(
"moduleRequire",
#2,
),
),
prop: Constant(
Str(
Atom(
"createRequire",
),
),
),
args: [
Value(
FreeVar(
"__filename",
),
),
],
ast_path: [
Program(
Module,
),
Module(
Body(
6,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
],
span: 257..296,
in_try: false,
new: false,
},
Call {
func: Variable(
(
"req_ok3",
#2,
),
),
args: [
Value(
Constant(
Str(
Atom(
"./file3",
),
),
),
),
],
ast_path: [
Program(
Module,
),
Module(
Body(
7,
),
),
ModuleItem(
Stmt,
),
Stmt(
Expr,
),
ExprStmt(
Expr,
),
Expr(
Call,
),
],
span: 297..315,
in_try: false,
new: false,
},
Member {
obj: Variable(
(
"moduleRequire",
#2,
),
),
prop: Constant(
Str(
Atom(
"createRequire",
),
),
),
ast_path: [
Program(
Module,
),
Module(
Body(
8,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Callee,
),
Callee(
Expr,
),
Expr(
Member,
),
],
span: 335..362,
},
Member {
obj: FreeVar(
"globalThis",
),
prop: Constant(
Str(
Atom(
"foo",
),
),
),
ast_path: [
Program(
Module,
),
Module(
Body(
8,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Args(
0,
),
),
ExprOrSpread(
Expr,
),
Expr(
Member,
),
],
span: 363..377,
},
FreeVar {
var: "globalThis",
ast_path: [
Program(
Module,
),
Module(
Body(
8,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
CallExpr(
Args(
0,
),
),
ExprOrSpread(
Expr,
),
Expr(
Member,
),
MemberExpr(
Obj,
),
Expr(
Ident,
),
],
span: 363..373,
},
MemberCall {
obj: Variable(
(
"moduleRequire",
#2,
),
),
prop: Constant(
Str(
Atom(
"createRequire",
),
),
),
args: [
Value(
Member(
3,
FreeVar(
"globalThis",
),
Constant(
Str(
Atom(
"foo",
),
),
),
),
),
],
ast_path: [
Program(
Module,
),
Module(
Body(
8,
),
),
ModuleItem(
Stmt,
),
Stmt(
Decl,
),
Decl(
Var,
),
VarDecl(
Decls(
0,
),
),
VarDeclarator(
Init,
),
Expr(
Call,
),
],
span: 335..378,
in_try: false,
new: false,
},
Call {
func: Variable(
(
"req_fail1",
#2,
),
),
args: [
Value(
Constant(
Str(
Atom(
"./file4",
),
),
),
),
],
ast_path: [
Program(
Module,
),
Module(
Body(
9,
),
),
ModuleItem(
Stmt,
),
Stmt(
Expr,
),
ExprStmt(
Expr,
),
Expr(
Call,
),
],
span: 379..399,
in_try: false,
new: false,
},
]