surrealdb / surrealdb.js

SurrealDB SDK for JavaScript
https://surrealdb.com
Apache License 2.0
293 stars 48 forks source link

Do not minify identifiers #298

Closed kearfy closed 3 months ago

kearfy commented 3 months ago

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What is the motivation?

Minifying identifiers make them difficult to read in for example browsers when logging classes.

What does this change do?

Changes minification to only affect syntax and whitespace, excluding identifiers

What is your testing strategy?

GitHub CI

Is this related to any issues?

No

Have you read the Contributing Guidelines?