[init]
This commit is contained in:
12
old_jalangi/jalangi_test_src/jalangiinstrument.cjs
Normal file
12
old_jalangi/jalangi_test_src/jalangiinstrument.cjs
Normal file
@@ -0,0 +1,12 @@
|
||||
// not supported
|
||||
var {existsSync} = require('node:fs');
|
||||
var process = require('process');
|
||||
|
||||
console.log('a')
|
||||
|
||||
function x(){
|
||||
return {x:3};
|
||||
}
|
||||
|
||||
var newLocal = existsSync("./package.json");
|
||||
console.log(`Read some data`,newLocal);
|
Reference in New Issue
Block a user