JS: drop support of old library format
This commit is contained in:
BIN
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
package library.sample
|
||||
|
||||
public fun pairAdd(p: Pair<Int, Int>): Int = p.first + p.second
|
||||
|
||||
public fun pairMul(p: Pair<Int, Int>): Int = p.first * p.second
|
||||
|
||||
public data class IntHolder(val value: Int)
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
# jslib
|
||||
|
||||
Path to sources: `compiler/testData/cli/js/jslib`
|
||||
|
||||
`folderAsLib/LibraryExample.js`, `folderAsLib/LibraryExample.meta.js` and `LibraryExample.jar` should be updated after changing some files in source folder.
|
||||
Reference in New Issue
Block a user