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.
- package/build.txt +1 -1
- package/lib/allopen-compiler-plugin.jar +0 -0
- package/lib/android-extensions-compiler.jar +0 -0
- package/lib/android-extensions-runtime.jar +0 -0
- package/lib/assignment-compiler-plugin.jar +0 -0
- package/lib/compose-compiler.jar +0 -0
- package/lib/js.engines.jar +0 -0
- package/lib/jvm-abi-gen.jar +0 -0
- package/lib/kotlin-annotation-processing-cli.jar +0 -0
- package/lib/kotlin-annotation-processing-compiler.jar +0 -0
- package/lib/kotlin-annotation-processing-runtime.jar +0 -0
- package/lib/kotlin-annotation-processing.jar +0 -0
- package/lib/kotlin-annotations-jvm-sources.jar +0 -0
- package/lib/kotlin-annotations-jvm.jar +0 -0
- package/lib/kotlin-ant.jar +0 -0
- package/lib/kotlin-compiler.jar +0 -0
- package/lib/kotlin-daemon-client.jar +0 -0
- package/lib/kotlin-daemon.jar +0 -0
- package/lib/kotlin-imports-dumper-compiler-plugin.jar +0 -0
- package/lib/kotlin-main-kts.jar +0 -0
- package/lib/kotlin-preloader.jar +0 -0
- package/lib/kotlin-reflect-sources.jar +0 -0
- package/lib/kotlin-reflect.jar +0 -0
- package/lib/kotlin-runner.jar +0 -0
- package/lib/kotlin-script-runtime-sources.jar +0 -0
- package/lib/kotlin-script-runtime.jar +0 -0
- package/lib/kotlin-scripting-common.jar +0 -0
- package/lib/kotlin-scripting-compiler-impl.jar +0 -0
- package/lib/kotlin-scripting-compiler.jar +0 -0
- package/lib/kotlin-scripting-jvm.jar +0 -0
- package/lib/kotlin-serialization-compiler-plugin.jar +0 -0
- package/lib/kotlin-stdlib-jdk7.jar +0 -0
- package/lib/kotlin-stdlib-jdk8.jar +0 -0
- package/lib/kotlin-stdlib-js-sources.jar +0 -0
- package/lib/kotlin-stdlib-js.klib +0 -0
- package/lib/kotlin-stdlib-sources.jar +0 -0
- package/lib/kotlin-stdlib.jar +0 -0
- package/lib/kotlin-test-js.klib +0 -0
- package/lib/kotlin-test-junit.jar +0 -0
- package/lib/kotlin-test-junit5.jar +0 -0
- package/lib/kotlin-test-testng.jar +0 -0
- package/lib/kotlin-test.jar +0 -0
- package/lib/kotlinx-serialization-compiler-plugin.jar +0 -0
- package/lib/lombok-compiler-plugin.jar +0 -0
- package/lib/noarg-compiler-plugin.jar +0 -0
- package/lib/parcelize-compiler.jar +0 -0
- package/lib/parcelize-runtime.jar +0 -0
- package/lib/power-assert-compiler-plugin.jar +0 -0
- package/lib/sam-with-receiver-compiler-plugin.jar +0 -0
- package/lib/scripting-compiler.jar +0 -0
- package/license/README.md +1 -20
- package/package.json +1 -1
- package/bin/kotlin-dce-js +0 -11
- package/bin/kotlin-dce-js.bat +0 -9
package/build.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0
|
|
1
|
+
2.1.0-Beta2-release-204
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/compose-compiler.jar
CHANGED
|
Binary file
|
package/lib/js.engines.jar
CHANGED
|
Binary file
|
package/lib/jvm-abi-gen.jar
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/kotlin-ant.jar
CHANGED
|
Binary file
|
package/lib/kotlin-compiler.jar
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/kotlin-daemon.jar
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/kotlin-main-kts.jar
CHANGED
|
Binary file
|
package/lib/kotlin-preloader.jar
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/kotlin-reflect.jar
CHANGED
|
Binary file
|
package/lib/kotlin-runner.jar
CHANGED
|
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/lib/kotlin-stdlib.jar
CHANGED
|
Binary file
|
package/lib/kotlin-test-js.klib
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/kotlin-test.jar
CHANGED
|
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.
|
|
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
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 "$@"
|
package/bin/kotlin-dce-js.bat
DELETED
|
@@ -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 %*
|