Andreas
Andreas
The whole `loadModules` function is causing this issue. related source can be found here: https://github.com/victorjonsson/jQuery-Form-Validator/blob/6bc133ba8d57bc6ce37bab95fd1c6360e4d984e7/form-validator/jquery.form-validator.js#L1016-L1130 And the **modules** feature description can be found here: - https://github.com/victorjonsson/jQuery-Form-Validator#jquery-form-validator > This is achieved...
@victorjonsson Thanks for your answer. You are right, standards for module management increased massively. Refactoring it will be a lot of work.
Unfortunately even if `--parse-extension ts` and `--require-extension .ts` arguments are applied, it still wont resolve any imported typescript files.
Awesome tool. ~~But I can't use `@module` in combination with `@memberOf` to generate grouped markdown docs:(~~ Already tracked here #234
`--require-extension .ts` and `--parse-extension ts` do not help to import referenced ts files
I wish this too, so far I used the `documentation.yml` config workaround to describe a non-flat hierarchy as described here: https://github.com/documentationjs/documentation/blob/master/docs/CONFIG.md With a drawback, existing groups defined in yml duplicates...
I have the same error with typescript files. ```sh npm run docs > [email protected] docs /stylelint-declaration-strict-value > documentation build src/lib/*.ts --pe ts --re .ts -f md -o API.md Error: Parsing...
[`path-to-regexp` supports **repeated segments**](https://github.com/pillarjs/path-to-regexp#compile-reverse-path-to-regexp) >```js >const toPathRepeated = compile("/:segment+"); > >toPathRepeated({ segment: "foo" }); //=> "/foo" >toPathRepeated({ segment: ["a", "b", "c"] }); //=> "/a/b/c" >``` I think that should be...
`nyc -r esm tape test` doesn't collect coverage for me. If I use `babel-regsiter` it collects coverage correctly 😕 `nyc -r babel-regsiter tape test` works. Related PR: https://github.com/AndyOGo/stylelint-declaration-strict-value/pull/64 Alright downgrading...
@coreyfarrell Thanks for your answer. You are right, I think the relevant issue is here https://github.com/standard-things/esm/issues/852