kotlin-compiler 2.1.10 → 2.1.20-Beta2

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 (54) 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-cli.jar +0 -0
  9. package/lib/kotlin-annotation-processing-compiler.jar +0 -0
  10. package/lib/kotlin-annotation-processing-runtime.jar +0 -0
  11. package/lib/kotlin-annotation-processing.jar +0 -0
  12. package/lib/kotlin-ant.jar +0 -0
  13. package/lib/kotlin-compiler.jar +0 -0
  14. package/lib/kotlin-daemon-client.jar +0 -0
  15. package/lib/kotlin-daemon.jar +0 -0
  16. package/lib/kotlin-imports-dumper-compiler-plugin.jar +0 -0
  17. package/lib/kotlin-main-kts.jar +0 -0
  18. package/lib/kotlin-metadata-jvm-sources.jar +0 -0
  19. package/lib/kotlin-metadata-jvm.jar +0 -0
  20. package/lib/kotlin-preloader.jar +0 -0
  21. package/lib/kotlin-reflect-sources.jar +0 -0
  22. package/lib/kotlin-reflect.jar +0 -0
  23. package/lib/kotlin-runner.jar +0 -0
  24. package/lib/kotlin-script-runtime.jar +0 -0
  25. package/lib/kotlin-scripting-common.jar +0 -0
  26. package/lib/kotlin-scripting-compiler-impl.jar +0 -0
  27. package/lib/kotlin-scripting-compiler.jar +0 -0
  28. package/lib/kotlin-scripting-jvm.jar +0 -0
  29. package/lib/kotlin-serialization-compiler-plugin.jar +0 -0
  30. package/lib/kotlin-stdlib-jdk7.jar +0 -0
  31. package/lib/kotlin-stdlib-jdk8.jar +0 -0
  32. package/lib/kotlin-stdlib-js-sources.jar +0 -0
  33. package/lib/kotlin-stdlib-js.klib +0 -0
  34. package/lib/kotlin-stdlib-sources.jar +0 -0
  35. package/lib/kotlin-stdlib.jar +0 -0
  36. package/lib/kotlin-test-js.klib +0 -0
  37. package/lib/kotlin-test-junit.jar +0 -0
  38. package/lib/kotlin-test-junit5.jar +0 -0
  39. package/lib/kotlin-test-testng.jar +0 -0
  40. package/lib/kotlin-test.jar +0 -0
  41. package/lib/kotlinx-coroutines-core-jvm.jar +0 -0
  42. package/lib/kotlinx-serialization-compiler-plugin.jar +0 -0
  43. package/lib/lombok-compiler-plugin.jar +0 -0
  44. package/lib/noarg-compiler-plugin.jar +0 -0
  45. package/lib/parcelize-compiler.jar +0 -0
  46. package/lib/parcelize-runtime.jar +0 -0
  47. package/lib/power-assert-compiler-plugin.jar +0 -0
  48. package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
  49. package/lib/scripting-compiler.jar +0 -0
  50. package/license/README.md +9 -9
  51. package/license/third_party/threetenbp_license.txt +29 -0
  52. package/package.json +1 -1
  53. package/lib/js.engines.jar +0 -0
  54. package/license/third_party/qunit_license.txt +0 -31
package/build.txt CHANGED
@@ -1 +1 @@
1
- 2.1.10-release-473
1
+ 2.1.20-Beta2-release-66
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
Binary file
package/license/README.md CHANGED
@@ -47,24 +47,20 @@ 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.
67
59
 
60
+ - Path: libraries/stdlib/src/kotlin/time
61
+ - License: 3-clause BSD license ([license/third_party/threetenbp_license.txt][threetenbp])
62
+ - Origin: Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
63
+
68
64
  - Path: libraries/stdlib/js/src/kotlin/UnsignedJs.kt
69
65
  - License: Apache 2 ([license/third_party/guava_license.txt][guava])
70
66
  - Origin: Derived from Guava's UnsignedLongs, (C) 2011 The Guava Authors
@@ -231,6 +227,10 @@ any distributions of the compiler, libraries or plugin:
231
227
  The following source code is used for testing the Kotlin tools and/or libraries and is not incorporated into
232
228
  any distributions of the tools or libraries:
233
229
 
230
+ - Path: libraries/stdlib/test/time
231
+ - License: 3-clause BSD license ([license/third_party/threetenbp_license.txt][threetenbp])
232
+ - Origin: Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
233
+
234
234
  - Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/PluginsDslIT.kt
235
235
  - License: Apache 2 ([license/third_party/gradle_license.txt][gradle])
236
236
  - Origin: Gradle, Copyright 2002-2017 Gradle, Inc.
@@ -290,8 +290,8 @@ any distributions of the compiler, libraries or plugin:
290
290
  [jspecify]: third_party/testdata/jspecify_license.txt
291
291
  [lombok]: third_party/testdata/lombok_license.txt
292
292
  [power-assert]: third_party/power_assert_license.txt
293
- [qunit]: third_party/qunit_license.txt
294
293
  [rhino]: third_party/rhino_LICENSE.txt
295
294
  [rxjava]: third_party/testdata/rxjava_license.txt
296
295
  [spring]: third_party/testdata/spring_license.txt
297
296
  [sun]: third_party/sun_license.txt
297
+ [threetenbp]: third_party/threetenbp_license.txt
@@ -0,0 +1,29 @@
1
+ Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos.
2
+
3
+ All rights reserved.
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions are met:
7
+
8
+ * Redistributions of source code must retain the above copyright notice,
9
+ this list of conditions and the following disclaimer.
10
+
11
+ * Redistributions in binary form must reproduce the above copyright notice,
12
+ this list of conditions and the following disclaimer in the documentation
13
+ and/or other materials provided with the distribution.
14
+
15
+ * Neither the name of JSR-310 nor the names of its contributors
16
+ may be used to endorse or promote products derived from this software
17
+ without specific prior written permission.
18
+
19
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
23
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
24
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kotlin-compiler",
3
- "version": "2.1.10",
3
+ "version": "2.1.20-Beta2",
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
- ====