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,56 @@
|
|
1
|
+
/* auto-generated by NAPI-RS */
|
2
|
+
/* eslint-disable */
|
3
|
+
|
4
|
+
export class Compiler {
|
5
|
+
constructor()
|
6
|
+
}
|
7
|
+
export type JsCompiler = Compiler
|
8
|
+
|
9
|
+
export declare function bundle(confItems: Buffer, signal?: AbortSignal | undefined | null): Promise<{ [index: string]: { code: string, map?: string } }>
|
10
|
+
|
11
|
+
export declare function getTargetTriple(): string
|
12
|
+
|
13
|
+
export declare function initCustomTraceSubscriber(traceOutFilePath?: string | undefined | null): void
|
14
|
+
|
15
|
+
export declare function minify(code: Buffer, opts: Buffer, extras: NapiMinifyExtra, signal?: AbortSignal | undefined | null): Promise<TransformOutput>
|
16
|
+
|
17
|
+
export declare function minifySync(code: Buffer, opts: Buffer, extras: NapiMinifyExtra): TransformOutput
|
18
|
+
|
19
|
+
export interface NapiMinifyExtra {
|
20
|
+
mangleNameCache?: object
|
21
|
+
}
|
22
|
+
|
23
|
+
export declare function newMangleNameCache(): object
|
24
|
+
|
25
|
+
export declare function parse(src: string, options: Buffer, filename?: string | undefined | null, signal?: AbortSignal | undefined | null): Promise<string>
|
26
|
+
|
27
|
+
export declare function parseFile(path: string, options: Buffer, signal?: AbortSignal | undefined | null): Promise<string>
|
28
|
+
|
29
|
+
export declare function parseFileSync(path: string, opts: Buffer): string
|
30
|
+
|
31
|
+
export declare function parseSync(src: string, opts: Buffer, filename?: string | undefined | null): string
|
32
|
+
|
33
|
+
export declare function print(programJson: string, options: Buffer, signal?: AbortSignal | undefined | null): Promise<TransformOutput>
|
34
|
+
|
35
|
+
export declare function printSync(program: string, options: Buffer): TransformOutput
|
36
|
+
|
37
|
+
export declare function transform(src: string, isModule: boolean, options: Buffer, signal?: AbortSignal | undefined | null): Promise<TransformOutput>
|
38
|
+
|
39
|
+
export declare function transformFile(src: string, isModule: boolean, options: Buffer, signal?: AbortSignal | undefined | null): Promise<TransformOutput>
|
40
|
+
|
41
|
+
export declare function transformFileSync(s: string, isModule: boolean, opts: Buffer): TransformOutput
|
42
|
+
|
43
|
+
export interface TransformOutput {
|
44
|
+
code: string
|
45
|
+
map?: string
|
46
|
+
output?: string
|
47
|
+
}
|
48
|
+
|
49
|
+
/** Hack for `Type Generation` */
|
50
|
+
export interface TransformOutput {
|
51
|
+
code: string
|
52
|
+
map?: string
|
53
|
+
}
|
54
|
+
|
55
|
+
export declare function transformSync(s: string, isModule: boolean, opts: Buffer): TransformOutput
|
56
|
+
|
@@ -0,0 +1,351 @@
|
|
1
|
+
// prettier-ignore
|
2
|
+
/* eslint-disable */
|
3
|
+
/* auto-generated by NAPI-RS */
|
4
|
+
|
5
|
+
const { readFileSync } = require('fs')
|
6
|
+
|
7
|
+
let nativeBinding = null
|
8
|
+
const loadErrors = []
|
9
|
+
|
10
|
+
const isMusl = () => {
|
11
|
+
let musl = false
|
12
|
+
if (process.platform === 'linux') {
|
13
|
+
musl = isMuslFromFilesystem()
|
14
|
+
if (musl === null) {
|
15
|
+
musl = isMuslFromReport()
|
16
|
+
}
|
17
|
+
if (musl === null) {
|
18
|
+
musl = isMuslFromChildProcess()
|
19
|
+
}
|
20
|
+
}
|
21
|
+
return musl
|
22
|
+
}
|
23
|
+
|
24
|
+
const isFileMusl = (f) => f.includes('libc.musl-') || f.includes('ld-musl-')
|
25
|
+
|
26
|
+
const isMuslFromFilesystem = () => {
|
27
|
+
try {
|
28
|
+
return readFileSync('/usr/bin/ldd', 'utf-8').includes('musl')
|
29
|
+
} catch {
|
30
|
+
return null
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
const isMuslFromReport = () => {
|
35
|
+
const report = typeof process.report.getReport === 'function' ? process.report.getReport() : null
|
36
|
+
if (!report) {
|
37
|
+
return null
|
38
|
+
}
|
39
|
+
if (report.header && report.header.glibcVersionRuntime) {
|
40
|
+
return false
|
41
|
+
}
|
42
|
+
if (Array.isArray(report.sharedObjects)) {
|
43
|
+
if (report.sharedObjects.some(isFileMusl)) {
|
44
|
+
return true
|
45
|
+
}
|
46
|
+
}
|
47
|
+
return false
|
48
|
+
}
|
49
|
+
|
50
|
+
const isMuslFromChildProcess = () => {
|
51
|
+
try {
|
52
|
+
return require('child_process').execSync('ldd --version', { encoding: 'utf8' }).includes('musl')
|
53
|
+
} catch (e) {
|
54
|
+
// If we reach this case, we don't know if the system is musl or not, so is better to just fallback to false
|
55
|
+
return false
|
56
|
+
}
|
57
|
+
}
|
58
|
+
|
59
|
+
function requireNative() {
|
60
|
+
if (process.platform === 'android') {
|
61
|
+
if (process.arch === 'arm64') {
|
62
|
+
try {
|
63
|
+
return require('./swc.android-arm64.node')
|
64
|
+
} catch (e) {
|
65
|
+
loadErrors.push(e)
|
66
|
+
}
|
67
|
+
try {
|
68
|
+
return require('@swc/core-android-arm64')
|
69
|
+
} catch (e) {
|
70
|
+
loadErrors.push(e)
|
71
|
+
}
|
72
|
+
|
73
|
+
} else if (process.arch === 'arm') {
|
74
|
+
try {
|
75
|
+
return require('./swc.android-arm-eabi.node')
|
76
|
+
} catch (e) {
|
77
|
+
loadErrors.push(e)
|
78
|
+
}
|
79
|
+
try {
|
80
|
+
return require('@swc/core-android-arm-eabi')
|
81
|
+
} catch (e) {
|
82
|
+
loadErrors.push(e)
|
83
|
+
}
|
84
|
+
|
85
|
+
} else {
|
86
|
+
loadErrors.push(new Error(`Unsupported architecture on Android ${process.arch}`))
|
87
|
+
}
|
88
|
+
} else if (process.platform === 'win32') {
|
89
|
+
if (process.arch === 'x64') {
|
90
|
+
try {
|
91
|
+
return require('./swc.win32-x64-msvc.node')
|
92
|
+
} catch (e) {
|
93
|
+
loadErrors.push(e)
|
94
|
+
}
|
95
|
+
try {
|
96
|
+
return require('@swc/core-win32-x64-msvc')
|
97
|
+
} catch (e) {
|
98
|
+
loadErrors.push(e)
|
99
|
+
}
|
100
|
+
|
101
|
+
} else if (process.arch === 'ia32') {
|
102
|
+
try {
|
103
|
+
return require('./swc.win32-ia32-msvc.node')
|
104
|
+
} catch (e) {
|
105
|
+
loadErrors.push(e)
|
106
|
+
}
|
107
|
+
try {
|
108
|
+
return require('@swc/core-win32-ia32-msvc')
|
109
|
+
} catch (e) {
|
110
|
+
loadErrors.push(e)
|
111
|
+
}
|
112
|
+
|
113
|
+
} else if (process.arch === 'arm64') {
|
114
|
+
try {
|
115
|
+
return require('./swc.win32-arm64-msvc.node')
|
116
|
+
} catch (e) {
|
117
|
+
loadErrors.push(e)
|
118
|
+
}
|
119
|
+
try {
|
120
|
+
return require('@swc/core-win32-arm64-msvc')
|
121
|
+
} catch (e) {
|
122
|
+
loadErrors.push(e)
|
123
|
+
}
|
124
|
+
|
125
|
+
} else {
|
126
|
+
loadErrors.push(new Error(`Unsupported architecture on Windows: ${process.arch}`))
|
127
|
+
}
|
128
|
+
} else if (process.platform === 'darwin') {
|
129
|
+
try {
|
130
|
+
return require('./swc.darwin-universal.node')
|
131
|
+
} catch (e) {
|
132
|
+
loadErrors.push(e)
|
133
|
+
}
|
134
|
+
try {
|
135
|
+
return require('@swc/core-darwin-universal')
|
136
|
+
} catch (e) {
|
137
|
+
loadErrors.push(e)
|
138
|
+
}
|
139
|
+
|
140
|
+
if (process.arch === 'x64') {
|
141
|
+
try {
|
142
|
+
return require('./swc.darwin-x64.node')
|
143
|
+
} catch (e) {
|
144
|
+
loadErrors.push(e)
|
145
|
+
}
|
146
|
+
try {
|
147
|
+
return require('@swc/core-darwin-x64')
|
148
|
+
} catch (e) {
|
149
|
+
loadErrors.push(e)
|
150
|
+
}
|
151
|
+
|
152
|
+
} else if (process.arch === 'arm64') {
|
153
|
+
try {
|
154
|
+
return require('./swc.darwin-arm64.node')
|
155
|
+
} catch (e) {
|
156
|
+
loadErrors.push(e)
|
157
|
+
}
|
158
|
+
try {
|
159
|
+
return require('@swc/core-darwin-arm64')
|
160
|
+
} catch (e) {
|
161
|
+
loadErrors.push(e)
|
162
|
+
}
|
163
|
+
|
164
|
+
} else {
|
165
|
+
loadErrors.push(new Error(`Unsupported architecture on macOS: ${process.arch}`))
|
166
|
+
}
|
167
|
+
} else if (process.platform === 'freebsd') {
|
168
|
+
if (process.arch === 'x64') {
|
169
|
+
try {
|
170
|
+
return require('./swc.freebsd-x64.node')
|
171
|
+
} catch (e) {
|
172
|
+
loadErrors.push(e)
|
173
|
+
}
|
174
|
+
try {
|
175
|
+
return require('@swc/core-freebsd-x64')
|
176
|
+
} catch (e) {
|
177
|
+
loadErrors.push(e)
|
178
|
+
}
|
179
|
+
|
180
|
+
} else if (process.arch === 'arm64') {
|
181
|
+
try {
|
182
|
+
return require('./swc.freebsd-arm64.node')
|
183
|
+
} catch (e) {
|
184
|
+
loadErrors.push(e)
|
185
|
+
}
|
186
|
+
try {
|
187
|
+
return require('@swc/core-freebsd-arm64')
|
188
|
+
} catch (e) {
|
189
|
+
loadErrors.push(e)
|
190
|
+
}
|
191
|
+
|
192
|
+
} else {
|
193
|
+
loadErrors.push(new Error(`Unsupported architecture on FreeBSD: ${process.arch}`))
|
194
|
+
}
|
195
|
+
} else if (process.platform === 'linux') {
|
196
|
+
if (process.arch === 'x64') {
|
197
|
+
if (isMusl()) {
|
198
|
+
try {
|
199
|
+
return require('./swc.linux-x64-musl.node')
|
200
|
+
} catch (e) {
|
201
|
+
loadErrors.push(e)
|
202
|
+
}
|
203
|
+
try {
|
204
|
+
return require('@swc/core-linux-x64-musl')
|
205
|
+
} catch (e) {
|
206
|
+
loadErrors.push(e)
|
207
|
+
}
|
208
|
+
|
209
|
+
} else {
|
210
|
+
try {
|
211
|
+
return require('./swc.linux-x64-gnu.node')
|
212
|
+
} catch (e) {
|
213
|
+
loadErrors.push(e)
|
214
|
+
}
|
215
|
+
try {
|
216
|
+
return require('@swc/core-linux-x64-gnu')
|
217
|
+
} catch (e) {
|
218
|
+
loadErrors.push(e)
|
219
|
+
}
|
220
|
+
|
221
|
+
}
|
222
|
+
} else if (process.arch === 'arm64') {
|
223
|
+
if (isMusl()) {
|
224
|
+
try {
|
225
|
+
return require('./swc.linux-arm64-musl.node')
|
226
|
+
} catch (e) {
|
227
|
+
loadErrors.push(e)
|
228
|
+
}
|
229
|
+
try {
|
230
|
+
return require('@swc/core-linux-arm64-musl')
|
231
|
+
} catch (e) {
|
232
|
+
loadErrors.push(e)
|
233
|
+
}
|
234
|
+
|
235
|
+
} else {
|
236
|
+
try {
|
237
|
+
return require('./swc.linux-arm64-gnu.node')
|
238
|
+
} catch (e) {
|
239
|
+
loadErrors.push(e)
|
240
|
+
}
|
241
|
+
try {
|
242
|
+
return require('@swc/core-linux-arm64-gnu')
|
243
|
+
} catch (e) {
|
244
|
+
loadErrors.push(e)
|
245
|
+
}
|
246
|
+
|
247
|
+
}
|
248
|
+
} else if (process.arch === 'arm') {
|
249
|
+
try {
|
250
|
+
return require('./swc.linux-arm-gnueabihf.node')
|
251
|
+
} catch (e) {
|
252
|
+
loadErrors.push(e)
|
253
|
+
}
|
254
|
+
try {
|
255
|
+
return require('@swc/core-linux-arm-gnueabihf')
|
256
|
+
} catch (e) {
|
257
|
+
loadErrors.push(e)
|
258
|
+
}
|
259
|
+
} else if (process.arch === 'riscv64') {
|
260
|
+
if (isMusl()) {
|
261
|
+
try {
|
262
|
+
return require('./swc.linux-riscv64-musl.node')
|
263
|
+
} catch (e) {
|
264
|
+
loadErrors.push(e)
|
265
|
+
}
|
266
|
+
try {
|
267
|
+
return require('@swc/core-linux-riscv64-musl')
|
268
|
+
} catch (e) {
|
269
|
+
loadErrors.push(e)
|
270
|
+
}
|
271
|
+
} else {
|
272
|
+
try {
|
273
|
+
return require('./swc.linux-riscv64-gnu.node')
|
274
|
+
} catch (e) {
|
275
|
+
loadErrors.push(e)
|
276
|
+
}
|
277
|
+
try {
|
278
|
+
return require('@swc/core-linux-riscv64-gnu')
|
279
|
+
} catch (e) {
|
280
|
+
loadErrors.push(e)
|
281
|
+
}
|
282
|
+
}
|
283
|
+
} else if (process.arch === 's390x') {
|
284
|
+
try {
|
285
|
+
return require('./swc.linux-s390x-gnu.node')
|
286
|
+
} catch (e) {
|
287
|
+
loadErrors.push(e)
|
288
|
+
}
|
289
|
+
try {
|
290
|
+
return require('@swc/core-linux-s390x-gnu')
|
291
|
+
} catch (e) {
|
292
|
+
loadErrors.push(e)
|
293
|
+
}
|
294
|
+
} else {
|
295
|
+
loadErrors.push(new Error(`Unsupported architecture on Linux: ${process.arch}`))
|
296
|
+
}
|
297
|
+
} else {
|
298
|
+
loadErrors.push(new Error(`Unsupported OS: ${process.platform}, architecture: ${process.arch}`))
|
299
|
+
}
|
300
|
+
}
|
301
|
+
|
302
|
+
nativeBinding = requireNative()
|
303
|
+
|
304
|
+
if (!nativeBinding || process.env.NAPI_RS_FORCE_WASI) {
|
305
|
+
try {
|
306
|
+
nativeBinding = require('./swc.wasi.cjs')
|
307
|
+
} catch (err) {
|
308
|
+
if (process.env.NAPI_RS_FORCE_WASI) {
|
309
|
+
console.error(err)
|
310
|
+
}
|
311
|
+
}
|
312
|
+
if (!nativeBinding) {
|
313
|
+
try {
|
314
|
+
nativeBinding = require('@swc/core-wasm32-wasi')
|
315
|
+
} catch (err) {
|
316
|
+
if (process.env.NAPI_RS_FORCE_WASI) {
|
317
|
+
console.error(err)
|
318
|
+
}
|
319
|
+
}
|
320
|
+
}
|
321
|
+
}
|
322
|
+
|
323
|
+
if (!nativeBinding) {
|
324
|
+
if (loadErrors.length > 0) {
|
325
|
+
// TODO Link to documentation with potential fixes
|
326
|
+
// - The package owner could build/publish bindings for this arch
|
327
|
+
// - The user may need to bundle the correct files
|
328
|
+
// - The user may need to re-install node_modules to get new packages
|
329
|
+
throw new Error('Failed to load native binding', { cause: loadErrors })
|
330
|
+
}
|
331
|
+
throw new Error(`Failed to load native binding`)
|
332
|
+
}
|
333
|
+
|
334
|
+
module.exports.Compiler = nativeBinding.Compiler
|
335
|
+
module.exports.JsCompiler = nativeBinding.JsCompiler
|
336
|
+
module.exports.bundle = nativeBinding.bundle
|
337
|
+
module.exports.getTargetTriple = nativeBinding.getTargetTriple
|
338
|
+
module.exports.initCustomTraceSubscriber = nativeBinding.initCustomTraceSubscriber
|
339
|
+
module.exports.minify = nativeBinding.minify
|
340
|
+
module.exports.minifySync = nativeBinding.minifySync
|
341
|
+
module.exports.newMangleNameCache = nativeBinding.newMangleNameCache
|
342
|
+
module.exports.parse = nativeBinding.parse
|
343
|
+
module.exports.parseFile = nativeBinding.parseFile
|
344
|
+
module.exports.parseFileSync = nativeBinding.parseFileSync
|
345
|
+
module.exports.parseSync = nativeBinding.parseSync
|
346
|
+
module.exports.print = nativeBinding.print
|
347
|
+
module.exports.printSync = nativeBinding.printSync
|
348
|
+
module.exports.transform = nativeBinding.transform
|
349
|
+
module.exports.transformFile = nativeBinding.transformFile
|
350
|
+
module.exports.transformFileSync = nativeBinding.transformFileSync
|
351
|
+
module.exports.transformSync = nativeBinding.transformSync
|
@@ -0,0 +1,118 @@
|
|
1
|
+
import type { Plugin, ParseOptions, Module, Output, Options, Script, Program, JsMinifyOptions } from "@swc/types";
|
2
|
+
export type * from "@swc/types";
|
3
|
+
export { newMangleNameCache as experimental_newMangleNameCache } from "./binding";
|
4
|
+
import { BundleInput } from "./spack";
|
5
|
+
import type { NapiMinifyExtra } from "./binding";
|
6
|
+
/**
|
7
|
+
* Version of the swc binding.
|
8
|
+
*/
|
9
|
+
export declare const version: string;
|
10
|
+
/**
|
11
|
+
* @deprecated JavaScript API is deprecated. Please use Wasm plugin instead.
|
12
|
+
*/
|
13
|
+
export declare function plugins(ps: Plugin[]): Plugin;
|
14
|
+
export declare class Compiler {
|
15
|
+
private fallbackBindingsPluginWarningDisplayed;
|
16
|
+
minify(src: string, opts?: JsMinifyOptions, extras?: NapiMinifyExtra): Promise<Output>;
|
17
|
+
minifySync(src: string, opts?: JsMinifyOptions, extras?: NapiMinifyExtra): Output;
|
18
|
+
/**
|
19
|
+
* @deprecated Use Rust instead.
|
20
|
+
*/
|
21
|
+
parse(src: string, options: ParseOptions & {
|
22
|
+
isModule: false;
|
23
|
+
}): Promise<Script>;
|
24
|
+
parse(src: string, options?: ParseOptions, filename?: string): Promise<Module>;
|
25
|
+
parseSync(src: string, options: ParseOptions & {
|
26
|
+
isModule: false;
|
27
|
+
}): Script;
|
28
|
+
parseSync(src: string, options?: ParseOptions, filename?: string): Module;
|
29
|
+
parseFile(path: string, options: ParseOptions & {
|
30
|
+
isModule: false;
|
31
|
+
}): Promise<Script>;
|
32
|
+
parseFile(path: string, options?: ParseOptions): Promise<Module>;
|
33
|
+
parseFileSync(path: string, options: ParseOptions & {
|
34
|
+
isModule: false;
|
35
|
+
}): Script;
|
36
|
+
parseFileSync(path: string, options?: ParseOptions): Module;
|
37
|
+
/**
|
38
|
+
* Note: this method should be invoked on the compiler instance used
|
39
|
+
* for `parse()` / `parseSync()`.
|
40
|
+
*/
|
41
|
+
print(m: Program, options?: Options): Promise<Output>;
|
42
|
+
/**
|
43
|
+
* Note: this method should be invoked on the compiler instance used
|
44
|
+
* for `parse()` / `parseSync()`.
|
45
|
+
*/
|
46
|
+
printSync(m: Program, options?: Options): Output;
|
47
|
+
transform(src: string | Program, options?: Options): Promise<Output>;
|
48
|
+
transformSync(src: string | Program, options?: Options): Output;
|
49
|
+
transformFile(path: string, options?: Options): Promise<Output>;
|
50
|
+
transformFileSync(path: string, options?: Options): Output;
|
51
|
+
bundle(options?: BundleInput | string): Promise<{
|
52
|
+
[name: string]: Output;
|
53
|
+
}>;
|
54
|
+
}
|
55
|
+
/**
|
56
|
+
* @deprecated Use Rust instead.
|
57
|
+
*/
|
58
|
+
export declare function parse(src: string, options: ParseOptions & {
|
59
|
+
isModule: false;
|
60
|
+
}): Promise<Script>;
|
61
|
+
export declare function parse(src: string, options?: ParseOptions): Promise<Module>;
|
62
|
+
export declare function parseSync(src: string, options: ParseOptions & {
|
63
|
+
isModule: false;
|
64
|
+
}): Script;
|
65
|
+
export declare function parseSync(src: string, options?: ParseOptions): Module;
|
66
|
+
export declare function parseFile(path: string, options: ParseOptions & {
|
67
|
+
isModule: false;
|
68
|
+
}): Promise<Script>;
|
69
|
+
export declare function parseFile(path: string, options?: ParseOptions): Promise<Module>;
|
70
|
+
export declare function parseFileSync(path: string, options: ParseOptions & {
|
71
|
+
isModule: false;
|
72
|
+
}): Script;
|
73
|
+
export declare function parseFileSync(path: string, options?: ParseOptions): Module;
|
74
|
+
export declare function print(m: Program, options?: Options): Promise<Output>;
|
75
|
+
export declare function printSync(m: Program, options?: Options): Output;
|
76
|
+
export declare function transform(src: string | Program, options?: Options): Promise<Output>;
|
77
|
+
export declare function transformSync(src: string | Program, options?: Options): Output;
|
78
|
+
export declare function transformFile(path: string, options?: Options): Promise<Output>;
|
79
|
+
export declare function transformFileSync(path: string, options?: Options): Output;
|
80
|
+
export declare function bundle(options?: BundleInput | string): Promise<{
|
81
|
+
[name: string]: Output;
|
82
|
+
}>;
|
83
|
+
export declare function minify(src: string, opts?: JsMinifyOptions, extras?: NapiMinifyExtra): Promise<Output>;
|
84
|
+
export declare function minifySync(src: string, opts?: JsMinifyOptions, extras?: NapiMinifyExtra): Output;
|
85
|
+
/**
|
86
|
+
* Configure custom trace configuration runs for a process lifecycle.
|
87
|
+
* Currently only chromium's trace event format is supported.
|
88
|
+
* (https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview)
|
89
|
+
*
|
90
|
+
* This should be called before calling any binding interfaces exported in `@swc/core`, such as
|
91
|
+
* `transform*`, or `parse*` or anything. To avoid breaking changes, each binding fn internally
|
92
|
+
* sets default trace subscriber if not set.
|
93
|
+
*
|
94
|
+
* Unlike other configuration, this does not belong to individual api surface using swcrc
|
95
|
+
* or api's parameters (`transform(..., {trace})`). This is due to current tracing subscriber
|
96
|
+
* can be configured only once for the global scope. Calling `registerGlobalTraceConfig` multiple
|
97
|
+
* time won't cause error, subsequent calls will be ignored.
|
98
|
+
*
|
99
|
+
* As name implies currently this is experimental interface may change over time without semver
|
100
|
+
* major breaking changes. Please provide feedbacks,
|
101
|
+
* or bug report at https://github.com/swc-project/swc/discussions.
|
102
|
+
*/
|
103
|
+
export declare function __experimental_registerGlobalTraceConfig(traceConfig: {
|
104
|
+
type: "traceEvent";
|
105
|
+
fileName?: string;
|
106
|
+
}): void;
|
107
|
+
/**
|
108
|
+
* @ignore
|
109
|
+
*
|
110
|
+
* Returns current binary's metadata to determine which binary is actually loaded.
|
111
|
+
*
|
112
|
+
* This is undocumented interface, does not guarantee stability across `@swc/core`'s semver
|
113
|
+
* as internal representation may change anytime. Use it with caution.
|
114
|
+
*/
|
115
|
+
export declare function getBinaryMetadata(): {
|
116
|
+
target: string | undefined;
|
117
|
+
};
|
118
|
+
export declare const DEFAULT_EXTENSIONS: readonly string[];
|