panmenghan

Results 6 issues of panmenghan

### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...

package: eslint-plugin
enhancement: plugin rule option
accepting prs

### How to reproduce the issue? the file: ```javascript 'use strict' class A { m() { // // ^ ``` ### Screenshots or Screencast ![微信图片_20210910102214](https://user-images.githubusercontent.com/51240264/132789705-9eb1dbca-bc22-4952-aa89-dcc4bae21341.png)

Hello. This is the reproduction code: ```js const postgres = require('postgres') const sql = postgres() main() async function main() { await sql`CREATE TABLE IF NOT EXISTS my_users (id serial, name...

v4

I notice there is a compact(`backup(path: string, compact: boolean)`) API in index.d.ts I tried it (because the database size grows very fast), but it sometimes also make the db corrupted...

With the `{moreTypes: true}` option, the subclass of `Set` with `toJSON()` defined, the `toJSON()` is ignored by the Packr. Also tested with `Map`, the `toJSON()` method of subclass of `Map`...