klm127
klm127
There's no new dependencies for this plugin, the package-lock.json should stay as the original.
Update: I created the plugin. See next comment or see [Outerdocs](https://github.com/klm127/outerdocs) Old Comment I believe focusing only on MDN core javascript linking is far too narrow a take on this...
I created a plugin to link external docs inspired by Intersphinx. I'll see about making a PR to put it in the default plug ins eventually. Link: [outerdocs](https://github.com/klm127/outerdocs)
It'd be nice if we could publish jsdoc source code, documented with jsdoc, to a github pages here in the jsdoc repo.
I fixed my issue by ensuring breakpoints were on a line that had code. They seem to be skipped if they are on a line that is just whitespace.
I'm also seeing this happen when comparing the value of a function that returns an interface to nil, which shouldn't be a problem, since interfaces are pointers. Compiles without issue.
When you use `AllowOriginFunc`, `AllowOrigins` is ignored. So you should remove `AllowOrigins` and put the foo.com check inside of AllowOriginFunc, eg: ```go AllowOriginFunc: func(origin string) bool { if origin ==...
Thanks for this, you saved me a lot of time! I used a slightly modified version to also add onFelteSuccess and onFelteError, and not lose intrinsic form properties. ```ts import...