Maximilian Krög
403b06b438
Use RegExp#test intead of String#match
2022-08-05 01:49:16 +02:00
Maximilian Krög
bb3c5bf144
Use String#startsWith instead of String#indexOf
2022-08-05 01:49:16 +02:00
Maximilian Krög
0b945f2321
Use includes instead of indexOf
2022-08-05 01:49:01 +02:00
Andreas Hocevar
b86f9df8bd
Account for removed default export of marked
2021-11-08 16:35:23 +01:00
Simon Seyock
9344de5740
remove unneeded code
2021-06-17 18:54:29 +02:00
Simon Seyock
aa99de4a6b
parse comment for templates
2021-06-17 18:54:29 +02:00
Simon Seyock
a5d0b61947
Allow options to be generic in jsdoc
2021-06-17 18:54:29 +02:00
Maximilian Krög
40f8e69675
Fix legacy build
...
The build process failed because webpack does not allow failed imports
when it is run as a module.
This detects modules with default exports and only generates import
statements for default exports where they are available.
2021-05-02 23:49:50 +02:00