Duarte Cunha Leão

Results 4 issues of Duarte Cunha Leão

I am trying to compile a file with the following content: ```js export default class Foo {} ``` The output of the compilation is: ```js "use strict"; define(["@babel/runtime/helpers/classCallCheck"], function (_classCallCheck)...

- Added `IResourceSpecificAuthorizationRequest` to be used for "specific" resource requests - Added `IResourceAuthorizationRequest#asSpecific()` - Added `ResourceSpecificAuthorizationRequest`, `ResourceSpecificAuthorizationRule`, `ResourceSpecificAuthorizationDecision` - Renamed some "general" classes to make them more consistent with the...