Gypsophlia

Results 5 issues of Gypsophlia

``` import { Chatbox } from "create-ui-lib"; Vue.use(Chatbox); ``` ``` // babel.config.js plugins: [ [ "import", { libraryName: "create-ui-lib", style: (name) => `${name}/style`, }, ], ], ``` In above config,...

``` > client-gen --input-base="kubevirt.io/api/" --input="core/v1" --output-package="testapi/client" --output-base="./" --clientset-name="versioned" --go-header-file boilerplate.go.txt F0322 00:21:59.359523 8124 main.go:61] Error: Failed executing generator: some packages had errors: errors in package "testapi\\client\\versioned": unable to format file...

**What happened**: When I run the example "listvm" in corresponding folder, execute the command to install deps: `go get kubevirt.io/client-go/kubecli` then, the error occurs (w11 and linux have tried) ```...

kind/bug

马晓亮 + homework1 & 2 & 3 & final

1. 匿名函数本身无函数名,但赋值给变量,该函数函数名为变量名。 2. 增加一个`ThisExpression`的测试用例