Skip to content

Commit cf3e7dd

Browse files
headiusmatzbot
authored andcommitted
[ruby/prism] Begin splitting the Java artifact into components
* The Loader API lives under java/api. * The current native endpoint for the Prism shared library lives under java/native. * The WASM build and binding lives under java/wasm. The libraries will be released together but can be developed and snapshotted independently. Users that copy the source from the previous java/ will want to grab both java/api/src/main/java and java/native/src/main/java contents. ruby/prism@03358d5bcf
1 parent ab31326 commit cf3e7dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

prism/templates/template.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -688,9 +688,9 @@ def locals
688688
"javascript/src/deserialize.js",
689689
"javascript/src/nodes.js",
690690
"javascript/src/visitor.js",
691-
"java/org/ruby_lang/prism/Loader.java",
692-
"java/org/ruby_lang/prism/Nodes.java",
693-
"java/org/ruby_lang/prism/AbstractNodeVisitor.java",
691+
"java/api/src/main/java/org/ruby_lang/prism/Loader.java",
692+
"java/api/src/main/java/org/ruby_lang/prism/Nodes.java",
693+
"java/api/src/main/java/org/ruby_lang/prism/AbstractNodeVisitor.java",
694694
"lib/prism/compiler.rb",
695695
"lib/prism/dispatcher.rb",
696696
"lib/prism/dot_visitor.rb",

0 commit comments

Comments
 (0)