@tracecode/harness 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1341,7 +1341,7 @@ var JAVA_RUNTIME_PROFILE = {
1341
1341
  function: true,
1342
1342
  solutionMethod: true,
1343
1343
  opsClass: true,
1344
- script: false,
1344
+ script: true,
1345
1345
  interviewMode: true
1346
1346
  },
1347
1347
  timeouts: {
@@ -1394,9 +1394,9 @@ var JAVA_RUNTIME_PROFILE = {
1394
1394
  }
1395
1395
  },
1396
1396
  notes: [
1397
- "Java currently supports the browser-local Java 17 lane for function, solution-method, and ops-class execution.",
1398
- "Interview-mode Java reuses the same browser-local execution path and remains experimental in the first harness slice.",
1399
- "Script-style Java is not enabled yet."
1397
+ "Java currently supports the browser-local Java 17 lane for function, solution-method, ops-class, and script-style execution.",
1398
+ "Interview-mode Java reuses the same browser-local execution path and remains experimental.",
1399
+ 'Script-style Java uses an empty function name with executionStyle="function" and reads the top-level result variable.'
1400
1400
  ]
1401
1401
  };
1402
1402
  var LANGUAGE_RUNTIME_PROFILES = {