@azu's interest:
- If you want to support me, see GitHub Sponsors
♥️ - If you want to know about me, create AMA Issue
❓
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse@azu's interest:
I've added release flow into README.
I usually run following command.
GH_TOKEN="${GITHUB_TOKEN}" npm run versionup -- --create-release=github && np…
class PrivateExampleClass { #privateField = 42; dump() { console.log(this.#privateField); // => 42 }
}
When conver the above code, and get an error
P…