@tracecode/harness 0.6.0 → 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/browser.js CHANGED
@@ -826,7 +826,7 @@ var JAVA_RUNTIME_PROFILE = {
826
826
  function: true,
827
827
  solutionMethod: true,
828
828
  opsClass: true,
829
- script: false,
829
+ script: true,
830
830
  interviewMode: true
831
831
  },
832
832
  timeouts: {
@@ -879,9 +879,9 @@ var JAVA_RUNTIME_PROFILE = {
879
879
  }
880
880
  },
881
881
  notes: [
882
- "Java currently supports the browser-local Java 17 lane for function, solution-method, and ops-class execution.",
883
- "Interview-mode Java reuses the same browser-local execution path and remains experimental in the first harness slice.",
884
- "Script-style Java is not enabled yet."
882
+ "Java currently supports the browser-local Java 17 lane for function, solution-method, ops-class, and script-style execution.",
883
+ "Interview-mode Java reuses the same browser-local execution path and remains experimental.",
884
+ 'Script-style Java uses an empty function name with executionStyle="function" and reads the top-level result variable.'
885
885
  ]
886
886
  };
887
887
  var LANGUAGE_RUNTIME_PROFILES = {