kotlin-compiler 2.1.0-RC2 → 2.1.20-Beta1

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.
Files changed (50) hide show
  1. package/build.txt +1 -1
  2. package/lib/allopen-compiler-plugin.jar +0 -0
  3. package/lib/android-extensions-compiler.jar +0 -0
  4. package/lib/android-extensions-runtime.jar +0 -0
  5. package/lib/assignment-compiler-plugin.jar +0 -0
  6. package/lib/compose-compiler-plugin.jar +0 -0
  7. package/lib/jvm-abi-gen.jar +0 -0
  8. package/lib/kotlin-annotation-processing-compiler.jar +0 -0
  9. package/lib/kotlin-annotation-processing-runtime.jar +0 -0
  10. package/lib/kotlin-annotation-processing.jar +0 -0
  11. package/lib/kotlin-ant.jar +0 -0
  12. package/lib/kotlin-compiler.jar +0 -0
  13. package/lib/kotlin-daemon-client.jar +0 -0
  14. package/lib/kotlin-daemon.jar +0 -0
  15. package/lib/kotlin-imports-dumper-compiler-plugin.jar +0 -0
  16. package/lib/kotlin-main-kts.jar +0 -0
  17. package/lib/kotlin-preloader.jar +0 -0
  18. package/lib/kotlin-reflect-sources.jar +0 -0
  19. package/lib/kotlin-reflect.jar +0 -0
  20. package/lib/kotlin-runner.jar +0 -0
  21. package/lib/kotlin-script-runtime.jar +0 -0
  22. package/lib/kotlin-scripting-common.jar +0 -0
  23. package/lib/kotlin-scripting-compiler-impl.jar +0 -0
  24. package/lib/kotlin-scripting-compiler.jar +0 -0
  25. package/lib/kotlin-scripting-jvm.jar +0 -0
  26. package/lib/kotlin-serialization-compiler-plugin.jar +0 -0
  27. package/lib/kotlin-stdlib-jdk7.jar +0 -0
  28. package/lib/kotlin-stdlib-jdk8.jar +0 -0
  29. package/lib/kotlin-stdlib-js-sources.jar +0 -0
  30. package/lib/kotlin-stdlib-js.klib +0 -0
  31. package/lib/kotlin-stdlib-sources.jar +0 -0
  32. package/lib/kotlin-stdlib.jar +0 -0
  33. package/lib/kotlin-test-js.klib +0 -0
  34. package/lib/kotlin-test-junit.jar +0 -0
  35. package/lib/kotlin-test-junit5.jar +0 -0
  36. package/lib/kotlin-test-testng.jar +0 -0
  37. package/lib/kotlin-test.jar +0 -0
  38. package/lib/kotlinx-coroutines-core-jvm.jar +0 -0
  39. package/lib/kotlinx-serialization-compiler-plugin.jar +0 -0
  40. package/lib/lombok-compiler-plugin.jar +0 -0
  41. package/lib/noarg-compiler-plugin.jar +0 -0
  42. package/lib/parcelize-compiler.jar +0 -0
  43. package/lib/parcelize-runtime.jar +0 -0
  44. package/lib/power-assert-compiler-plugin.jar +0 -0
  45. package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
  46. package/lib/scripting-compiler.jar +0 -0
  47. package/license/README.md +0 -9
  48. package/package.json +1 -1
  49. package/lib/js.engines.jar +0 -0
  50. package/license/third_party/qunit_license.txt +0 -31
package/build.txt CHANGED
@@ -1 +1 @@
1
- 2.1.0-RC2-release-382
1
+ 2.1.20-Beta1-release-34
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/license/README.md CHANGED
@@ -47,20 +47,12 @@ the Kotlin IntelliJ IDEA plugin:
47
47
  - License: BSD ([license/third_party/dart_LICENSE.txt][dart])
48
48
  - Origin: Originally part of the Dart compiler, (c) 2011 the Dart Project Authors,
49
49
 
50
- - Path: js/js.inliner/src/org/jetbrains/kotlin/js/inline/FunctionInlineMutator.kt
51
- - License: BSD ([license/third_party/dart_LICENSE.txt][dart])
52
- - Origin: Originally part of the Dart compiler, (c) 2011 the Dart Project Authors,
53
-
54
50
  - Path: js/js.parser/src/com/google
55
51
  - License: Netscape Public License 1.1 ([license/third_party/rhino_LICENSE.txt][rhino])
56
52
  - Origin: Originally part of GWT, (C) 2007-08 Google Inc., distributed under the Apache 2 license. The code
57
53
  is derived from Rhino, (C) 1997-1999 Netscape Communications Corporation, distributed under the
58
54
  Netscape Public License.
59
55
 
60
- - Path: js/js.translator/qunit/qunit.js
61
- - License: MIT ([license/third_party/qunit_license.txt][qunit])
62
- - Origin: QUnit, Copyright (c) 2012 John Resig, Jörn Zaefferer,
63
-
64
56
  - Path: libraries/stdlib/src/kotlin/collections
65
57
  - License: Apache 2 ([license/third_party/gwt_license.txt][gwt])
66
58
  - Origin: Derived from GWT, (C) 2007-08 Google Inc.
@@ -290,7 +282,6 @@ any distributions of the compiler, libraries or plugin:
290
282
  [jspecify]: third_party/testdata/jspecify_license.txt
291
283
  [lombok]: third_party/testdata/lombok_license.txt
292
284
  [power-assert]: third_party/power_assert_license.txt
293
- [qunit]: third_party/qunit_license.txt
294
285
  [rhino]: third_party/rhino_LICENSE.txt
295
286
  [rxjava]: third_party/testdata/rxjava_license.txt
296
287
  [spring]: third_party/testdata/spring_license.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kotlin-compiler",
3
- "version": "2.1.0-RC2",
3
+ "version": "2.1.20-Beta1",
4
4
  "description": "Kotlin compiler",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
@@ -1,31 +0,0 @@
1
- Copyright JS Foundation and other contributors, https://js.foundation
2
-
3
- This software consists of voluntary contributions made by many
4
- individuals. For exact contribution history, see the revision history
5
- available at https://github.com/qunitjs/qunit
6
-
7
- The following license applies to all parts of this software except as
8
- documented below:
9
-
10
- ====
11
-
12
- Permission is hereby granted, free of charge, to any person obtaining
13
- a copy of this software and associated documentation files (the
14
- "Software"), to deal in the Software without restriction, including
15
- without limitation the rights to use, copy, modify, merge, publish,
16
- distribute, sublicense, and/or sell copies of the Software, and to
17
- permit persons to whom the Software is furnished to do so, subject to
18
- the following conditions:
19
-
20
- The above copyright notice and this permission notice shall be
21
- included in all copies or substantial portions of the Software.
22
-
23
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
27
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
28
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
29
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30
-
31
- ====