Skip to content

JS version: create appropriate project directories; modify build script, etc #61

@AndreVanDelft

Description

@AndreVanDelft

In particular, java dependencies in the VM need to be isolated:

  • synchronized
  • Thread

Like the SwingCodeExecutorAdapter is now in the subscript.swing package, these java dependencies may go to package subscript.jvm. For the JS version, we may use a package subscript.js, which should have stubs for synchronized and for the executor that ThreadedCodeFragment uses.

How will the appropriate class from either of these packages be loaded at run time? The run time should know whether it runs on JVM, JS or maybe something else. How exactly is to yet be found out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions