-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update origin master #10
update origin master #10
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d640234 - Browse repository at this point
Copy the full SHA d640234View commit details -
Configuration menu - View commit details
-
Copy full SHA for a28af36 - Browse repository at this point
Copy the full SHA a28af36View commit details -
Configuration menu - View commit details
-
Copy full SHA for f845c2f - Browse repository at this point
Copy the full SHA f845c2fView commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 383db63 - Browse repository at this point
Copy the full SHA 383db63View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 577f22b - Browse repository at this point
Copy the full SHA 577f22bView commit details
Commits on Dec 9, 2023
-
refactor: convert
env
to a classBecause we now share `env` by passing it around, not by relying on the module cache.
Configuration menu - View commit details
-
Copy full SHA for 48148e1 - Browse repository at this point
Copy the full SHA 48148e1View commit details
Commits on Dec 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f31388c - Browse repository at this point
Copy the full SHA f31388cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc45d7 - Browse repository at this point
Copy the full SHA 0dc45d7View commit details -
refactor: simplify dependency management
It turns out that JSDoc's dependency-injection needs are pretty simple; we mostly just need to pass around some data, plus some logging functions. That means the previous solution was overengineered, even though it was still pretty lightweight. Now we just put everything in the `Env` object and pass that around instead.
Configuration menu - View commit details
-
Copy full SHA for 45c497e - Browse repository at this point
Copy the full SHA 45c497eView commit details
Commits on Dec 11, 2023
-
refactor: memoize type-related functions
I did some quick-and-dirty profiling, and these functions made up ~2% of the flamegraph, mostly for when they called through to the type parser; also, it's likely that they'll be called repeatedly with many of the same inputs. Memoizing the functions cuts them to ~1% of the flamegraph.
Configuration menu - View commit details
-
Copy full SHA for 2a5ae15 - Browse repository at this point
Copy the full SHA 2a5ae15View commit details -
- [email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected]
Configuration menu - View commit details
-
Copy full SHA for db20d51 - Browse repository at this point
Copy the full SHA db20d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for d96e6de - Browse repository at this point
Copy the full SHA d96e6deView commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2dff003 - Browse repository at this point
Copy the full SHA 2dff003View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2171f4b - Browse repository at this point
Copy the full SHA 2171f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b70fb1 - Browse repository at this point
Copy the full SHA 9b70fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c768e6 - Browse repository at this point
Copy the full SHA 9c768e6View commit details
Commits on Dec 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 11f4f71 - Browse repository at this point
Copy the full SHA 11f4f71View commit details
Commits on Dec 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for db71aa7 - Browse repository at this point
Copy the full SHA db71aa7View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02e82ea - Browse repository at this point
Copy the full SHA 02e82eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77888a2 - Browse repository at this point
Copy the full SHA 77888a2View commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ea2201 - Browse repository at this point
Copy the full SHA 5ea2201View commit details -
Verified with https://github.com/NicolaasWeideman/RegexStaticAnalysis.
Configuration menu - View commit details
-
Copy full SHA for 959dc4f - Browse repository at this point
Copy the full SHA 959dc4fView commit details
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39beb56 - Browse repository at this point
Copy the full SHA 39beb56View commit details
Commits on Dec 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3c6a12 - Browse repository at this point
Copy the full SHA d3c6a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a88a33 - Browse repository at this point
Copy the full SHA 4a88a33View commit details
Commits on Dec 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8bbe5b - Browse repository at this point
Copy the full SHA e8bbe5bView commit details -
feat(jsdoc-parse): add the source file's module type, if known, to th…
…e doclet meta info
Configuration menu - View commit details
-
Copy full SHA for 5a6998b - Browse repository at this point
Copy the full SHA 5a6998bView commit details
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5b11762 - Browse repository at this point
Copy the full SHA 5b11762View commit details -
feat(jsdoc-core): add
Api
classStarting point for a public API for JSDoc.
Configuration menu - View commit details
-
Copy full SHA for 865b9fa - Browse repository at this point
Copy the full SHA 865b9faView commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 638a89a - Browse repository at this point
Copy the full SHA 638a89aView commit details
Commits on Dec 30, 2023
-
fix(jsdoc-core): extract the correct basename for scoped modules, and…
… when a namespace is present
Configuration menu - View commit details
-
Copy full SHA for aa49b84 - Browse repository at this point
Copy the full SHA aa49b84View commit details
Commits on Dec 31, 2023
-
fix(jsdoc-parse): infer the existence of a module from
@alias
tagsIf a class has a tag like `@alias module:foo.Bar`, then we can infer that the module for the current file is `module:foo`, even if there's no `/** @module foo */` comment in the file.
Configuration menu - View commit details
-
Copy full SHA for 65da78e - Browse repository at this point
Copy the full SHA 65da78eView commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 092443a - Browse repository at this point
Copy the full SHA 092443aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44671a5 - Browse repository at this point
Copy the full SHA 44671a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 301a3a4 - Browse repository at this point
Copy the full SHA 301a3a4View commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5761f76 - Browse repository at this point
Copy the full SHA 5761f76View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50c0b61 - Browse repository at this point
Copy the full SHA 50c0b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46438fb - Browse repository at this point
Copy the full SHA 46438fbView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7fef4d3 - Browse repository at this point
Copy the full SHA 7fef4d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a03810 - Browse repository at this point
Copy the full SHA 8a03810View commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2525d22 - Browse repository at this point
Copy the full SHA 2525d22View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aef431b - Browse repository at this point
Copy the full SHA aef431bView commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1afe227 - Browse repository at this point
Copy the full SHA 1afe227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66fc7c9 - Browse repository at this point
Copy the full SHA 66fc7c9View commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fcaf79 - Browse repository at this point
Copy the full SHA 4fcaf79View commit details
Commits on Jan 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b433554 - Browse repository at this point
Copy the full SHA b433554View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efb148 - Browse repository at this point
Copy the full SHA 7efb148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9868701 - Browse repository at this point
Copy the full SHA 9868701View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64a925f - Browse repository at this point
Copy the full SHA 64a925fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9617d0 - Browse repository at this point
Copy the full SHA f9617d0View commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1390f24 - Browse repository at this point
Copy the full SHA 1390f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b29aa - Browse repository at this point
Copy the full SHA c8b29aaView commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 619dc07 - Browse repository at this point
Copy the full SHA 619dc07View commit details -
fix(jsdoc-core): remove ill-conceived test
Running the legacy template in a test has too many potential side effects. (Also, it wasn't working, because the JSDoc environment was missing some data.)
Configuration menu - View commit details
-
Copy full SHA for 21c9f5d - Browse repository at this point
Copy the full SHA 21c9f5dView commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4767d4 - Browse repository at this point
Copy the full SHA c4767d4View commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2f15199 - Browse repository at this point
Copy the full SHA 2f15199View commit details
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa64002 - Browse repository at this point
Copy the full SHA fa64002View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5131d1 - Browse repository at this point
Copy the full SHA f5131d1View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ccafe8 - Browse repository at this point
Copy the full SHA 5ccafe8View commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89567f9 - Browse repository at this point
Copy the full SHA 89567f9View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 011a98a - Browse repository at this point
Copy the full SHA 011a98aView commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4946d8 - Browse repository at this point
Copy the full SHA a4946d8View commit details
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4bc61f9 - Browse repository at this point
Copy the full SHA 4bc61f9View commit details
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4230d59 - Browse repository at this point
Copy the full SHA 4230d59View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04e004b - Browse repository at this point
Copy the full SHA 04e004bView commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c68ce4 - Browse repository at this point
Copy the full SHA 3c68ce4View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cee9fbf - Browse repository at this point
Copy the full SHA cee9fbfView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cae9842 - Browse repository at this point
Copy the full SHA cae9842View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4247102 - Browse repository at this point
Copy the full SHA 4247102View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62c09b8 - Browse repository at this point
Copy the full SHA 62c09b8View commit details
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec3838a - Browse repository at this point
Copy the full SHA ec3838aView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91a9ce0 - Browse repository at this point
Copy the full SHA 91a9ce0View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f460578 - Browse repository at this point
Copy the full SHA f460578View commit details -
Configuration menu - View commit details
-
Copy full SHA for dec65fd - Browse repository at this point
Copy the full SHA dec65fdView commit details
Commits on Mar 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19c468a - Browse repository at this point
Copy the full SHA 19c468aView commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7565dfd - Browse repository at this point
Copy the full SHA 7565dfdView commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3da5265 - Browse repository at this point
Copy the full SHA 3da5265View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f7eb13 - Browse repository at this point
Copy the full SHA 9f7eb13View commit details
Commits on Apr 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae2c9da - Browse repository at this point
Copy the full SHA ae2c9daView commit details
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55b0489 - Browse repository at this point
Copy the full SHA 55b0489View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9c06db - Browse repository at this point
Copy the full SHA e9c06dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfda2b5 - Browse repository at this point
Copy the full SHA cfda2b5View commit details -
- [email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected]
Configuration menu - View commit details
-
Copy full SHA for 7942901 - Browse repository at this point
Copy the full SHA 7942901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3011f86 - Browse repository at this point
Copy the full SHA 3011f86View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a08ac18 - Browse repository at this point
Copy the full SHA a08ac18View commit details
Commits on Apr 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8feb91 - Browse repository at this point
Copy the full SHA e8feb91View commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84c07d9 - Browse repository at this point
Copy the full SHA 84c07d9View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00029a3 - Browse repository at this point
Copy the full SHA 00029a3View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1425612 - Browse repository at this point
Copy the full SHA 1425612View commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3077884 - Browse repository at this point
Copy the full SHA 3077884View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5542dc - Browse repository at this point
Copy the full SHA c5542dcView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 766d4f2 - Browse repository at this point
Copy the full SHA 766d4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b39b189 - Browse repository at this point
Copy the full SHA b39b189View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14cfaa9 - Browse repository at this point
Copy the full SHA 14cfaa9View commit details
Commits on May 11, 2024
-
fix: use a special longname for an ES2015 module's default export
Previously, we used `module.exports`, which is both incorrect and confusing.
Configuration menu - View commit details
-
Copy full SHA for 575f0dc - Browse repository at this point
Copy the full SHA 575f0dcView commit details
Commits on May 12, 2024
-
fix: use a special longname for a non-default export in an ES2015 module
Previously, we used `exports.NAME`, which was both incorrect and confusing.
Configuration menu - View commit details
-
Copy full SHA for f7d5fa7 - Browse repository at this point
Copy the full SHA f7d5fa7View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c939bbf - Browse repository at this point
Copy the full SHA c939bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a96435 - Browse repository at this point
Copy the full SHA 3a96435View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbc7cad - Browse repository at this point
Copy the full SHA bbc7cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7397d - Browse repository at this point
Copy the full SHA 2a7397dView commit details
Commits on May 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b827e1d - Browse repository at this point
Copy the full SHA b827e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a65306 - Browse repository at this point
Copy the full SHA 4a65306View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be7c94f - Browse repository at this point
Copy the full SHA be7c94fView commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 945f2fd - Browse repository at this point
Copy the full SHA 945f2fdView commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ee99c0 - Browse repository at this point
Copy the full SHA 7ee99c0View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61d9c7c - Browse repository at this point
Copy the full SHA 61d9c7cView commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf964f7 - Browse repository at this point
Copy the full SHA cf964f7View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a0fe9f - Browse repository at this point
Copy the full SHA 0a0fe9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 487de0b - Browse repository at this point
Copy the full SHA 487de0bView commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc5f0ed - Browse repository at this point
Copy the full SHA fc5f0edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b17d87 - Browse repository at this point
Copy the full SHA 1b17d87View commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74b899b - Browse repository at this point
Copy the full SHA 74b899bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f86d659 - Browse repository at this point
Copy the full SHA f86d659View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 229040b - Browse repository at this point
Copy the full SHA 229040bView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bef589b - Browse repository at this point
Copy the full SHA bef589bView commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bcd57e - Browse repository at this point
Copy the full SHA 7bcd57eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6748069 - Browse repository at this point
Copy the full SHA 6748069View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a062b6 - Browse repository at this point
Copy the full SHA 7a062b6View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0bc9665 - Browse repository at this point
Copy the full SHA 0bc9665View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27f7367 - Browse repository at this point
Copy the full SHA 27f7367View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 234ad88 - Browse repository at this point
Copy the full SHA 234ad88View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e895edf - Browse repository at this point
Copy the full SHA e895edfView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c4ef9e - Browse repository at this point
Copy the full SHA 4c4ef9eView commit details