Skip to content

Commit

Permalink
fixes for adapters which use esm (#580)
Browse files Browse the repository at this point in the history
* fixes for adapters which use esm

* allow module syntax in type check
  • Loading branch information
foxriver76 authored Apr 19, 2024
1 parent 91b70a6 commit 12328a1
Show file tree
Hide file tree
Showing 25 changed files with 1,711 additions and 757 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
project: "./tsconfig.json",
},
extends: [
"@foxriver76/eslint-config",
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from the @typescript-eslint/eslint-plugin
"prettier", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
"plugin:prettier/recommended", // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ If you find errors in the definitions, e.g. function calls that should be allowe
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
- (foxriver76) fixes for adapters which are written in ESM
### 3.1.1 (2024-04-19)
- (foxriver76) removed letsEncrypt support as next controller won't support it anymore (use `@iobroker/webserver` instead)
Expand Down
135 changes: 73 additions & 62 deletions build/cjs/controllerTools.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build/cjs/controllerTools.js.map

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion build/cjs/exitCodes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/cjs/exitCodes.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 53 additions & 43 deletions build/cjs/helpers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 12328a1

Please sign in to comment.