七叶

Results 29 issues of 七叶

gopherjs build --analyze for print simply pkg info. --anylize --json print pkgs json info. for https://github.com/goplusjs/gopherjs/pull/3 `> gopherjs --analyze hello` ``` 56914 $prelude 6947 github.com/gopherjs/gopherjs/js 446 internal/cpu 879 internal/bytealg 454...

``` package main import ( "bytes" "io" "log" ) // A version of bytes.Buffer without ReadFrom and WriteTo type Buffer struct { bytes.Buffer io.ReaderFrom // conflicts with and hides bytes.Buffer's...

- `gop go -multi-files` genarate multi files ``` main.gop => gop_autogen_main.go Rect.gop => gop_autogen_Rect.go ``` - `gop clean` check `gop_autogen_` prefix file

``` cl.Universe - *cl.Builtin types.Universe - *types.Builtin ```

``` type ClassConfig struct { PkgPath string // Go+ class project pkgpath, empty if normal .gox class. (optional) ClassName string // project or class name. Project bool // true means...

deps by https://github.com/goplus/gogen/pull/541 - ast.OverloadFuncDecl preload overload func - remove pkgCtx.overpos

- newOverload check exist overload object - remove InitThisGopPkgEx