django-handyhelpers 0.3.20__py3-none-any.whl → 0.3.36__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/METADATA +16 -6
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/RECORD +562 -75
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/WHEEL +1 -1
- handyhelpers/__init__.py +6 -6
- handyhelpers/forms.py +9 -1
- handyhelpers/mixins/form_mixins.py +61 -0
- handyhelpers/mixins/model_mixins.py +21 -0
- handyhelpers/mixins/serializer_mixins.py +35 -0
- handyhelpers/mixins/view_mixins.py +5 -2
- handyhelpers/serializers.py +23 -3
- handyhelpers/static/handyhelpers/css/table_sortable.css +17 -0
- handyhelpers/static/handyhelpers/js/sidebar.js +8 -4
- handyhelpers/static/handyhelpers/js/table_sortable.js +119 -0
- handyhelpers/static/node_modules/.bin/acorn +4 -0
- handyhelpers/static/node_modules/.bin/css-b64-images +13 -0
- handyhelpers/static/node_modules/.bin/esbuild +0 -0
- handyhelpers/static/node_modules/.bin/html-minifier-terser +308 -0
- handyhelpers/static/node_modules/.bin/minify +98 -0
- handyhelpers/static/node_modules/.bin/terser +21 -0
- handyhelpers/static/node_modules/.bin/uglifyjs +624 -0
- handyhelpers/static/node_modules/.package-lock.json +750 -0
- handyhelpers/static/node_modules/@esbuild/linux-x64/README.md +3 -0
- handyhelpers/static/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
- handyhelpers/static/node_modules/@esbuild/linux-x64/package.json +20 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/package.json +76 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +232 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/README.md +37 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/package.json +65 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/README.md +184 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs +95 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs +90 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js +1242 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +35 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/package.json +71 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +424 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +439 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +49 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +8 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +15 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +6 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/package.json +75 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/README.md +257 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/package.json +77 -0
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js +12 -170
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js +14 -184
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js +14 -197
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/createPopper.js +6 -66
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/arrow.js +1 -12
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/computeStyles.js +2 -14
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/computeAutoPlacement.js +0 -4
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/userAgent.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js +12 -170
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js +2 -2
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js +14 -184
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js +2 -2
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js +14 -197
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js +2 -2
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js +6 -66
- handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js.flow +2 -80
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js +1 -12
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js.flow +0 -22
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +2 -14
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.flow +3 -33
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +0 -4
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.flow +0 -12
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js.flow +1 -1
- handyhelpers/static/node_modules/@popperjs/core/package.json +1 -1
- handyhelpers/static/node_modules/@putout/minify/LICENSE +21 -0
- handyhelpers/static/node_modules/@putout/minify/README.md +110 -0
- handyhelpers/static/node_modules/@putout/minify/bundle/minify.min.js +52 -0
- handyhelpers/static/node_modules/@putout/minify/package.json +112 -0
- handyhelpers/static/node_modules/@swc/core/Visitor.d.ts +218 -0
- handyhelpers/static/node_modules/@swc/core/Visitor.js +1407 -0
- handyhelpers/static/node_modules/@swc/core/binding.d.ts +56 -0
- handyhelpers/static/node_modules/@swc/core/binding.js +351 -0
- handyhelpers/static/node_modules/@swc/core/index.d.ts +118 -0
- handyhelpers/static/node_modules/@swc/core/index.js +439 -0
- handyhelpers/static/node_modules/@swc/core/package.json +114 -0
- handyhelpers/static/node_modules/@swc/core/postinstall.js +148 -0
- handyhelpers/static/node_modules/@swc/core/spack.d.ts +51 -0
- handyhelpers/static/node_modules/@swc/core/spack.js +87 -0
- handyhelpers/static/node_modules/@swc/core/util.d.ts +1 -0
- handyhelpers/static/node_modules/@swc/core/util.js +104 -0
- handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/README.md +3 -0
- handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/package.json +45 -0
- handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/swc.linux-x64-gnu.node +0 -0
- handyhelpers/static/node_modules/@swc/counter/CHANGELOG.md +7 -0
- handyhelpers/static/node_modules/@swc/counter/README.md +7 -0
- handyhelpers/static/node_modules/@swc/counter/index.js +1 -0
- handyhelpers/static/node_modules/@swc/counter/package.json +27 -0
- handyhelpers/static/node_modules/@swc/types/LICENSE +201 -0
- handyhelpers/static/node_modules/@swc/types/README.md +4 -0
- handyhelpers/static/node_modules/@swc/types/assumptions.d.ts +92 -0
- handyhelpers/static/node_modules/@swc/types/assumptions.js +2 -0
- handyhelpers/static/node_modules/@swc/types/index.d.ts +1977 -0
- handyhelpers/static/node_modules/@swc/types/index.js +2 -0
- handyhelpers/static/node_modules/@swc/types/package.json +39 -0
- handyhelpers/static/node_modules/acorn/CHANGELOG.md +928 -0
- handyhelpers/static/node_modules/acorn/LICENSE +21 -0
- handyhelpers/static/node_modules/acorn/README.md +282 -0
- handyhelpers/static/node_modules/acorn/bin/acorn +4 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.d.mts +866 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.d.ts +866 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.js +6174 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.mjs +6145 -0
- handyhelpers/static/node_modules/acorn/dist/bin.js +90 -0
- handyhelpers/static/node_modules/acorn/package.json +50 -0
- handyhelpers/static/node_modules/buffer-from/LICENSE +21 -0
- handyhelpers/static/node_modules/buffer-from/index.js +72 -0
- handyhelpers/static/node_modules/buffer-from/package.json +19 -0
- handyhelpers/static/node_modules/buffer-from/readme.md +69 -0
- handyhelpers/static/node_modules/camel-case/LICENSE +21 -0
- handyhelpers/static/node_modules/camel-case/README.md +47 -0
- handyhelpers/static/node_modules/camel-case/dist/index.d.ts +5 -0
- handyhelpers/static/node_modules/camel-case/dist/index.js +23 -0
- handyhelpers/static/node_modules/camel-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/camel-case/dist/index.spec.js +26 -0
- handyhelpers/static/node_modules/camel-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.d.ts +5 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.js +17 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js +24 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/package.json +89 -0
- handyhelpers/static/node_modules/clean-css/History.md +1504 -0
- handyhelpers/static/node_modules/clean-css/LICENSE +19 -0
- handyhelpers/static/node_modules/clean-css/README.md +987 -0
- handyhelpers/static/node_modules/clean-css/index.js +1 -0
- handyhelpers/static/node_modules/clean-css/package.json +48 -0
- handyhelpers/static/node_modules/commander/LICENSE +22 -0
- handyhelpers/static/node_modules/commander/Readme.md +1134 -0
- handyhelpers/static/node_modules/commander/esm.mjs +16 -0
- handyhelpers/static/node_modules/commander/index.js +27 -0
- handyhelpers/static/node_modules/commander/package-support.json +16 -0
- handyhelpers/static/node_modules/commander/package.json +80 -0
- handyhelpers/static/node_modules/commander/typings/index.d.ts +889 -0
- handyhelpers/static/node_modules/css-b64-images/.npmignore +15 -0
- handyhelpers/static/node_modules/css-b64-images/.travis.yml +5 -0
- handyhelpers/static/node_modules/css-b64-images/README.md +78 -0
- handyhelpers/static/node_modules/css-b64-images/bin/css-b64-images +13 -0
- handyhelpers/static/node_modules/css-b64-images/draft.png +0 -0
- handyhelpers/static/node_modules/css-b64-images/draft.xcf +0 -0
- handyhelpers/static/node_modules/css-b64-images/package.json +30 -0
- handyhelpers/static/node_modules/css-b64-images/test/css-b64-images-test.js +38 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/css/style.css +52 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.eot +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.svg +248 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.ttf +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.woff +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.eot +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.svg +245 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.ttf +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.woff +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/img/background-pattern.gif +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/img/dots.svg +6 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/img/mixit-banner.png +0 -0
- handyhelpers/static/node_modules/debug/LICENSE +20 -0
- handyhelpers/static/node_modules/debug/README.md +481 -0
- handyhelpers/static/node_modules/debug/package.json +65 -0
- handyhelpers/static/node_modules/debug/src/browser.js +272 -0
- handyhelpers/static/node_modules/debug/src/common.js +292 -0
- handyhelpers/static/node_modules/debug/src/index.js +10 -0
- handyhelpers/static/node_modules/debug/src/node.js +263 -0
- handyhelpers/static/node_modules/dot-case/LICENSE +21 -0
- handyhelpers/static/node_modules/dot-case/README.md +37 -0
- handyhelpers/static/node_modules/dot-case/dist/index.d.ts +3 -0
- handyhelpers/static/node_modules/dot-case/dist/index.js +11 -0
- handyhelpers/static/node_modules/dot-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/dot-case/dist/index.spec.js +26 -0
- handyhelpers/static/node_modules/dot-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.d.ts +3 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.js +7 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js +24 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/package.json +89 -0
- handyhelpers/static/node_modules/entities/LICENSE +11 -0
- handyhelpers/static/node_modules/entities/package.json +90 -0
- handyhelpers/static/node_modules/entities/readme.md +122 -0
- handyhelpers/static/node_modules/esbuild/LICENSE.md +21 -0
- handyhelpers/static/node_modules/esbuild/README.md +3 -0
- handyhelpers/static/node_modules/esbuild/bin/esbuild +0 -0
- handyhelpers/static/node_modules/esbuild/install.js +286 -0
- handyhelpers/static/node_modules/esbuild/package.json +47 -0
- handyhelpers/static/node_modules/find-up/index.d.ts +247 -0
- handyhelpers/static/node_modules/find-up/index.js +107 -0
- handyhelpers/static/node_modules/find-up/license +9 -0
- handyhelpers/static/node_modules/find-up/package.json +61 -0
- handyhelpers/static/node_modules/find-up/readme.md +160 -0
- handyhelpers/static/node_modules/fun-effects/LICENSE +674 -0
- handyhelpers/static/node_modules/fun-effects/README.md +10 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/background_icons.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/blur_group.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/fades.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/marquee.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/scroller.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/index.js +15 -0
- handyhelpers/static/node_modules/fun-effects/dist/js/background_icons.min.js +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/js/marquee.min.js +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/js/scroller.min.js +1 -0
- handyhelpers/static/node_modules/fun-effects/package.json +39 -0
- handyhelpers/static/node_modules/fun-effects/src/css/background_icons.css +39 -0
- handyhelpers/static/node_modules/fun-effects/src/css/blur_group.css +22 -0
- handyhelpers/static/node_modules/fun-effects/src/css/fades.css +94 -0
- handyhelpers/static/node_modules/fun-effects/src/css/marquee.css +45 -0
- handyhelpers/static/node_modules/fun-effects/src/css/scroller.css +144 -0
- handyhelpers/static/node_modules/fun-effects/src/index.js +15 -0
- handyhelpers/static/node_modules/fun-effects/src/js/background_icons.js +101 -0
- handyhelpers/static/node_modules/fun-effects/src/js/marquee.js +81 -0
- handyhelpers/static/node_modules/fun-effects/src/js/scroller.js +37 -0
- handyhelpers/static/node_modules/html-minifier-terser/LICENSE +22 -0
- handyhelpers/static/node_modules/html-minifier-terser/README.md +168 -0
- handyhelpers/static/node_modules/html-minifier-terser/cli.js +308 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.cjs +1857 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.esm.bundle.js +57509 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.js +57520 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.min.js +9 -0
- handyhelpers/static/node_modules/html-minifier-terser/package.json +105 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/htmlminifier.js +1366 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/htmlparser.js +565 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/tokenchain.js +68 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/utils.js +11 -0
- handyhelpers/static/node_modules/jju/LICENSE +21 -0
- handyhelpers/static/node_modules/jju/Makefile +20 -0
- handyhelpers/static/node_modules/jju/README.md +249 -0
- handyhelpers/static/node_modules/jju/index.js +32 -0
- handyhelpers/static/node_modules/jju/package.json +34 -0
- handyhelpers/static/node_modules/jju/package.yaml +36 -0
- handyhelpers/static/node_modules/locate-path/index.d.ts +92 -0
- handyhelpers/static/node_modules/locate-path/index.js +77 -0
- handyhelpers/static/node_modules/locate-path/license +9 -0
- handyhelpers/static/node_modules/locate-path/package.json +48 -0
- handyhelpers/static/node_modules/locate-path/readme.md +123 -0
- handyhelpers/static/node_modules/lower-case/LICENSE +21 -0
- handyhelpers/static/node_modules/lower-case/README.md +35 -0
- handyhelpers/static/node_modules/lower-case/dist/index.d.ts +8 -0
- handyhelpers/static/node_modules/lower-case/dist/index.js +53 -0
- handyhelpers/static/node_modules/lower-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/lower-case/dist/index.spec.js +36 -0
- handyhelpers/static/node_modules/lower-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.d.ts +8 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.js +48 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js +34 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/package.json +87 -0
- handyhelpers/static/node_modules/minify/ChangeLog +1307 -0
- handyhelpers/static/node_modules/minify/LICENSE +22 -0
- handyhelpers/static/node_modules/minify/README.md +177 -0
- handyhelpers/static/node_modules/minify/bin/minify.js +98 -0
- handyhelpers/static/node_modules/minify/deno.json +5 -0
- handyhelpers/static/node_modules/minify/help.json +8 -0
- handyhelpers/static/node_modules/minify/package.json +65 -0
- handyhelpers/static/node_modules/ms/index.js +162 -0
- handyhelpers/static/node_modules/ms/license.md +21 -0
- handyhelpers/static/node_modules/ms/package.json +38 -0
- handyhelpers/static/node_modules/ms/readme.md +59 -0
- handyhelpers/static/node_modules/no-case/LICENSE +21 -0
- handyhelpers/static/node_modules/no-case/README.md +37 -0
- handyhelpers/static/node_modules/no-case/dist/index.d.ts +10 -0
- handyhelpers/static/node_modules/no-case/dist/index.js +35 -0
- handyhelpers/static/node_modules/no-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/no-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/no-case/dist/index.spec.js +59 -0
- handyhelpers/static/node_modules/no-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.d.ts +10 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.js +31 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js +57 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/no-case/package.json +85 -0
- handyhelpers/static/node_modules/p-limit/index.d.ts +40 -0
- handyhelpers/static/node_modules/p-limit/index.js +68 -0
- handyhelpers/static/node_modules/p-limit/license +9 -0
- handyhelpers/static/node_modules/p-limit/package.json +54 -0
- handyhelpers/static/node_modules/p-limit/readme.md +99 -0
- handyhelpers/static/node_modules/p-locate/index.d.ts +49 -0
- handyhelpers/static/node_modules/p-locate/index.js +48 -0
- handyhelpers/static/node_modules/p-locate/license +9 -0
- handyhelpers/static/node_modules/p-locate/package.json +56 -0
- handyhelpers/static/node_modules/p-locate/readme.md +91 -0
- handyhelpers/static/node_modules/param-case/LICENSE +21 -0
- handyhelpers/static/node_modules/param-case/README.md +37 -0
- handyhelpers/static/node_modules/param-case/dist/index.d.ts +3 -0
- handyhelpers/static/node_modules/param-case/dist/index.js +11 -0
- handyhelpers/static/node_modules/param-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/param-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/param-case/dist/index.spec.js +24 -0
- handyhelpers/static/node_modules/param-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.d.ts +3 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.js +7 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js +22 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/param-case/package.json +91 -0
- handyhelpers/static/node_modules/pascal-case/LICENSE +21 -0
- handyhelpers/static/node_modules/pascal-case/README.md +47 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.d.ts +5 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.js +24 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.spec.js +25 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.d.ts +5 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js +18 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js +23 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/package.json +90 -0
- handyhelpers/static/node_modules/path-exists/index.d.ts +31 -0
- handyhelpers/static/node_modules/path-exists/index.js +19 -0
- handyhelpers/static/node_modules/path-exists/license +9 -0
- handyhelpers/static/node_modules/path-exists/package.json +41 -0
- handyhelpers/static/node_modules/path-exists/readme.md +52 -0
- handyhelpers/static/node_modules/readjson/ChangeLog +110 -0
- handyhelpers/static/node_modules/readjson/LICENSE +21 -0
- handyhelpers/static/node_modules/readjson/README.md +36 -0
- handyhelpers/static/node_modules/readjson/package.json +46 -0
- handyhelpers/static/node_modules/relateurl/README.md +159 -0
- handyhelpers/static/node_modules/relateurl/license +21 -0
- handyhelpers/static/node_modules/relateurl/package.json +46 -0
- handyhelpers/static/node_modules/simport/ChangeLog +77 -0
- handyhelpers/static/node_modules/simport/LICENSE +21 -0
- handyhelpers/static/node_modules/simport/README.md +81 -0
- handyhelpers/static/node_modules/simport/fixture/context.js +3 -0
- handyhelpers/static/node_modules/simport/fixture/default-frozen-function.mjs +2 -0
- handyhelpers/static/node_modules/simport/fixture/default-frozen-object.mjs +2 -0
- handyhelpers/static/node_modules/simport/package.json +65 -0
- handyhelpers/static/node_modules/simport/simport.js +84 -0
- handyhelpers/static/node_modules/simport/simport.mjs +22 -0
- handyhelpers/static/node_modules/source-map/CHANGELOG.md +301 -0
- handyhelpers/static/node_modules/source-map/LICENSE +28 -0
- handyhelpers/static/node_modules/source-map/README.md +742 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.debug.js +3234 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.js +3233 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.min.js +2 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.min.js.map +1 -0
- handyhelpers/static/node_modules/source-map/package.json +73 -0
- handyhelpers/static/node_modules/source-map/source-map.d.ts +98 -0
- handyhelpers/static/node_modules/source-map/source-map.js +8 -0
- handyhelpers/static/node_modules/source-map-support/LICENSE.md +21 -0
- handyhelpers/static/node_modules/source-map-support/README.md +284 -0
- handyhelpers/static/node_modules/source-map-support/browser-source-map-support.js +114 -0
- handyhelpers/static/node_modules/source-map-support/package.json +31 -0
- handyhelpers/static/node_modules/source-map-support/register-hook-require.js +1 -0
- handyhelpers/static/node_modules/source-map-support/register.js +1 -0
- handyhelpers/static/node_modules/source-map-support/source-map-support.js +625 -0
- handyhelpers/static/node_modules/terser/CHANGELOG.md +783 -0
- handyhelpers/static/node_modules/terser/LICENSE +27 -0
- handyhelpers/static/node_modules/terser/PATRONS.md +15 -0
- handyhelpers/static/node_modules/terser/README.md +1421 -0
- handyhelpers/static/node_modules/terser/bin/package.json +10 -0
- handyhelpers/static/node_modules/terser/bin/terser +21 -0
- handyhelpers/static/node_modules/terser/bin/uglifyjs +10 -0
- handyhelpers/static/node_modules/terser/dist/.gitkeep +0 -0
- handyhelpers/static/node_modules/terser/dist/bundle.min.js +32962 -0
- handyhelpers/static/node_modules/terser/dist/package.json +10 -0
- handyhelpers/static/node_modules/terser/main.js +27 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/CHANGELOG.md +419 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/LICENSE +22 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/Readme.md +428 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/index.js +1224 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/package.json +38 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/typings/index.d.ts +310 -0
- handyhelpers/static/node_modules/terser/package.json +153 -0
- handyhelpers/static/node_modules/terser/tools/domprops.js +9026 -0
- handyhelpers/static/node_modules/terser/tools/exit.cjs +7 -0
- handyhelpers/static/node_modules/terser/tools/props.html +68 -0
- handyhelpers/static/node_modules/terser/tools/terser.d.ts +216 -0
- handyhelpers/static/node_modules/tippy.js/LICENSE +21 -0
- handyhelpers/static/node_modules/tippy.js/README.md +63 -0
- handyhelpers/static/node_modules/tippy.js/animations/perspective-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/perspective-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/perspective.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/scale-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/scale-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/scale.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-away-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-away-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-away.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-toward-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-toward-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-toward.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/backdrop.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/border.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/svg-arrow.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js +2516 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js +2 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js +2497 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js +2486 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js +2496 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js +2 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js +2388 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js +2377 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js +2382 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js +2 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/package.json +16 -0
- handyhelpers/static/node_modules/tippy.js/index.d.ts +260 -0
- handyhelpers/static/node_modules/tippy.js/package.json +157 -0
- handyhelpers/static/node_modules/tippy.js/themes/light-border.css +1 -0
- handyhelpers/static/node_modules/tippy.js/themes/light.css +1 -0
- handyhelpers/static/node_modules/tippy.js/themes/material.css +1 -0
- handyhelpers/static/node_modules/tippy.js/themes/translucent.css +1 -0
- handyhelpers/static/node_modules/try-catch/ChangeLog +55 -0
- handyhelpers/static/node_modules/try-catch/LICENSE +21 -0
- handyhelpers/static/node_modules/try-catch/README.md +38 -0
- handyhelpers/static/node_modules/try-catch/package.json +34 -0
- handyhelpers/static/node_modules/try-to-catch/ChangeLog +64 -0
- handyhelpers/static/node_modules/try-to-catch/LICENSE +21 -0
- handyhelpers/static/node_modules/try-to-catch/README.md +74 -0
- handyhelpers/static/node_modules/try-to-catch/package.json +47 -0
- handyhelpers/static/node_modules/tslib/CopyrightNotice.txt +15 -0
- handyhelpers/static/node_modules/tslib/LICENSE.txt +12 -0
- handyhelpers/static/node_modules/tslib/README.md +164 -0
- handyhelpers/static/node_modules/tslib/SECURITY.md +41 -0
- handyhelpers/static/node_modules/tslib/modules/index.d.ts +38 -0
- handyhelpers/static/node_modules/tslib/modules/index.js +70 -0
- handyhelpers/static/node_modules/tslib/modules/package.json +3 -0
- handyhelpers/static/node_modules/tslib/package.json +47 -0
- handyhelpers/static/node_modules/tslib/tslib.d.ts +460 -0
- handyhelpers/static/node_modules/tslib/tslib.es6.html +1 -0
- handyhelpers/static/node_modules/tslib/tslib.es6.js +402 -0
- handyhelpers/static/node_modules/tslib/tslib.es6.mjs +401 -0
- handyhelpers/static/node_modules/tslib/tslib.html +1 -0
- handyhelpers/static/node_modules/tslib/tslib.js +484 -0
- handyhelpers/static/node_modules/uglify-js/LICENSE +29 -0
- handyhelpers/static/node_modules/uglify-js/README.md +1479 -0
- handyhelpers/static/node_modules/uglify-js/bin/uglifyjs +624 -0
- handyhelpers/static/node_modules/uglify-js/package.json +56 -0
- handyhelpers/static/node_modules/uglify-js/tools/domprops.html +456 -0
- handyhelpers/static/node_modules/uglify-js/tools/domprops.json +8327 -0
- handyhelpers/static/node_modules/uglify-js/tools/exports.js +8 -0
- handyhelpers/static/node_modules/uglify-js/tools/node.js +115 -0
- handyhelpers/static/node_modules/uglify-js/tools/tty.js +22 -0
- handyhelpers/static/node_modules/unicorn-magic/default.js +14 -0
- handyhelpers/static/node_modules/unicorn-magic/index.d.ts +29 -0
- handyhelpers/static/node_modules/unicorn-magic/license +9 -0
- handyhelpers/static/node_modules/unicorn-magic/node.js +7 -0
- handyhelpers/static/node_modules/unicorn-magic/package.json +49 -0
- handyhelpers/static/node_modules/unicorn-magic/readme.md +25 -0
- handyhelpers/static/node_modules/yocto-queue/index.d.ts +61 -0
- handyhelpers/static/node_modules/yocto-queue/index.js +78 -0
- handyhelpers/static/node_modules/yocto-queue/license +9 -0
- handyhelpers/static/node_modules/yocto-queue/package.json +48 -0
- handyhelpers/static/node_modules/yocto-queue/readme.md +70 -0
- handyhelpers/static/package.json +3 -1
- handyhelpers/static/yarn.lock +393 -20
- handyhelpers/templates/handyhelpers/generic/bs5/generic_index.html +5 -8
- handyhelpers/templates/handyhelpers/handyhelpers_base_bs5.htm +5 -1
- handyhelpers/templates/handyhelpers/handyhelpers_with_sidebar.htm +50 -3
- handyhelpers/templates/handyhelpers/htmx/bs5/filter_form/generic_modal_swap.htm +48 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/form/form_wrapper.htm +48 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form.htm +166 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form_disabled.htm +125 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/generic_modal_swap.htm +2 -3
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/content_title.htm +38 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/controls.htm +21 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/card.htm +17 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/list.htm +11 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/table.htm +21 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/filter_form_modal_swap.htm +48 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/full.html +6 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_card.htm +7 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_list.htm +7 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_minimal.htm +7 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_table.htm +18 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/index.htm +34 -0
- handyhelpers/templates/handyhelpers/report/annual_stats.html +6 -0
- handyhelpers/templates/handyhelpers/report/annual_stats_content.htm +43 -0
- handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_content.htm +40 -39
- handyhelpers/templates/handyhelpers/report/chartjs/annual_stats.html +25 -36
- handyhelpers/templates/handyhelpers/report/chartjs/annual_trends_content.htm +35 -34
- handyhelpers/templates/handyhelpers/report/chartjs/day_count_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/month_count_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/week_count_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/year_count_chart.htm +1 -1
- handyhelpers/templatetags/form_tags.py +47 -0
- handyhelpers/templatetags/htmx_tags.py +21 -0
- handyhelpers/views/action.py +3 -1
- handyhelpers/views/calendar.py +33 -14
- handyhelpers/views/htmx.py +396 -4
- handyhelpers/views/report.py +12 -5
- handyhelpers/management/commands/generate_admin.py +0 -110
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/format.js +0 -9
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/validateModifiers.js +0 -81
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.d.ts +0 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.js +0 -9
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.js.flow +0 -5
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.d.ts +0 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.js +0 -81
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.js.flow +0 -151
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/LICENSE +0 -0
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,928 @@
|
|
1
|
+
## 8.14.0 (2024-10-27)
|
2
|
+
|
3
|
+
### New features
|
4
|
+
|
5
|
+
Support ES2025 import attributes.
|
6
|
+
|
7
|
+
Support ES2025 RegExp modifiers.
|
8
|
+
|
9
|
+
### Bug fixes
|
10
|
+
|
11
|
+
Support some missing Unicode properties.
|
12
|
+
|
13
|
+
## 8.13.0 (2024-10-16)
|
14
|
+
|
15
|
+
### New features
|
16
|
+
|
17
|
+
Upgrade to Unicode 16.0.
|
18
|
+
|
19
|
+
## 8.12.1 (2024-07-03)
|
20
|
+
|
21
|
+
### Bug fixes
|
22
|
+
|
23
|
+
Fix a regression that caused Acorn to no longer run on Node versions <8.10.
|
24
|
+
|
25
|
+
## 8.12.0 (2024-06-14)
|
26
|
+
|
27
|
+
### New features
|
28
|
+
|
29
|
+
Support ES2025 duplicate capture group names in regular expressions.
|
30
|
+
|
31
|
+
### Bug fixes
|
32
|
+
|
33
|
+
Include `VariableDeclarator` in the `AnyNode` type so that walker objects can refer to it without getting a type error.
|
34
|
+
|
35
|
+
Properly raise a parse error for invalid `for`/`of` statements using `async` as binding name.
|
36
|
+
|
37
|
+
Properly recognize \"use strict\" when preceded by a string with an escaped newline.
|
38
|
+
|
39
|
+
Mark the `Parser` constructor as protected, not private, so plugins can extend it without type errors.
|
40
|
+
|
41
|
+
Fix a bug where some invalid `delete` expressions were let through when the operand was parenthesized and `preserveParens` was enabled.
|
42
|
+
|
43
|
+
Properly normalize line endings in raw strings of invalid template tokens.
|
44
|
+
|
45
|
+
Properly track line numbers for escaped newlines in strings.
|
46
|
+
|
47
|
+
Fix a bug that broke line number accounting after a template literal with invalid escape sequences.
|
48
|
+
|
49
|
+
## 8.11.3 (2023-12-29)
|
50
|
+
|
51
|
+
### Bug fixes
|
52
|
+
|
53
|
+
Add `Function` and `Class` to the `AggregateType` type, so that they can be used in walkers without raising a type error.
|
54
|
+
|
55
|
+
Make sure `onToken` get an `import` keyword token when parsing `import.meta`.
|
56
|
+
|
57
|
+
Fix a bug where `.loc.start` could be undefined for `new.target` `meta` nodes.
|
58
|
+
|
59
|
+
## 8.11.2 (2023-10-27)
|
60
|
+
|
61
|
+
### Bug fixes
|
62
|
+
|
63
|
+
Fix a bug that caused regular expressions after colon tokens to not be properly tokenized in some circumstances.
|
64
|
+
|
65
|
+
## 8.11.1 (2023-10-26)
|
66
|
+
|
67
|
+
### Bug fixes
|
68
|
+
|
69
|
+
Fix a regression where `onToken` would receive 'name' tokens for 'new' keyword tokens.
|
70
|
+
|
71
|
+
## 8.11.0 (2023-10-26)
|
72
|
+
|
73
|
+
### Bug fixes
|
74
|
+
|
75
|
+
Fix an issue where tokenizing (without parsing) an object literal with a property named `class` or `function` could, in some circumstance, put the tokenizer into an invalid state.
|
76
|
+
|
77
|
+
Fix an issue where a slash after a call to a propery named the same as some keywords would be tokenized as a regular expression.
|
78
|
+
|
79
|
+
### New features
|
80
|
+
|
81
|
+
Upgrade to Unicode 15.1.
|
82
|
+
|
83
|
+
Use a set of new, much more precise, TypeScript types.
|
84
|
+
|
85
|
+
## 8.10.0 (2023-07-05)
|
86
|
+
|
87
|
+
### New features
|
88
|
+
|
89
|
+
Add a `checkPrivateFields` option that disables strict checking of private property use.
|
90
|
+
|
91
|
+
## 8.9.0 (2023-06-16)
|
92
|
+
|
93
|
+
### Bug fixes
|
94
|
+
|
95
|
+
Forbid dynamic import after `new`, even when part of a member expression.
|
96
|
+
|
97
|
+
### New features
|
98
|
+
|
99
|
+
Add Unicode properties for ES2023.
|
100
|
+
|
101
|
+
Add support for the `v` flag to regular expressions.
|
102
|
+
|
103
|
+
## 8.8.2 (2023-01-23)
|
104
|
+
|
105
|
+
### Bug fixes
|
106
|
+
|
107
|
+
Fix a bug that caused `allowHashBang` to be set to false when not provided, even with `ecmaVersion >= 14`.
|
108
|
+
|
109
|
+
Fix an exception when passing no option object to `parse` or `new Parser`.
|
110
|
+
|
111
|
+
Fix incorrect parse error on `if (0) let\n[astral identifier char]`.
|
112
|
+
|
113
|
+
## 8.8.1 (2022-10-24)
|
114
|
+
|
115
|
+
### Bug fixes
|
116
|
+
|
117
|
+
Make type for `Comment` compatible with estree types.
|
118
|
+
|
119
|
+
## 8.8.0 (2022-07-21)
|
120
|
+
|
121
|
+
### Bug fixes
|
122
|
+
|
123
|
+
Allow parentheses around spread args in destructuring object assignment.
|
124
|
+
|
125
|
+
Fix an issue where the tree contained `directive` properties in when parsing with a language version that doesn't support them.
|
126
|
+
|
127
|
+
### New features
|
128
|
+
|
129
|
+
Support hashbang comments by default in ECMAScript 2023 and later.
|
130
|
+
|
131
|
+
## 8.7.1 (2021-04-26)
|
132
|
+
|
133
|
+
### Bug fixes
|
134
|
+
|
135
|
+
Stop handling `"use strict"` directives in ECMAScript versions before 5.
|
136
|
+
|
137
|
+
Fix an issue where duplicate quoted export names in `export *` syntax were incorrectly checked.
|
138
|
+
|
139
|
+
Add missing type for `tokTypes`.
|
140
|
+
|
141
|
+
## 8.7.0 (2021-12-27)
|
142
|
+
|
143
|
+
### New features
|
144
|
+
|
145
|
+
Support quoted export names.
|
146
|
+
|
147
|
+
Upgrade to Unicode 14.
|
148
|
+
|
149
|
+
Add support for Unicode 13 properties in regular expressions.
|
150
|
+
|
151
|
+
### Bug fixes
|
152
|
+
|
153
|
+
Use a loop to find line breaks, because the existing regexp search would overrun the end of the searched range and waste a lot of time in minified code.
|
154
|
+
|
155
|
+
## 8.6.0 (2021-11-18)
|
156
|
+
|
157
|
+
### Bug fixes
|
158
|
+
|
159
|
+
Fix a bug where an object literal with multiple `__proto__` properties would incorrectly be accepted if a later property value held an assigment.
|
160
|
+
|
161
|
+
### New features
|
162
|
+
|
163
|
+
Support class private fields with the `in` operator.
|
164
|
+
|
165
|
+
## 8.5.0 (2021-09-06)
|
166
|
+
|
167
|
+
### Bug fixes
|
168
|
+
|
169
|
+
Improve context-dependent tokenization in a number of corner cases.
|
170
|
+
|
171
|
+
Fix location tracking after a 0x2028 or 0x2029 character in a string literal (which before did not increase the line number).
|
172
|
+
|
173
|
+
Fix an issue where arrow function bodies in for loop context would inappropriately consume `in` operators.
|
174
|
+
|
175
|
+
Fix wrong end locations stored on SequenceExpression nodes.
|
176
|
+
|
177
|
+
Implement restriction that `for`/`of` loop LHS can't start with `let`.
|
178
|
+
|
179
|
+
### New features
|
180
|
+
|
181
|
+
Add support for ES2022 class static blocks.
|
182
|
+
|
183
|
+
Allow multiple input files to be passed to the CLI tool.
|
184
|
+
|
185
|
+
## 8.4.1 (2021-06-24)
|
186
|
+
|
187
|
+
### Bug fixes
|
188
|
+
|
189
|
+
Fix a bug where `allowAwaitOutsideFunction` would allow `await` in class field initializers, and setting `ecmaVersion` to 13 or higher would allow top-level await in non-module sources.
|
190
|
+
|
191
|
+
## 8.4.0 (2021-06-11)
|
192
|
+
|
193
|
+
### New features
|
194
|
+
|
195
|
+
A new option, `allowSuperOutsideMethod`, can be used to suppress the error when `super` is used in the wrong context.
|
196
|
+
|
197
|
+
## 8.3.0 (2021-05-31)
|
198
|
+
|
199
|
+
### New features
|
200
|
+
|
201
|
+
Default `allowAwaitOutsideFunction` to true for ECMAScript 2022 an higher.
|
202
|
+
|
203
|
+
Add support for the `d` ([indices](https://github.com/tc39/proposal-regexp-match-indices)) regexp flag.
|
204
|
+
|
205
|
+
## 8.2.4 (2021-05-04)
|
206
|
+
|
207
|
+
### Bug fixes
|
208
|
+
|
209
|
+
Fix spec conformity in corner case 'for await (async of ...)'.
|
210
|
+
|
211
|
+
## 8.2.3 (2021-05-04)
|
212
|
+
|
213
|
+
### Bug fixes
|
214
|
+
|
215
|
+
Fix an issue where the library couldn't parse 'for (async of ...)'.
|
216
|
+
|
217
|
+
Fix a bug in UTF-16 decoding that would read characters incorrectly in some circumstances.
|
218
|
+
|
219
|
+
## 8.2.2 (2021-04-29)
|
220
|
+
|
221
|
+
### Bug fixes
|
222
|
+
|
223
|
+
Fix a bug where a class field initialized to an async arrow function wouldn't allow await inside it. Same issue existed for generator arrow functions with yield.
|
224
|
+
|
225
|
+
## 8.2.1 (2021-04-24)
|
226
|
+
|
227
|
+
### Bug fixes
|
228
|
+
|
229
|
+
Fix a regression introduced in 8.2.0 where static or async class methods with keyword names fail to parse.
|
230
|
+
|
231
|
+
## 8.2.0 (2021-04-24)
|
232
|
+
|
233
|
+
### New features
|
234
|
+
|
235
|
+
Add support for ES2022 class fields and private methods.
|
236
|
+
|
237
|
+
## 8.1.1 (2021-04-12)
|
238
|
+
|
239
|
+
### Various
|
240
|
+
|
241
|
+
Stop shipping source maps in the NPM package.
|
242
|
+
|
243
|
+
## 8.1.0 (2021-03-09)
|
244
|
+
|
245
|
+
### Bug fixes
|
246
|
+
|
247
|
+
Fix a spurious error in nested destructuring arrays.
|
248
|
+
|
249
|
+
### New features
|
250
|
+
|
251
|
+
Expose `allowAwaitOutsideFunction` in CLI interface.
|
252
|
+
|
253
|
+
Make `allowImportExportAnywhere` also apply to `import.meta`.
|
254
|
+
|
255
|
+
## 8.0.5 (2021-01-25)
|
256
|
+
|
257
|
+
### Bug fixes
|
258
|
+
|
259
|
+
Adjust package.json to work with Node 12.16.0 and 13.0-13.6.
|
260
|
+
|
261
|
+
## 8.0.4 (2020-10-05)
|
262
|
+
|
263
|
+
### Bug fixes
|
264
|
+
|
265
|
+
Make `await x ** y` an error, following the spec.
|
266
|
+
|
267
|
+
Fix potentially exponential regular expression.
|
268
|
+
|
269
|
+
## 8.0.3 (2020-10-02)
|
270
|
+
|
271
|
+
### Bug fixes
|
272
|
+
|
273
|
+
Fix a wasteful loop during `Parser` creation when setting `ecmaVersion` to `"latest"`.
|
274
|
+
|
275
|
+
## 8.0.2 (2020-09-30)
|
276
|
+
|
277
|
+
### Bug fixes
|
278
|
+
|
279
|
+
Make the TypeScript types reflect the current allowed values for `ecmaVersion`.
|
280
|
+
|
281
|
+
Fix another regexp/division tokenizer issue.
|
282
|
+
|
283
|
+
## 8.0.1 (2020-08-12)
|
284
|
+
|
285
|
+
### Bug fixes
|
286
|
+
|
287
|
+
Provide the correct value in the `version` export.
|
288
|
+
|
289
|
+
## 8.0.0 (2020-08-12)
|
290
|
+
|
291
|
+
### Bug fixes
|
292
|
+
|
293
|
+
Disallow expressions like `(a = b) = c`.
|
294
|
+
|
295
|
+
Make non-octal escape sequences a syntax error in strict mode.
|
296
|
+
|
297
|
+
### New features
|
298
|
+
|
299
|
+
The package can now be loaded directly as an ECMAScript module in node 13+.
|
300
|
+
|
301
|
+
Update to the set of Unicode properties from ES2021.
|
302
|
+
|
303
|
+
### Breaking changes
|
304
|
+
|
305
|
+
The `ecmaVersion` option is now required. For the moment, omitting it will still work with a warning, but that will change in a future release.
|
306
|
+
|
307
|
+
Some changes to method signatures that may be used by plugins.
|
308
|
+
|
309
|
+
## 7.4.0 (2020-08-03)
|
310
|
+
|
311
|
+
### New features
|
312
|
+
|
313
|
+
Add support for logical assignment operators.
|
314
|
+
|
315
|
+
Add support for numeric separators.
|
316
|
+
|
317
|
+
## 7.3.1 (2020-06-11)
|
318
|
+
|
319
|
+
### Bug fixes
|
320
|
+
|
321
|
+
Make the string in the `version` export match the actual library version.
|
322
|
+
|
323
|
+
## 7.3.0 (2020-06-11)
|
324
|
+
|
325
|
+
### Bug fixes
|
326
|
+
|
327
|
+
Fix a bug that caused parsing of object patterns with a property named `set` that had a default value to fail.
|
328
|
+
|
329
|
+
### New features
|
330
|
+
|
331
|
+
Add support for optional chaining (`?.`).
|
332
|
+
|
333
|
+
## 7.2.0 (2020-05-09)
|
334
|
+
|
335
|
+
### Bug fixes
|
336
|
+
|
337
|
+
Fix precedence issue in parsing of async arrow functions.
|
338
|
+
|
339
|
+
### New features
|
340
|
+
|
341
|
+
Add support for nullish coalescing.
|
342
|
+
|
343
|
+
Add support for `import.meta`.
|
344
|
+
|
345
|
+
Support `export * as ...` syntax.
|
346
|
+
|
347
|
+
Upgrade to Unicode 13.
|
348
|
+
|
349
|
+
## 6.4.1 (2020-03-09)
|
350
|
+
|
351
|
+
### Bug fixes
|
352
|
+
|
353
|
+
More carefully check for valid UTF16 surrogate pairs in regexp validator.
|
354
|
+
|
355
|
+
## 7.1.1 (2020-03-01)
|
356
|
+
|
357
|
+
### Bug fixes
|
358
|
+
|
359
|
+
Treat `\8` and `\9` as invalid escapes in template strings.
|
360
|
+
|
361
|
+
Allow unicode escapes in property names that are keywords.
|
362
|
+
|
363
|
+
Don't error on an exponential operator expression as argument to `await`.
|
364
|
+
|
365
|
+
More carefully check for valid UTF16 surrogate pairs in regexp validator.
|
366
|
+
|
367
|
+
## 7.1.0 (2019-09-24)
|
368
|
+
|
369
|
+
### Bug fixes
|
370
|
+
|
371
|
+
Disallow trailing object literal commas when ecmaVersion is less than 5.
|
372
|
+
|
373
|
+
### New features
|
374
|
+
|
375
|
+
Add a static `acorn` property to the `Parser` class that contains the entire module interface, to allow plugins to access the instance of the library that they are acting on.
|
376
|
+
|
377
|
+
## 7.0.0 (2019-08-13)
|
378
|
+
|
379
|
+
### Breaking changes
|
380
|
+
|
381
|
+
Changes the node format for dynamic imports to use the `ImportExpression` node type, as defined in [ESTree](https://github.com/estree/estree/blob/master/es2020.md#importexpression).
|
382
|
+
|
383
|
+
Makes 10 (ES2019) the default value for the `ecmaVersion` option.
|
384
|
+
|
385
|
+
## 6.3.0 (2019-08-12)
|
386
|
+
|
387
|
+
### New features
|
388
|
+
|
389
|
+
`sourceType: "module"` can now be used even when `ecmaVersion` is less than 6, to parse module-style code that otherwise conforms to an older standard.
|
390
|
+
|
391
|
+
## 6.2.1 (2019-07-21)
|
392
|
+
|
393
|
+
### Bug fixes
|
394
|
+
|
395
|
+
Fix bug causing Acorn to treat some characters as identifier characters that shouldn't be treated as such.
|
396
|
+
|
397
|
+
Fix issue where setting the `allowReserved` option to `"never"` allowed reserved words in some circumstances.
|
398
|
+
|
399
|
+
## 6.2.0 (2019-07-04)
|
400
|
+
|
401
|
+
### Bug fixes
|
402
|
+
|
403
|
+
Improve valid assignment checking in `for`/`in` and `for`/`of` loops.
|
404
|
+
|
405
|
+
Disallow binding `let` in patterns.
|
406
|
+
|
407
|
+
### New features
|
408
|
+
|
409
|
+
Support bigint syntax with `ecmaVersion` >= 11.
|
410
|
+
|
411
|
+
Support dynamic `import` syntax with `ecmaVersion` >= 11.
|
412
|
+
|
413
|
+
Upgrade to Unicode version 12.
|
414
|
+
|
415
|
+
## 6.1.1 (2019-02-27)
|
416
|
+
|
417
|
+
### Bug fixes
|
418
|
+
|
419
|
+
Fix bug that caused parsing default exports of with names to fail.
|
420
|
+
|
421
|
+
## 6.1.0 (2019-02-08)
|
422
|
+
|
423
|
+
### Bug fixes
|
424
|
+
|
425
|
+
Fix scope checking when redefining a `var` as a lexical binding.
|
426
|
+
|
427
|
+
### New features
|
428
|
+
|
429
|
+
Split up `parseSubscripts` to use an internal `parseSubscript` method to make it easier to extend with plugins.
|
430
|
+
|
431
|
+
## 6.0.7 (2019-02-04)
|
432
|
+
|
433
|
+
### Bug fixes
|
434
|
+
|
435
|
+
Check that exported bindings are defined.
|
436
|
+
|
437
|
+
Don't treat `\u180e` as a whitespace character.
|
438
|
+
|
439
|
+
Check for duplicate parameter names in methods.
|
440
|
+
|
441
|
+
Don't allow shorthand properties when they are generators or async methods.
|
442
|
+
|
443
|
+
Forbid binding `await` in async arrow function's parameter list.
|
444
|
+
|
445
|
+
## 6.0.6 (2019-01-30)
|
446
|
+
|
447
|
+
### Bug fixes
|
448
|
+
|
449
|
+
The content of class declarations and expressions is now always parsed in strict mode.
|
450
|
+
|
451
|
+
Don't allow `let` or `const` to bind the variable name `let`.
|
452
|
+
|
453
|
+
Treat class declarations as lexical.
|
454
|
+
|
455
|
+
Don't allow a generator function declaration as the sole body of an `if` or `else`.
|
456
|
+
|
457
|
+
Ignore `"use strict"` when after an empty statement.
|
458
|
+
|
459
|
+
Allow string line continuations with special line terminator characters.
|
460
|
+
|
461
|
+
Treat `for` bodies as part of the `for` scope when checking for conflicting bindings.
|
462
|
+
|
463
|
+
Fix bug with parsing `yield` in a `for` loop initializer.
|
464
|
+
|
465
|
+
Implement special cases around scope checking for functions.
|
466
|
+
|
467
|
+
## 6.0.5 (2019-01-02)
|
468
|
+
|
469
|
+
### Bug fixes
|
470
|
+
|
471
|
+
Fix TypeScript type for `Parser.extend` and add `allowAwaitOutsideFunction` to options type.
|
472
|
+
|
473
|
+
Don't treat `let` as a keyword when the next token is `{` on the next line.
|
474
|
+
|
475
|
+
Fix bug that broke checking for parentheses around an object pattern in a destructuring assignment when `preserveParens` was on.
|
476
|
+
|
477
|
+
## 6.0.4 (2018-11-05)
|
478
|
+
|
479
|
+
### Bug fixes
|
480
|
+
|
481
|
+
Further improvements to tokenizing regular expressions in corner cases.
|
482
|
+
|
483
|
+
## 6.0.3 (2018-11-04)
|
484
|
+
|
485
|
+
### Bug fixes
|
486
|
+
|
487
|
+
Fix bug in tokenizing an expression-less return followed by a function followed by a regular expression.
|
488
|
+
|
489
|
+
Remove stray symlink in the package tarball.
|
490
|
+
|
491
|
+
## 6.0.2 (2018-09-26)
|
492
|
+
|
493
|
+
### Bug fixes
|
494
|
+
|
495
|
+
Fix bug where default expressions could fail to parse inside an object destructuring assignment expression.
|
496
|
+
|
497
|
+
## 6.0.1 (2018-09-14)
|
498
|
+
|
499
|
+
### Bug fixes
|
500
|
+
|
501
|
+
Fix wrong value in `version` export.
|
502
|
+
|
503
|
+
## 6.0.0 (2018-09-14)
|
504
|
+
|
505
|
+
### Bug fixes
|
506
|
+
|
507
|
+
Better handle variable-redefinition checks for catch bindings and functions directly under if statements.
|
508
|
+
|
509
|
+
Forbid `new.target` in top-level arrow functions.
|
510
|
+
|
511
|
+
Fix issue with parsing a regexp after `yield` in some contexts.
|
512
|
+
|
513
|
+
### New features
|
514
|
+
|
515
|
+
The package now comes with TypeScript definitions.
|
516
|
+
|
517
|
+
### Breaking changes
|
518
|
+
|
519
|
+
The default value of the `ecmaVersion` option is now 9 (2018).
|
520
|
+
|
521
|
+
Plugins work differently, and will have to be rewritten to work with this version.
|
522
|
+
|
523
|
+
The loose parser and walker have been moved into separate packages (`acorn-loose` and `acorn-walk`).
|
524
|
+
|
525
|
+
## 5.7.3 (2018-09-10)
|
526
|
+
|
527
|
+
### Bug fixes
|
528
|
+
|
529
|
+
Fix failure to tokenize regexps after expressions like `x.of`.
|
530
|
+
|
531
|
+
Better error message for unterminated template literals.
|
532
|
+
|
533
|
+
## 5.7.2 (2018-08-24)
|
534
|
+
|
535
|
+
### Bug fixes
|
536
|
+
|
537
|
+
Properly handle `allowAwaitOutsideFunction` in for statements.
|
538
|
+
|
539
|
+
Treat function declarations at the top level of modules like let bindings.
|
540
|
+
|
541
|
+
Don't allow async function declarations as the only statement under a label.
|
542
|
+
|
543
|
+
## 5.7.0 (2018-06-15)
|
544
|
+
|
545
|
+
### New features
|
546
|
+
|
547
|
+
Upgraded to Unicode 11.
|
548
|
+
|
549
|
+
## 5.6.0 (2018-05-31)
|
550
|
+
|
551
|
+
### New features
|
552
|
+
|
553
|
+
Allow U+2028 and U+2029 in string when ECMAVersion >= 10.
|
554
|
+
|
555
|
+
Allow binding-less catch statements when ECMAVersion >= 10.
|
556
|
+
|
557
|
+
Add `allowAwaitOutsideFunction` option for parsing top-level `await`.
|
558
|
+
|
559
|
+
## 5.5.3 (2018-03-08)
|
560
|
+
|
561
|
+
### Bug fixes
|
562
|
+
|
563
|
+
A _second_ republish of the code in 5.5.1, this time with yarn, to hopefully get valid timestamps.
|
564
|
+
|
565
|
+
## 5.5.2 (2018-03-08)
|
566
|
+
|
567
|
+
### Bug fixes
|
568
|
+
|
569
|
+
A republish of the code in 5.5.1 in an attempt to solve an issue with the file timestamps in the npm package being 0.
|
570
|
+
|
571
|
+
## 5.5.1 (2018-03-06)
|
572
|
+
|
573
|
+
### Bug fixes
|
574
|
+
|
575
|
+
Fix misleading error message for octal escapes in template strings.
|
576
|
+
|
577
|
+
## 5.5.0 (2018-02-27)
|
578
|
+
|
579
|
+
### New features
|
580
|
+
|
581
|
+
The identifier character categorization is now based on Unicode version 10.
|
582
|
+
|
583
|
+
Acorn will now validate the content of regular expressions, including new ES9 features.
|
584
|
+
|
585
|
+
## 5.4.0 (2018-02-01)
|
586
|
+
|
587
|
+
### Bug fixes
|
588
|
+
|
589
|
+
Disallow duplicate or escaped flags on regular expressions.
|
590
|
+
|
591
|
+
Disallow octal escapes in strings in strict mode.
|
592
|
+
|
593
|
+
### New features
|
594
|
+
|
595
|
+
Add support for async iteration.
|
596
|
+
|
597
|
+
Add support for object spread and rest.
|
598
|
+
|
599
|
+
## 5.3.0 (2017-12-28)
|
600
|
+
|
601
|
+
### Bug fixes
|
602
|
+
|
603
|
+
Fix parsing of floating point literals with leading zeroes in loose mode.
|
604
|
+
|
605
|
+
Allow duplicate property names in object patterns.
|
606
|
+
|
607
|
+
Don't allow static class methods named `prototype`.
|
608
|
+
|
609
|
+
Disallow async functions directly under `if` or `else`.
|
610
|
+
|
611
|
+
Parse right-hand-side of `for`/`of` as an assignment expression.
|
612
|
+
|
613
|
+
Stricter parsing of `for`/`in`.
|
614
|
+
|
615
|
+
Don't allow unicode escapes in contextual keywords.
|
616
|
+
|
617
|
+
### New features
|
618
|
+
|
619
|
+
Parsing class members was factored into smaller methods to allow plugins to hook into it.
|
620
|
+
|
621
|
+
## 5.2.1 (2017-10-30)
|
622
|
+
|
623
|
+
### Bug fixes
|
624
|
+
|
625
|
+
Fix a token context corruption bug.
|
626
|
+
|
627
|
+
## 5.2.0 (2017-10-30)
|
628
|
+
|
629
|
+
### Bug fixes
|
630
|
+
|
631
|
+
Fix token context tracking for `class` and `function` in property-name position.
|
632
|
+
|
633
|
+
Make sure `%*` isn't parsed as a valid operator.
|
634
|
+
|
635
|
+
Allow shorthand properties `get` and `set` to be followed by default values.
|
636
|
+
|
637
|
+
Disallow `super` when not in callee or object position.
|
638
|
+
|
639
|
+
### New features
|
640
|
+
|
641
|
+
Support [`directive` property](https://github.com/estree/estree/compare/b3de58c9997504d6fba04b72f76e6dd1619ee4eb...1da8e603237144f44710360f8feb7a9977e905e0) on directive expression statements.
|
642
|
+
|
643
|
+
## 5.1.2 (2017-09-04)
|
644
|
+
|
645
|
+
### Bug fixes
|
646
|
+
|
647
|
+
Disable parsing of legacy HTML-style comments in modules.
|
648
|
+
|
649
|
+
Fix parsing of async methods whose names are keywords.
|
650
|
+
|
651
|
+
## 5.1.1 (2017-07-06)
|
652
|
+
|
653
|
+
### Bug fixes
|
654
|
+
|
655
|
+
Fix problem with disambiguating regexp and division after a class.
|
656
|
+
|
657
|
+
## 5.1.0 (2017-07-05)
|
658
|
+
|
659
|
+
### Bug fixes
|
660
|
+
|
661
|
+
Fix tokenizing of regexps in an object-desctructuring `for`/`of` loop and after `yield`.
|
662
|
+
|
663
|
+
Parse zero-prefixed numbers with non-octal digits as decimal.
|
664
|
+
|
665
|
+
Allow object/array patterns in rest parameters.
|
666
|
+
|
667
|
+
Don't error when `yield` is used as a property name.
|
668
|
+
|
669
|
+
Allow `async` as a shorthand object property.
|
670
|
+
|
671
|
+
### New features
|
672
|
+
|
673
|
+
Implement the [template literal revision proposal](https://github.com/tc39/proposal-template-literal-revision) for ES9.
|
674
|
+
|
675
|
+
## 5.0.3 (2017-04-01)
|
676
|
+
|
677
|
+
### Bug fixes
|
678
|
+
|
679
|
+
Fix spurious duplicate variable definition errors for named functions.
|
680
|
+
|
681
|
+
## 5.0.2 (2017-03-30)
|
682
|
+
|
683
|
+
### Bug fixes
|
684
|
+
|
685
|
+
A binary operator after a parenthesized arrow expression is no longer incorrectly treated as an error.
|
686
|
+
|
687
|
+
## 5.0.0 (2017-03-28)
|
688
|
+
|
689
|
+
### Bug fixes
|
690
|
+
|
691
|
+
Raise an error for duplicated lexical bindings.
|
692
|
+
|
693
|
+
Fix spurious error when an assignement expression occurred after a spread expression.
|
694
|
+
|
695
|
+
Accept regular expressions after `of` (in `for`/`of`), `yield` (in a generator), and braced arrow functions.
|
696
|
+
|
697
|
+
Allow labels in front or `var` declarations, even in strict mode.
|
698
|
+
|
699
|
+
### Breaking changes
|
700
|
+
|
701
|
+
Parse declarations following `export default` as declaration nodes, not expressions. This means that class and function declarations nodes can now have `null` as their `id`.
|
702
|
+
|
703
|
+
## 4.0.11 (2017-02-07)
|
704
|
+
|
705
|
+
### Bug fixes
|
706
|
+
|
707
|
+
Allow all forms of member expressions to be parenthesized as lvalue.
|
708
|
+
|
709
|
+
## 4.0.10 (2017-02-07)
|
710
|
+
|
711
|
+
### Bug fixes
|
712
|
+
|
713
|
+
Don't expect semicolons after default-exported functions or classes, even when they are expressions.
|
714
|
+
|
715
|
+
Check for use of `'use strict'` directives in non-simple parameter functions, even when already in strict mode.
|
716
|
+
|
717
|
+
## 4.0.9 (2017-02-06)
|
718
|
+
|
719
|
+
### Bug fixes
|
720
|
+
|
721
|
+
Fix incorrect error raised for parenthesized simple assignment targets, so that `(x) = 1` parses again.
|
722
|
+
|
723
|
+
## 4.0.8 (2017-02-03)
|
724
|
+
|
725
|
+
### Bug fixes
|
726
|
+
|
727
|
+
Solve spurious parenthesized pattern errors by temporarily erring on the side of accepting programs that our delayed errors don't handle correctly yet.
|
728
|
+
|
729
|
+
## 4.0.7 (2017-02-02)
|
730
|
+
|
731
|
+
### Bug fixes
|
732
|
+
|
733
|
+
Accept invalidly rejected code like `(x).y = 2` again.
|
734
|
+
|
735
|
+
Don't raise an error when a function _inside_ strict code has a non-simple parameter list.
|
736
|
+
|
737
|
+
## 4.0.6 (2017-02-02)
|
738
|
+
|
739
|
+
### Bug fixes
|
740
|
+
|
741
|
+
Fix exponential behavior (manifesting itself as a complete hang for even relatively small source files) introduced by the new 'use strict' check.
|
742
|
+
|
743
|
+
## 4.0.5 (2017-02-02)
|
744
|
+
|
745
|
+
### Bug fixes
|
746
|
+
|
747
|
+
Disallow parenthesized pattern expressions.
|
748
|
+
|
749
|
+
Allow keywords as export names.
|
750
|
+
|
751
|
+
Don't allow the `async` keyword to be parenthesized.
|
752
|
+
|
753
|
+
Properly raise an error when a keyword contains a character escape.
|
754
|
+
|
755
|
+
Allow `"use strict"` to appear after other string literal expressions.
|
756
|
+
|
757
|
+
Disallow labeled declarations.
|
758
|
+
|
759
|
+
## 4.0.4 (2016-12-19)
|
760
|
+
|
761
|
+
### Bug fixes
|
762
|
+
|
763
|
+
Fix crash when `export` was followed by a keyword that can't be
|
764
|
+
exported.
|
765
|
+
|
766
|
+
## 4.0.3 (2016-08-16)
|
767
|
+
|
768
|
+
### Bug fixes
|
769
|
+
|
770
|
+
Allow regular function declarations inside single-statement `if` branches in loose mode. Forbid them entirely in strict mode.
|
771
|
+
|
772
|
+
Properly parse properties named `async` in ES2017 mode.
|
773
|
+
|
774
|
+
Fix bug where reserved words were broken in ES2017 mode.
|
775
|
+
|
776
|
+
## 4.0.2 (2016-08-11)
|
777
|
+
|
778
|
+
### Bug fixes
|
779
|
+
|
780
|
+
Don't ignore period or 'e' characters after octal numbers.
|
781
|
+
|
782
|
+
Fix broken parsing for call expressions in default parameter values of arrow functions.
|
783
|
+
|
784
|
+
## 4.0.1 (2016-08-08)
|
785
|
+
|
786
|
+
### Bug fixes
|
787
|
+
|
788
|
+
Fix false positives in duplicated export name errors.
|
789
|
+
|
790
|
+
## 4.0.0 (2016-08-07)
|
791
|
+
|
792
|
+
### Breaking changes
|
793
|
+
|
794
|
+
The default `ecmaVersion` option value is now 7.
|
795
|
+
|
796
|
+
A number of internal method signatures changed, so plugins might need to be updated.
|
797
|
+
|
798
|
+
### Bug fixes
|
799
|
+
|
800
|
+
The parser now raises errors on duplicated export names.
|
801
|
+
|
802
|
+
`arguments` and `eval` can now be used in shorthand properties.
|
803
|
+
|
804
|
+
Duplicate parameter names in non-simple argument lists now always produce an error.
|
805
|
+
|
806
|
+
### New features
|
807
|
+
|
808
|
+
The `ecmaVersion` option now also accepts year-style version numbers
|
809
|
+
(2015, etc).
|
810
|
+
|
811
|
+
Support for `async`/`await` syntax when `ecmaVersion` is >= 8.
|
812
|
+
|
813
|
+
Support for trailing commas in call expressions when `ecmaVersion` is >= 8.
|
814
|
+
|
815
|
+
## 3.3.0 (2016-07-25)
|
816
|
+
|
817
|
+
### Bug fixes
|
818
|
+
|
819
|
+
Fix bug in tokenizing of regexp operator after a function declaration.
|
820
|
+
|
821
|
+
Fix parser crash when parsing an array pattern with a hole.
|
822
|
+
|
823
|
+
### New features
|
824
|
+
|
825
|
+
Implement check against complex argument lists in functions that enable strict mode in ES7.
|
826
|
+
|
827
|
+
## 3.2.0 (2016-06-07)
|
828
|
+
|
829
|
+
### Bug fixes
|
830
|
+
|
831
|
+
Improve handling of lack of unicode regexp support in host
|
832
|
+
environment.
|
833
|
+
|
834
|
+
Properly reject shorthand properties whose name is a keyword.
|
835
|
+
|
836
|
+
### New features
|
837
|
+
|
838
|
+
Visitors created with `visit.make` now have their base as _prototype_, rather than copying properties into a fresh object.
|
839
|
+
|
840
|
+
## 3.1.0 (2016-04-18)
|
841
|
+
|
842
|
+
### Bug fixes
|
843
|
+
|
844
|
+
Properly tokenize the division operator directly after a function expression.
|
845
|
+
|
846
|
+
Allow trailing comma in destructuring arrays.
|
847
|
+
|
848
|
+
## 3.0.4 (2016-02-25)
|
849
|
+
|
850
|
+
### Fixes
|
851
|
+
|
852
|
+
Allow update expressions as left-hand-side of the ES7 exponential operator.
|
853
|
+
|
854
|
+
## 3.0.2 (2016-02-10)
|
855
|
+
|
856
|
+
### Fixes
|
857
|
+
|
858
|
+
Fix bug that accidentally made `undefined` a reserved word when parsing ES7.
|
859
|
+
|
860
|
+
## 3.0.0 (2016-02-10)
|
861
|
+
|
862
|
+
### Breaking changes
|
863
|
+
|
864
|
+
The default value of the `ecmaVersion` option is now 6 (used to be 5).
|
865
|
+
|
866
|
+
Support for comprehension syntax (which was dropped from the draft spec) has been removed.
|
867
|
+
|
868
|
+
### Fixes
|
869
|
+
|
870
|
+
`let` and `yield` are now “contextual keywords”, meaning you can mostly use them as identifiers in ES5 non-strict code.
|
871
|
+
|
872
|
+
A parenthesized class or function expression after `export default` is now parsed correctly.
|
873
|
+
|
874
|
+
### New features
|
875
|
+
|
876
|
+
When `ecmaVersion` is set to 7, Acorn will parse the exponentiation operator (`**`).
|
877
|
+
|
878
|
+
The identifier character ranges are now based on Unicode 8.0.0.
|
879
|
+
|
880
|
+
Plugins can now override the `raiseRecoverable` method to override the way non-critical errors are handled.
|
881
|
+
|
882
|
+
## 2.7.0 (2016-01-04)
|
883
|
+
|
884
|
+
### Fixes
|
885
|
+
|
886
|
+
Stop allowing rest parameters in setters.
|
887
|
+
|
888
|
+
Disallow `y` rexexp flag in ES5.
|
889
|
+
|
890
|
+
Disallow `\00` and `\000` escapes in strict mode.
|
891
|
+
|
892
|
+
Raise an error when an import name is a reserved word.
|
893
|
+
|
894
|
+
## 2.6.2 (2015-11-10)
|
895
|
+
|
896
|
+
### Fixes
|
897
|
+
|
898
|
+
Don't crash when no options object is passed.
|
899
|
+
|
900
|
+
## 2.6.0 (2015-11-09)
|
901
|
+
|
902
|
+
### Fixes
|
903
|
+
|
904
|
+
Add `await` as a reserved word in module sources.
|
905
|
+
|
906
|
+
Disallow `yield` in a parameter default value for a generator.
|
907
|
+
|
908
|
+
Forbid using a comma after a rest pattern in an array destructuring.
|
909
|
+
|
910
|
+
### New features
|
911
|
+
|
912
|
+
Support parsing stdin in command-line tool.
|
913
|
+
|
914
|
+
## 2.5.0 (2015-10-27)
|
915
|
+
|
916
|
+
### Fixes
|
917
|
+
|
918
|
+
Fix tokenizer support in the command-line tool.
|
919
|
+
|
920
|
+
Stop allowing `new.target` outside of functions.
|
921
|
+
|
922
|
+
Remove legacy `guard` and `guardedHandler` properties from try nodes.
|
923
|
+
|
924
|
+
Stop allowing multiple `__proto__` properties on an object literal in strict mode.
|
925
|
+
|
926
|
+
Don't allow rest parameters to be non-identifier patterns.
|
927
|
+
|
928
|
+
Check for duplicate paramter names in arrow functions.
|