Austin Devine
Austin Devine
What is the current thinking on ES target? All NodeJS versions still in maintenance support newer ES versions. Also IE is no longer supported. I am starting to see issues...
Thanks @G-Rath FYI: It seems changing in my project from ``` import { vol } from 'memfs'; ``` to ``` import * as memfs from 'memfs'; const vol = memfs.vol;...
@marbemac If you set the useSingle to true in acl.mongodbBackend() only 1 collection will be created and all roles will be documents in this collection https://github.com/OptimalBits/node_acl#backend-db-prefix- var mongodb = require('mongodb');...
@marbemac, not sure tbh. I agree true maybe a better default.
> @devinea can you explain why they are required? Are these errors by default? Yeah they are errors by default and I think they are difficult to avoid as often...
This seems to relate to tools-suite code. I create a corresponding bug 29814 there. It is WIP.
Fix should be released with Fiori tools end of this week.
Fixed released in SAP Fiori Tools Version 1.13.5 .
@henri-kohlberg - Could you share your package.json ? Your devDependencies should look something like this in the project ? ``` "devDependencies": { "@ui5/cli": "^3.0.0", "@sap/ux-ui5-tooling": "1", "eslint": "7.32.0", "@sap/eslint-plugin-ui5-jsdocs": "2.0.5",...