kotlin-compiler 2.0.21 → 2.1.0-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.jar +0 -0
  7. package/lib/js.engines.jar +0 -0
  8. package/lib/jvm-abi-gen.jar +0 -0
  9. package/lib/kotlin-annotation-processing-cli.jar +0 -0
  10. package/lib/kotlin-annotation-processing-compiler.jar +0 -0
  11. package/lib/kotlin-annotation-processing-runtime.jar +0 -0
  12. package/lib/kotlin-annotation-processing.jar +0 -0
  13. package/lib/kotlin-annotations-jvm-sources.jar +0 -0
  14. package/lib/kotlin-annotations-jvm.jar +0 -0
  15. package/lib/kotlin-ant.jar +0 -0
  16. package/lib/kotlin-compiler.jar +0 -0
  17. package/lib/kotlin-daemon-client.jar +0 -0
  18. package/lib/kotlin-daemon.jar +0 -0
  19. package/lib/kotlin-imports-dumper-compiler-plugin.jar +0 -0
  20. package/lib/kotlin-main-kts.jar +0 -0
  21. package/lib/kotlin-preloader.jar +0 -0
  22. package/lib/kotlin-reflect-sources.jar +0 -0
  23. package/lib/kotlin-reflect.jar +0 -0
  24. package/lib/kotlin-runner.jar +0 -0
  25. package/lib/kotlin-script-runtime-sources.jar +0 -0
  26. package/lib/kotlin-script-runtime.jar +0 -0
  27. package/lib/kotlin-scripting-common.jar +0 -0
  28. package/lib/kotlin-scripting-compiler-impl.jar +0 -0
  29. package/lib/kotlin-scripting-compiler.jar +0 -0
  30. package/lib/kotlin-scripting-jvm.jar +0 -0
  31. package/lib/kotlin-serialization-compiler-plugin.jar +0 -0
  32. package/lib/kotlin-stdlib-jdk7.jar +0 -0
  33. package/lib/kotlin-stdlib-jdk8.jar +0 -0
  34. package/lib/kotlin-stdlib-js-sources.jar +0 -0
  35. package/lib/kotlin-stdlib-js.klib +0 -0
  36. package/lib/kotlin-stdlib-sources.jar +0 -0
  37. package/lib/kotlin-stdlib.jar +0 -0
  38. package/lib/kotlin-test-js.klib +0 -0
  39. package/lib/kotlin-test-junit.jar +0 -0
  40. package/lib/kotlin-test-junit5.jar +0 -0
  41. package/lib/kotlin-test-testng.jar +0 -0
  42. package/lib/kotlin-test.jar +0 -0
  43. package/lib/kotlinx-serialization-compiler-plugin.jar +0 -0
  44. package/lib/lombok-compiler-plugin.jar +0 -0
  45. package/lib/noarg-compiler-plugin.jar +0 -0
  46. package/lib/parcelize-compiler.jar +0 -0
  47. package/lib/parcelize-runtime.jar +0 -0
  48. package/lib/power-assert-compiler-plugin.jar +0 -0
  49. package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
  50. package/lib/scripting-compiler.jar +0 -0
  51. package/license/README.md +1 -20
  52. package/package.json +1 -1
  53. package/bin/kotlin-dce-js +0 -11
  54. package/bin/kotlin-dce-js.bat +0 -9
package/build.txt CHANGED
@@ -1 +1 @@
1
- 2.0.21-release-482
1
+ 2.1.0-Beta2-release-204
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
@@ -7,7 +7,7 @@ may apply:
7
7
  The following modules contain third-party code and are incorporated into the Kotlin compiler and/or
8
8
  the Kotlin IntelliJ IDEA plugin:
9
9
 
10
- - Path: compiler/backend/src/org/jetbrains/kotlin/codegen/inline/MaxStackFrameSizeAndLocalsCalculator.java
10
+ - Path: compiler/backend/src/org/jetbrains/kotlin/codegen/inline/MaxStackFrameSizeAndLocalsCalculator.kt
11
11
  - License: BSD ([license/third_party/asm_license.txt][asm])
12
12
  - Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom
13
13
 
@@ -257,25 +257,6 @@ any distributions of the tools or libraries:
257
257
  - Path: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/nodejs/Platform.kt
258
258
  - License: Apache License 2.0 ([license/third_party/gradle-node-plugin_LICENSE.txt](third_party/gradle-node-plugin_LICENSE.txt))
259
259
  - Origin: Copyright (c) 2013 node-gradle/gradle-node-plugin
260
-
261
- - Path: libraries/tools/kotlin-test-js-runner/karma-kotlin-reporter.js
262
- - License: MIT ([license/third_party/karma_LICENSE.txt](third_party/karma_LICENSE.txt)
263
- and [license/third_party/karma-teamcity-reporter_LICENSE.txt](third_party/karma-teamcity-reporter_LICENSE.txt))
264
- - Origin: Copyright (C) 2011-2019 Google, Inc. and Copyright (C) 2011-2013 Vojta Jína and contributors.
265
-
266
- - Path: libraries/tools/kotlin-test-js-runner/mocha-kotlin-reporter.js
267
- - License: MIT ([license/third_party/mocha-teamcity-reporter_LICENSE.txt](third_party/mocha-teamcity-reporter_LICENSE.txt))
268
- - Origin: Copyright (c) 2016 Jamie Sherriff
269
-
270
- - Path: libraries/tools/kotlin-test-js-runner/src/utils.ts
271
- - License: MIT ([license/third_party/teamcity-service-messages_LICENSE.txt](third_party/teamcity-service-messages_LICENSE.txt)
272
- and [license/third_party/lodash_LICENSE.txt](third_party/lodash_LICENSE.txt))
273
- - Origin: Copyright (c) 2013 Aaron Forsander and Copyright JS Foundation and other contributors <https://js.foundation/>
274
-
275
- - Path: libraries/tools/kotlin-test-js-runner/src/teamcity-format.js
276
- - License: MIT ([license/third_party/mocha-teamcity-reporter_LICENSE.txt](third_party/mocha-teamcity-reporter_LICENSE.txt)
277
- and [license/third_party/teamcity-service-messages_LICENSE.txt](third_party/teamcity-service-messages_LICENSE.txt))
278
- - Origin: Copyright (c) 2016 Jamie Sherriff and Copyright (c) 2013 Aaron Forsander
279
260
 
280
261
  ## Example Code
281
262
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kotlin-compiler",
3
- "version": "2.0.21",
3
+ "version": "2.1.0-Beta2",
4
4
  "description": "Kotlin compiler",
5
5
  "repository": {
6
6
  "type": "git",
package/bin/kotlin-dce-js DELETED
@@ -1,11 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- # Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors.
4
- # Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
5
-
6
- export KOTLIN_COMPILER=org.jetbrains.kotlin.cli.js.dce.K2JSDce
7
-
8
- DIR="${BASH_SOURCE[0]%/*}"
9
- : ${DIR:="."}
10
-
11
- "${DIR}"/kotlinc "$@"
@@ -1,9 +0,0 @@
1
- @echo off
2
-
3
- rem Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors.
4
- rem Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
5
-
6
- setlocal
7
- set _KOTLIN_COMPILER=org.jetbrains.kotlin.cli.js.dce.K2JSDce
8
-
9
- call %~dps0kotlinc.bat %*