mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-18 10:53:43 +01:00
Removed debug logging statement for ram parser AST
This commit is contained in:
1
dist/engine.bundle.js
vendored
1
dist/engine.bundle.js
vendored
@ -25626,7 +25626,6 @@ function parseOnlyRamCalculate(server, code, workerScript) {
|
|||||||
// onto the main reference map, and a list of modules that need to be parsed.
|
// onto the main reference map, and a list of modules that need to be parsed.
|
||||||
function parseOnlyCalculateDeps(code, currentModule) {
|
function parseOnlyCalculateDeps(code, currentModule) {
|
||||||
const ast = Object(_utils_acorn_js__WEBPACK_IMPORTED_MODULE_12__["parse"])(code, {sourceType:"module", ecmaVersion: 8});
|
const ast = Object(_utils_acorn_js__WEBPACK_IMPORTED_MODULE_12__["parse"])(code, {sourceType:"module", ecmaVersion: 8});
|
||||||
console.log(ast);
|
|
||||||
|
|
||||||
// Everything from the global scope goes in ".". Everything else goes in ".function", where only
|
// Everything from the global scope goes in ".". Everything else goes in ".function", where only
|
||||||
// the outermost layer of functions counts.
|
// the outermost layer of functions counts.
|
||||||
|
1
dist/tests.bundle.js
vendored
1
dist/tests.bundle.js
vendored
@ -25626,7 +25626,6 @@ function parseOnlyRamCalculate(server, code, workerScript) {
|
|||||||
// onto the main reference map, and a list of modules that need to be parsed.
|
// onto the main reference map, and a list of modules that need to be parsed.
|
||||||
function parseOnlyCalculateDeps(code, currentModule) {
|
function parseOnlyCalculateDeps(code, currentModule) {
|
||||||
const ast = Object(_utils_acorn_js__WEBPACK_IMPORTED_MODULE_12__["parse"])(code, {sourceType:"module", ecmaVersion: 8});
|
const ast = Object(_utils_acorn_js__WEBPACK_IMPORTED_MODULE_12__["parse"])(code, {sourceType:"module", ecmaVersion: 8});
|
||||||
console.log(ast);
|
|
||||||
|
|
||||||
// Everything from the global scope goes in ".". Everything else goes in ".function", where only
|
// Everything from the global scope goes in ".". Everything else goes in ".function", where only
|
||||||
// the outermost layer of functions counts.
|
// the outermost layer of functions counts.
|
||||||
|
@ -484,7 +484,6 @@ function parseOnlyRamCalculate(server, code, workerScript) {
|
|||||||
// onto the main reference map, and a list of modules that need to be parsed.
|
// onto the main reference map, and a list of modules that need to be parsed.
|
||||||
function parseOnlyCalculateDeps(code, currentModule) {
|
function parseOnlyCalculateDeps(code, currentModule) {
|
||||||
const ast = parse(code, {sourceType:"module", ecmaVersion: 8});
|
const ast = parse(code, {sourceType:"module", ecmaVersion: 8});
|
||||||
console.log(ast);
|
|
||||||
|
|
||||||
// Everything from the global scope goes in ".". Everything else goes in ".function", where only
|
// Everything from the global scope goes in ".". Everything else goes in ".function", where only
|
||||||
// the outermost layer of functions counts.
|
// the outermost layer of functions counts.
|
||||||
|
Reference in New Issue
Block a user