Skip to content

Commit

Permalink
Drop support for JavaScript (#1185)
Browse files Browse the repository at this point in the history
* Drop support for JavaScript

* Remove more

* More
  • Loading branch information
Bencodes authored Jul 16, 2024
1 parent 26482ca commit d964c23
Show file tree
Hide file tree
Showing 45 changed files with 3 additions and 1,691 deletions.
10 changes: 0 additions & 10 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,6 @@ tasks:
- test
build_targets:
- //...
# examples-nodejs:
# name: Example - Node
# platform: ubuntu1804
# working_directory: examples/node
# include_json_profile:
# - build
# - test
# build_targets:
# - //coroutines-helloworld/...
# - //express/...
example-jetpack-compose:
name: "Example - Jetpack Compose"
platform: ubuntu1804
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For more information about release and changelogs please see [Changelog](CHANGEL

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

Support for kotlin's -Xfriend-paths via the `associates=` attribute in the jvm allow access to
`internal` members.
Expand Down
42 changes: 0 additions & 42 deletions docs/kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,6 @@



<a id="kt_js_import"></a>

## kt_js_import

<pre>
kt_js_import(<a href="#kt_js_import-name">name</a>, <a href="#kt_js_import-kwargs">kwargs</a>)
</pre>



**PARAMETERS**


| Name | Description | Default Value |
| :------------- | :------------- | :------------- |
| <a id="kt_js_import-name"></a>name | <p align="center"> - </p> | none |
| <a id="kt_js_import-kwargs"></a>kwargs | <p align="center"> - </p> | none |


<a id="kt_js_library"></a>

## kt_js_library

<pre>
kt_js_library(<a href="#kt_js_library-name">name</a>, <a href="#kt_js_library-kwargs">kwargs</a>)
</pre>



**PARAMETERS**


| Name | Description | Default Value |
| :------------- | :------------- | :------------- |
| <a id="kt_js_library-name"></a>name | <p align="center"> - </p> | none |
| <a id="kt_js_library-kwargs"></a>kwargs | <p align="center"> - </p> | none |


<!-- Generated with Stardoc: http://skydoc.bazel.build -->



<a id="#kt_javac_options"></a>

## kt_javac_options
Expand Down
Empty file added empty.py
Empty file.
1 change: 0 additions & 1 deletion examples/node/.bazelversion

This file was deleted.

1 change: 0 additions & 1 deletion examples/node/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions examples/node/BUILD

This file was deleted.

1 change: 0 additions & 1 deletion examples/node/README.MD

This file was deleted.

59 changes: 0 additions & 59 deletions examples/node/WORKSPACE

This file was deleted.

32 changes: 0 additions & 32 deletions examples/node/coroutines-helloworld/BUILD

This file was deleted.

14 changes: 0 additions & 14 deletions examples/node/coroutines-helloworld/Main.kt

This file was deleted.

26 changes: 0 additions & 26 deletions examples/node/express/App.kt

This file was deleted.

48 changes: 0 additions & 48 deletions examples/node/express/BUILD

This file was deleted.

27 changes: 0 additions & 27 deletions examples/node/express/Routes.kt

This file was deleted.

5 changes: 0 additions & 5 deletions examples/node/express/auth/Auth.kt

This file was deleted.

21 changes: 0 additions & 21 deletions examples/node/express/auth/BUILD

This file was deleted.

10 changes: 0 additions & 10 deletions examples/node/package.json

This file was deleted.

Loading

0 comments on commit d964c23

Please sign in to comment.