Skip to content

Commit

Permalink
chore(gmap-vue): restor vuepress-jsdoc v3.2.0 until v3.5.0 fix the issue
Browse files Browse the repository at this point in the history
vuepress-jsdoc has an issue with minimatch and picomatch with the src
folder because it replace for an empty string but picomatch throw an
erro if glob is an empty string.
Issue reported: ph1p/vuepress-jsdoc#43
  • Loading branch information
diegoazh committed Nov 23, 2021
1 parent fbb7c05 commit 2303c40
Show file tree
Hide file tree
Showing 5 changed files with 318 additions and 543 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "npm run gen:docs",
"name": "Run npm gen:docs",
"request": "launch",
"type": "node-terminal"
}
]
}
2 changes: 1 addition & 1 deletion packages/documentation/docs/code/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions packages/documentation/docs/code/main.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: main
---

# main

<a name="Cluster"></a>

## Cluster
HACK: Cluster should be loaded conditionally
However in the web version, it's not possible to write
`import 'vue2-google-maps/src/components/cluster'`, so we need to
import it anyway (but we don't have to register it)
Therefore we use babel-plugin-transform-inline-environment-variables to
set BUILD_DEV to truthy / falsy

**Kind**: global constant
Loading

0 comments on commit 2303c40

Please sign in to comment.