siblount / JzSense-Generator

The generator that creates JzSense!
GNU Affero General Public License v3.0
2 stars 0 forks source link

JavaScript - DS3 - Rest Parameter in middle of args #3

Closed siblount closed 1 year ago

siblount commented 2 years ago

For class Function, the constructor that was outputted was constructor(p1, p2, ..., pn, body) {};

TypeScript compiler doesn't like this but Intellisense accepts the format and technically works. Could be improved.

siblount commented 1 year ago

Fixed - same deal with #2.