endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
804 stars 71 forks source link

refactor(patterns): remove evasive blank line #1930

Closed erights closed 8 months ago

erights commented 8 months ago

closes: #1450 refs: #XXXX

Description

Remove evasive blank line that was needed to work around a TypeScript problem #1450 but is no longer needed.

Security Considerations

None

Scaling Considerations

None

Documentation Considerations

Should ease transition to using TS types for generated documentation. But does not yet actually help.

Testing Considerations

None

Upgrade Considerations

None