Skip to content

Commit

Permalink
Publish all modules as ESM instead of a mix of ESM and CJS.
Browse files Browse the repository at this point in the history
Get rid of all bundler (rollup) configurations.
Pull up jest versions for ESM support.
Use direct imports from implementing modules to api module

Signed-off-by: Florian Fendt <Florian.Fendt@bosch.io>
  • Loading branch information
ffendt committed Apr 9, 2021
1 parent 46e1725 commit b0fe6d5
Show file tree
Hide file tree
Showing 33 changed files with 50,892 additions and 13,704 deletions.
3 changes: 1 addition & 2 deletions javascript/lib/api/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
*
* SPDX-License-Identifier: EPL-2.0
*/

module.exports = {
export default {
roots: [
"tests"
],
Expand Down
Loading

0 comments on commit b0fe6d5

Please sign in to comment.