Skip to content

Commit d964c23

Browse files
authored
Drop support for JavaScript (#1185)
* Drop support for JavaScript * Remove more * More
1 parent 26482ca commit d964c23

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3
-1691
lines changed

.bazelci/presubmit.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,6 @@ tasks:
179179
- test
180180
build_targets:
181181
- //...
182-
# examples-nodejs:
183-
# name: Example - Node
184-
# platform: ubuntu1804
185-
# working_directory: examples/node
186-
# include_json_profile:
187-
# - build
188-
# - test
189-
# build_targets:
190-
# - //coroutines-helloworld/...
191-
# - //express/...
192182
example-jetpack-compose:
193183
name: "Example - Jetpack Compose"
194184
platform: ubuntu1804

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more information about release and changelogs please see [Changelog](CHANGEL
2020

2121
**rules_kotlin** supports the basic paradigm of `*_binary`, `*_library`, `*_test` of other Bazel
2222
language rules. It also supports `jvm`, `android`, and `js` flavors, with the prefix `kt_jvm`
23-
and `kt_js`, and `kt_android` typically applied to the rules.
23+
and `kt_android` typically applied to the rules.
2424

2525
Support for kotlin's -Xfriend-paths via the `associates=` attribute in the jvm allow access to
2626
`internal` members.

docs/kotlin.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,6 @@
22

33

44

5-
<a id="kt_js_import"></a>
6-
7-
## kt_js_import
8-
9-
<pre>
10-
kt_js_import(<a href="#kt_js_import-name">name</a>, <a href="#kt_js_import-kwargs">kwargs</a>)
11-
</pre>
12-
13-
14-
15-
**PARAMETERS**
16-
17-
18-
| Name | Description | Default Value |
19-
| :------------- | :------------- | :------------- |
20-
| <a id="kt_js_import-name"></a>name | <p align="center"> - </p> | none |
21-
| <a id="kt_js_import-kwargs"></a>kwargs | <p align="center"> - </p> | none |
22-
23-
24-
<a id="kt_js_library"></a>
25-
26-
## kt_js_library
27-
28-
<pre>
29-
kt_js_library(<a href="#kt_js_library-name">name</a>, <a href="#kt_js_library-kwargs">kwargs</a>)
30-
</pre>
31-
32-
33-
34-
**PARAMETERS**
35-
36-
37-
| Name | Description | Default Value |
38-
| :------------- | :------------- | :------------- |
39-
| <a id="kt_js_library-name"></a>name | <p align="center"> - </p> | none |
40-
| <a id="kt_js_library-kwargs"></a>kwargs | <p align="center"> - </p> | none |
41-
42-
43-
<!-- Generated with Stardoc: http://skydoc.bazel.build -->
44-
45-
46-
475
<a id="#kt_javac_options"></a>
486

497
## kt_javac_options

empty.py

Whitespace-only changes.

examples/node/.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/node/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/node/BUILD

Lines changed: 0 additions & 36 deletions
This file was deleted.

examples/node/README.MD

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/node/WORKSPACE

Lines changed: 0 additions & 59 deletions
This file was deleted.

examples/node/coroutines-helloworld/BUILD

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)