-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add createMarkdown() factory to expose the compiler and parser
This allows for direct use of the markdown-to-jsx AST if it's preferable for your use case to retain full control over output. refactor: isolate React rendering rules chore: upgrade dependencies refactor: consolidate formatted text rules chore: update dependencies refactor: react 16 refactor: remove top-level compiler export refactor: moving things around chore: update benchmark refactor: improve typings refactor: refactor rules into tuple array, add disable/enableRules feat: add custom rule support forward-port fixes from 7.x
- Loading branch information
Showing
615 changed files
with
4,207 additions
and
5,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'markdown-to-jsx': major | ||
--- | ||
|
||
Bump minimum React version to 16+. `markdown-to-jsx` can now return strings directly without needing a wrapper unless forced via `options.forceWrapper`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'markdown-to-jsx': minor | ||
--- | ||
|
||
Add `options.enableRules` and `options.disableRules`; this allows for individual syntaxes to be conditionally switched on/off as desired. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'markdown-to-jsx': minor | ||
--- | ||
|
||
Add `options.customRules`, this allows for novel functionality to be implemented in tandem with `options.renderRule`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
'markdown-to-jsx': major | ||
--- | ||
|
||
Introduce the `createMarkdown(options)` factory function. This factory wraps and replaces the prior `compiler(input, options)` top-level export, while also exposing the AST parser directly for ✨ advanced use cases ✨. | ||
|
||
```tsx | ||
import { createMarkdown } from 'markdown-to-jsx' | ||
|
||
// parser = receive AST without going directly to React, allows for complete override | ||
// compiler = parser + React output (the equivalent of using the `Markdown` component) | ||
// Markdown = React component for convenience | ||
const { Markdown, compiler, parser } = createMarkdown({ | ||
/* any options here */ | ||
}) | ||
``` |
Binary file removed
BIN
-26.7 KB
.yarn/cache/@ampproject-remapping-npm-2.2.1-3da3d624be-e15fecbf3b.zip
Binary file not shown.
Binary file removed
BIN
-9.17 KB
.yarn/cache/@babel-code-frame-npm-7.22.13-2782581d20-bf6ae6ba3a.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-9.47 KB
.yarn/cache/@babel-compat-data-npm-7.22.9-f9e02d51b9-6797f59857.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.58 KB
.yarn/cache/@babel-helper-annotate-as-pure-npm-7.22.5-f38dc8aa1c-53da330f18.zip
Binary file not shown.
Binary file added
BIN
+3.6 KB
.yarn/cache/@babel-helper-annotate-as-pure-npm-7.25.9-a0f89e14a0-41edda10df.zip
Binary file not shown.
Binary file removed
BIN
-7.42 KB
...el-helper-builder-binary-assignment-operator-visitor-npm-7.22.5-edf1e207c4-d753acac62.zip
Binary file not shown.
Binary file removed
BIN
-21.7 KB
.yarn/cache/@babel-helper-compilation-targets-npm-7.22.9-b4473889ca-779510e4c2.zip
Binary file not shown.
Binary file removed
BIN
-79.5 KB
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.23.7-721531f6f7-c8b3ef58fc.zip
Binary file not shown.
Binary file added
BIN
+102 KB
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.25.9-1efda825e9-d1d47a7b5f.zip
Binary file not shown.
Binary file removed
BIN
-11.7 KB
.yarn/cache/@babel-helper-create-regexp-features-plugin-npm-7.22.9-5ff9a824ff-6f3475a766.zip
Binary file not shown.
Binary file removed
BIN
-62.6 KB
.yarn/cache/@babel-helper-define-polyfill-provider-npm-0.4.2-2bd0498c82-6383a34af4.zip
Binary file not shown.
Binary file removed
BIN
-4.31 KB
.yarn/cache/@babel-helper-environment-visitor-npm-7.22.20-260909e014-d80ee98ff6.zip
Binary file not shown.
Binary file removed
BIN
-8.77 KB
.yarn/cache/@babel-helper-function-name-npm-7.23.0-ce38271242-7b2ae024cd.zip
Binary file not shown.
Binary file removed
BIN
-4.5 KB
.yarn/cache/@babel-helper-hoist-variables-npm-7.22.5-6db3192347-394ca191b4.zip
Binary file not shown.
Binary file removed
BIN
-15.7 KB
...n/cache/@babel-helper-member-expression-to-functions-npm-7.23.0-4eb0647557-325feb6e20.zip
Binary file not shown.
Binary file added
BIN
+15.6 KB
...n/cache/@babel-helper-member-expression-to-functions-npm-7.25.9-761e6fec27-ef8cc1c1e6.zip
Binary file not shown.
Binary file removed
BIN
-16 KB
.yarn/cache/@babel-helper-module-imports-npm-7.22.5-399b6063db-d8296447c0.zip
Binary file not shown.
Binary file removed
BIN
-41.9 KB
.yarn/cache/@babel-helper-module-transforms-npm-7.22.9-dfa9ef05d1-80244f45e3.zip
Binary file not shown.
Binary file removed
BIN
-4.15 KB
.yarn/cache/@babel-helper-optimise-call-expression-npm-7.22.5-846964ef82-c70ef6cc6b.zip
Binary file not shown.
Binary file added
BIN
+4.16 KB
.yarn/cache/@babel-helper-optimise-call-expression-npm-7.25.9-d8006fbada-f09d0ad60c.zip
Binary file not shown.
Binary file removed
BIN
-6.19 KB
.yarn/cache/@babel-helper-plugin-utils-npm-7.22.5-192e38e1de-ab220db218.zip
Binary file not shown.
Binary file added
BIN
+6.17 KB
.yarn/cache/@babel-helper-plugin-utils-npm-7.25.9-462b7ade58-e347d87728.zip
Binary file not shown.
Binary file removed
BIN
-5.4 KB
.yarn/cache/@babel-helper-remap-async-to-generator-npm-7.22.9-3ca47fbc3b-0553807944.zip
Binary file not shown.
Binary file removed
BIN
-9.95 KB
.yarn/cache/@babel-helper-replace-supers-npm-7.22.20-7e1aa74118-617666f57b.zip
Binary file not shown.
Binary file added
BIN
+10.9 KB
.yarn/cache/@babel-helper-replace-supers-npm-7.25.9-664068b76b-8ebf787016.zip
Binary file not shown.
Binary file removed
BIN
-5.9 KB
.yarn/cache/@babel-helper-simple-access-npm-7.22.5-0a3f578780-7d5430eecf.zip
Binary file not shown.
Binary file removed
BIN
-4.19 KB
...e/@babel-helper-skip-transparent-expression-wrappers-npm-7.22.5-a398428942-1012ef2295.zip
Binary file not shown.
Binary file added
BIN
+4.22 KB
...e/@babel-helper-skip-transparent-expression-wrappers-npm-7.25.9-215072fae0-fdbb524893.zip
Binary file not shown.
Binary file removed
BIN
-5.25 KB
.yarn/cache/@babel-helper-split-export-declaration-npm-7.22.6-e723505aef-e141cace58.zip
Binary file not shown.
Binary file removed
BIN
-9.82 KB
.yarn/cache/@babel-helper-string-parser-npm-7.22.5-448ff0e489-7f275a7f1a.zip
Binary file not shown.
Binary file added
BIN
+9.92 KB
.yarn/cache/@babel-helper-string-parser-npm-7.25.9-eade578078-c28656c52b.zip
Binary file not shown.
Binary file removed
BIN
-17.5 KB
.yarn/cache/@babel-helper-validator-identifier-npm-7.22.20-18305bb306-df882d2675.zip
Binary file not shown.
Binary file added
BIN
+16.6 KB
.yarn/cache/@babel-helper-validator-identifier-npm-7.25.9-2634b947a4-3f9b649be0.zip
Binary file not shown.
Binary file removed
BIN
-7.14 KB
.yarn/cache/@babel-helper-validator-option-npm-7.22.5-eaf22b24ab-bbeca8a85e.zip
Binary file not shown.
Binary file removed
BIN
-6.69 KB
.yarn/cache/@babel-helper-wrap-function-npm-7.22.9-34f074c956-5ac86fe27b.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-7.16 KB
...ri-id-destructuring-collision-in-function-expression-npm-7.22.5-215f43a711-1e353a060f.zip
Binary file not shown.
Binary file removed
BIN
-8.21 KB
...gin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.22.5-6dcfb282c0-16e7a5f3bf.zip
Binary file not shown.
Binary file removed
BIN
-3.11 KB
.../cache/@babel-plugin-proposal-unicode-property-regex-npm-7.14.5-d36f372112-58bd3277a9.zip
Binary file not shown.
Binary file removed
BIN
-2.69 KB
.yarn/cache/@babel-plugin-syntax-dynamic-import-npm-7.8.3-fb9ff5634a-ce307af83c.zip
Binary file not shown.
Binary file removed
BIN
-2.83 KB
.yarn/cache/@babel-plugin-syntax-export-namespace-from-npm-7.8.3-1747201aa9-85740478be.zip
Binary file not shown.
Binary file removed
BIN
-2.8 KB
.yarn/cache/@babel-plugin-syntax-flow-npm-7.14.5-0caf4ec52e-ba6c813259.zip
Binary file not shown.
Binary file removed
BIN
-3.5 KB
.yarn/cache/@babel-plugin-syntax-import-assertions-npm-7.22.5-2635aad13d-2b8b5572db.zip
Binary file not shown.
Binary file removed
BIN
-4.04 KB
.yarn/cache/@babel-plugin-syntax-import-attributes-npm-7.22.5-b93e4950ce-197b3c5ea2.zip
Binary file not shown.
Binary file removed
BIN
-3.52 KB
.yarn/cache/@babel-plugin-syntax-jsx-npm-7.22.5-2cbf8e7e68-8829d30c26.zip
Binary file not shown.
Binary file removed
BIN
-4.57 KB
.yarn/cache/@babel-plugin-syntax-typescript-npm-7.23.3-d4e4d71527-abfad3a192.zip
Binary file not shown.
Binary file added
BIN
+4.6 KB
.yarn/cache/@babel-plugin-syntax-typescript-npm-7.25.9-5201e4ba77-0e9821e8ba.zip
Binary file not shown.
Binary file removed
BIN
-4.2 KB
.yarn/cache/@babel-plugin-transform-arrow-functions-npm-7.22.5-af136ec392-35abb6c570.zip
Binary file not shown.
Binary file removed
BIN
-9.25 KB
...he/@babel-plugin-transform-async-generator-functions-npm-7.22.7-d0905cd09e-89d307629d.zip
Binary file not shown.
Binary file removed
BIN
-4.73 KB
.yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.22.5-f69f15a70f-b95f23f99d.zip
Binary file not shown.
Binary file removed
BIN
-4.59 KB
...cache/@babel-plugin-transform-block-scoped-functions-npm-7.22.5-19b39eb7ee-416b134185.zip
Binary file not shown.
Binary file removed
BIN
-27.8 KB
.yarn/cache/@babel-plugin-transform-block-scoping-npm-7.22.5-693be2c793-ecfff46f51.zip
Binary file not shown.
Binary file removed
BIN
-3.94 KB
.yarn/cache/@babel-plugin-transform-class-properties-npm-7.22.5-c3b1b6b165-b830152dfc.zip
Binary file not shown.
Binary file removed
BIN
-5.62 KB
.yarn/cache/@babel-plugin-transform-class-static-block-npm-7.22.5-8cb8058c1d-bc48b92dba.zip
Binary file not shown.
Binary file removed
BIN
-25.7 KB
.yarn/cache/@babel-plugin-transform-classes-npm-7.22.6-c4b31c896f-9b2f653d12.zip
Binary file not shown.
Binary file removed
BIN
-8.3 KB
.yarn/cache/@babel-plugin-transform-computed-properties-npm-7.22.5-c3ec4766ab-a3efa8de19.zip
Binary file not shown.
Binary file removed
BIN
-36.3 KB
.yarn/cache/@babel-plugin-transform-destructuring-npm-7.22.5-e9364713b6-b568c51bc8.zip
Binary file not shown.
Binary file removed
BIN
-3.6 KB
.yarn/cache/@babel-plugin-transform-dotall-regex-npm-7.22.5-0255db6e7c-409b658d11.zip
Binary file not shown.
Binary file removed
BIN
-4.92 KB
.yarn/cache/@babel-plugin-transform-duplicate-keys-npm-7.22.5-c4136fee39-bb1280fbab.zip
Binary file not shown.
Binary file removed
BIN
-4.39 KB
.yarn/cache/@babel-plugin-transform-dynamic-import-npm-7.22.5-5245ff4c0c-186a6d59f3.zip
Binary file not shown.
Binary file removed
BIN
-4.05 KB
...ache/@babel-plugin-transform-exponentiation-operator-npm-7.22.5-c82f2c6e1d-f2d660c1b1.zip
Binary file not shown.
Binary file removed
BIN
-4.84 KB
.../cache/@babel-plugin-transform-export-namespace-from-npm-7.22.5-822b6dab82-3d197b7887.zip
Binary file not shown.
Binary file removed
BIN
-3.88 KB
.yarn/cache/@babel-plugin-transform-flow-strip-types-npm-7.14.5-0470e6f1de-c1d6d0612e.zip
Binary file not shown.
Binary file removed
BIN
-14.5 KB
.yarn/cache/@babel-plugin-transform-for-of-npm-7.22.5-7c6623b6cb-07ab9ce49a.zip
Binary file not shown.
Binary file removed
BIN
-4.26 KB
.yarn/cache/@babel-plugin-transform-function-name-npm-7.22.5-e4ae437abe-cff3b87635.zip
Binary file not shown.
Binary file removed
BIN
-4.35 KB
.yarn/cache/@babel-plugin-transform-json-strings-npm-7.22.5-570f5d94c4-4e00b90248.zip
Binary file not shown.
Binary file removed
BIN
-3.68 KB
.yarn/cache/@babel-plugin-transform-literals-npm-7.22.5-a6ebdb9a3f-ec37cc2ffb.zip
Binary file not shown.
Binary file removed
BIN
-5.08 KB
...@babel-plugin-transform-logical-assignment-operators-npm-7.22.5-e2bd9d5d66-18748e953c.zip
Binary file not shown.
Binary file removed
BIN
-4.09 KB
...e/@babel-plugin-transform-member-expression-literals-npm-7.22.5-00b2f7d310-ec4b0e0791.zip
Binary file not shown.
Binary file removed
BIN
-7.94 KB
.yarn/cache/@babel-plugin-transform-modules-amd-npm-7.22.5-d4afd920af-5453f82920.zip
Binary file not shown.
Binary file removed
BIN
-11.9 KB
.yarn/cache/@babel-plugin-transform-modules-commonjs-npm-7.22.5-9fb6bd76fa-bf8bcc7a0f.zip
Binary file not shown.
Binary file removed
BIN
-16.3 KB
.yarn/cache/@babel-plugin-transform-modules-systemjs-npm-7.22.5-f10f9d7e6d-bc9fc6fe6d.zip
Binary file not shown.
Binary file removed
BIN
-9 KB
.yarn/cache/@babel-plugin-transform-modules-umd-npm-7.22.5-332024cbaa-b955d066c6.zip
Binary file not shown.
Binary file removed
BIN
-4.11 KB
...@babel-plugin-transform-named-capturing-groups-regex-npm-7.22.5-b9360fd04d-3ee564ddee.zip
Binary file not shown.
Binary file removed
BIN
-5.32 KB
.yarn/cache/@babel-plugin-transform-new-target-npm-7.22.5-113516dd3d-6b72112773.zip
Binary file not shown.
Binary file removed
BIN
-5.32 KB
.../@babel-plugin-transform-nullish-coalescing-operator-npm-7.22.5-f071b4a3c0-e6a059169d.zip
Binary file not shown.
Binary file removed
BIN
-4.17 KB
.yarn/cache/@babel-plugin-transform-numeric-separator-npm-7.22.5-301bcf6067-9e7837d4ea.zip
Binary file not shown.
Binary file removed
BIN
-21.5 KB
.yarn/cache/@babel-plugin-transform-object-rest-spread-npm-7.22.5-20b746e649-f4ab721dff.zip
Binary file not shown.
Binary file removed
BIN
-4.48 KB
.yarn/cache/@babel-plugin-transform-object-super-npm-7.22.5-6c247bd1c8-b71887877d.zip
Binary file not shown.
Binary file removed
BIN
-3.97 KB
...cache/@babel-plugin-transform-optional-catch-binding-npm-7.22.5-78456ccc55-b0e8b4233f.zip
Binary file not shown.
Binary file removed
BIN
-21.8 KB
.yarn/cache/@babel-plugin-transform-optional-chaining-npm-7.22.6-8edc8d90eb-9b9e2ab090.zip
Binary file not shown.
Binary file removed
BIN
-23 KB
.yarn/cache/@babel-plugin-transform-parameters-npm-7.22.5-0388236044-86bec14b1a.zip
Binary file not shown.
Binary file removed
BIN
-3.85 KB
.yarn/cache/@babel-plugin-transform-private-methods-npm-7.22.5-0015afb8a1-321479b4fc.zip
Binary file not shown.
Binary file removed
BIN
-8.37 KB
...e/@babel-plugin-transform-private-property-in-object-npm-7.22.5-2ea542a7ca-d340bd7180.zip
Binary file not shown.
Binary file removed
BIN
-3.9 KB
.yarn/cache/@babel-plugin-transform-property-literals-npm-7.22.5-5b47e3b787-796176a317.zip
Binary file not shown.
Binary file removed
BIN
-6.22 KB
.yarn/cache/@babel-plugin-transform-react-display-name-npm-7.22.5-eebc8d2b87-a12bfd1e4e.zip
Binary file not shown.
Binary file removed
BIN
-3.28 KB
.../cache/@babel-plugin-transform-react-jsx-development-npm-7.22.5-a622b4b1f6-36bc3ff0b9.zip
Binary file not shown.
Binary file removed
BIN
-23 KB
.yarn/cache/@babel-plugin-transform-react-jsx-npm-7.22.5-f8a9783868-6be5db99b1.zip
Binary file not shown.
Binary file removed
BIN
-5.17 KB
...cache/@babel-plugin-transform-react-pure-annotations-npm-7.22.5-6c092a54b9-092021c4f4.zip
Binary file not shown.
Binary file removed
BIN
-4.37 KB
.yarn/cache/@babel-plugin-transform-regenerator-npm-7.22.5-5a4c679227-f7c5ca5151.zip
Binary file not shown.
Binary file removed
BIN
-3.71 KB
.yarn/cache/@babel-plugin-transform-reserved-words-npm-7.22.5-a845b3b487-3ffd7dbc42.zip
Binary file not shown.
Binary file removed
BIN
-4.42 KB
...n/cache/@babel-plugin-transform-shorthand-properties-npm-7.22.5-362022b06f-a5ac902c56.zip
Binary file not shown.
Binary file removed
BIN
-8.07 KB
.yarn/cache/@babel-plugin-transform-spread-npm-7.22.5-61ed9bc888-f9fd247b3f.zip
Binary file not shown.
Binary file removed
BIN
-3.85 KB
.yarn/cache/@babel-plugin-transform-sticky-regex-npm-7.22.5-c695959c0a-63b2c575e3.zip
Binary file not shown.
Binary file removed
BIN
-7.22 KB
.yarn/cache/@babel-plugin-transform-template-literals-npm-7.22.5-1a4b253e48-27e9bb0306.zip
Binary file not shown.
Binary file removed
BIN
-5.64 KB
.yarn/cache/@babel-plugin-transform-typeof-symbol-npm-7.22.5-1ecab2dc9d-82a53a63ff.zip
Binary file not shown.
Binary file removed
BIN
-38.8 KB
.yarn/cache/@babel-plugin-transform-typescript-npm-7.23.6-844378e798-a816811129.zip
Binary file not shown.
Binary file added
BIN
+40 KB
.yarn/cache/@babel-plugin-transform-typescript-npm-7.26.3-9e4c7cc8be-71e82045fc.zip
Binary file not shown.
Binary file removed
BIN
-6.72 KB
.yarn/cache/@babel-plugin-transform-unicode-escapes-npm-7.22.5-db496ef1f1-da5e85ab3b.zip
Binary file not shown.
Binary file removed
BIN
-4.07 KB
...cache/@babel-plugin-transform-unicode-property-regex-npm-7.22.5-3c77f8e952-2495e5f663.zip
Binary file not shown.
Binary file removed
BIN
-3.54 KB
.yarn/cache/@babel-plugin-transform-unicode-regex-npm-7.22.5-26e8f66a55-6b5d1404c8.zip
Binary file not shown.
Binary file removed
BIN
-3.86 KB
.yarn/cache/@babel-plugin-transform-unicode-sets-regex-npm-7.22.5-d22925edab-c042070f98.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.23 KB
.yarn/cache/@babel-preset-flow-npm-7.14.5-fb3336d6b1-439fb55719.zip
Binary file not shown.
Binary file removed
BIN
-24.6 KB
.yarn/cache/@babel-preset-modules-npm-0.1.6-561cf8c8f6-339f1e3bbe.zip
Binary file not shown.
Binary file removed
BIN
-7.61 KB
.yarn/cache/@babel-preset-react-npm-7.22.5-c4754817fe-7c78b1bca3.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-37.9 KB
.yarn/cache/@changesets-apply-release-plan-npm-7.0.0-13a5369f95-bf02351e8d.zip
Binary file not shown.
Binary file removed
BIN
-41.1 KB
.yarn/cache/@changesets-assemble-release-plan-npm-6.0.0-f7b3005037-ffa8d4877f.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-12.7 KB
.yarn/cache/@changesets-get-dependents-graph-npm-2.0.0-aa4a5245e5-9b44f2418b.zip
Binary file not shown.
Binary file removed
BIN
-10.2 KB
.yarn/cache/@changesets-get-release-plan-npm-4.0.0-5dedfc5b64-9c893012d7.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-18.5 KB
.yarn/cache/@emotion-is-prop-valid-npm-1.2.1-794afe6a94-fe231c472d.zip
Binary file not shown.
Binary file added
BIN
+18.6 KB
.yarn/cache/@emotion-is-prop-valid-npm-1.2.2-53f93f2b2d-0fa3960abf.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-26.6 KB
.yarn/cache/@jridgewell-gen-mapping-npm-0.3.2-c64eeb4a4e-7ba0070be1.zip
Binary file not shown.
Binary file added
BIN
+23 KB
.yarn/cache/@jridgewell-gen-mapping-npm-0.3.8-647be6e286-9d3a56ab36.zip
Binary file not shown.
Binary file removed
BIN
-17.9 KB
.yarn/cache/@jridgewell-resolve-uri-npm-3.1.0-6ff2351e61-320ceb37af.zip
Binary file not shown.
Binary file added
BIN
+17.5 KB
.yarn/cache/@jridgewell-resolve-uri-npm-3.1.2-5bc4245992-97106439d7.zip
Binary file not shown.
Binary file removed
BIN
-8.65 KB
.yarn/cache/@jridgewell-set-array-npm-1.1.2-45b82d7fb6-69a84d5980.zip
Binary file not shown.
Binary file added
BIN
+8.72 KB
.yarn/cache/@jridgewell-set-array-npm-1.2.1-2312928209-832e513a85.zip
Binary file not shown.
Binary file removed
BIN
-55.1 KB
.yarn/cache/@jridgewell-source-map-npm-0.3.2-6fd1f37b22-1aaa42075b.zip
Binary file not shown.
Binary file removed
BIN
-13.4 KB
.yarn/cache/@jridgewell-sourcemap-codec-npm-1.4.14-f5f0630788-26e768fae6.zip
Binary file not shown.
Binary file added
BIN
+27.2 KB
.yarn/cache/@jridgewell-sourcemap-codec-npm-1.5.0-dfd9126d71-4ed6123217.zip
Binary file not shown.
Binary file removed
BIN
-44.4 KB
.yarn/cache/@jridgewell-trace-mapping-npm-0.3.18-cd96571385-f4fabdddf8.zip
Binary file not shown.
Binary file added
BIN
+45.6 KB
.yarn/cache/@jridgewell-trace-mapping-npm-0.3.25-c076fd2279-dced32160a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-22.6 KB
.yarn/cache/@rollup-plugin-babel-npm-5.3.0-944843ffd9-d7d8a700e6.zip
Binary file not shown.
Binary file removed
BIN
-3.35 KB
.yarn/cache/@sindresorhus-merge-streams-npm-1.0.0-2ae6684f8f-453c2a2816.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-19.1 KB
.yarn/cache/@sinonjs-fake-timers-npm-10.0.2-c5fa80f1cc-f7b47a2904.zip
Binary file not shown.
Binary file removed
BIN
-4.27 KB
.yarn/cache/@size-limit-esbuild-npm-11.0.1-3513442a22-9bdc7234d1.zip
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+2.62 KB
...file-npm-11.0.1-958793342f-b6533e83fa.zip → ...file-npm-11.1.6-1e3173b611-5d26178cb9.zip
Binary file not shown.
Binary file removed
BIN
-2.37 KB
.yarn/cache/@size-limit-preset-small-lib-npm-11.0.1-50461885e3-5d347b1c58.zip
Binary file not shown.
Binary file added
BIN
+2.37 KB
.yarn/cache/@size-limit-preset-small-lib-npm-11.1.6-d30a507f75-9d0ff211dc.zip
Binary file not shown.
Binary file removed
BIN
-9.89 KB
.yarn/cache/@types-babel__core-npm-7.1.15-317a2aada0-86e7703af5.zip
Binary file not shown.
Binary file removed
BIN
-5.06 KB
.yarn/cache/@types-babel__generator-npm-7.6.3-3863dacb5e-11a6fb83c3.zip
Binary file not shown.
Binary file removed
BIN
-3.71 KB
.yarn/cache/@types-babel__template-npm-7.4.1-fe1db49e53-649fe8b42c.zip
Binary file not shown.
Binary file removed
BIN
-21.5 KB
.yarn/cache/@types-babel__traverse-npm-7.14.2-fd6679839e-daa949c485.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.24 KB
.yarn/cache/@types-istanbul-lib-coverage-npm-2.0.3-67a37eb00a-0650cba4be.zip
Binary file not shown.
Binary file removed
BIN
-4.14 KB
.yarn/cache/@types-istanbul-lib-report-npm-3.0.0-50de3e6b3b-f121dcac8a.zip
Binary file not shown.
Binary file removed
BIN
-3.79 KB
.yarn/cache/@types-istanbul-reports-npm-3.0.1-770e825002-f1ad54bc68.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.14 KB
.yarn/cache/@types-normalize-package-data-npm-2.4.4-676a8ba353-65dff72b54.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-4.62 KB
.yarn/cache/@types-tough-cookie-npm-4.0.2-9e61f877e6-8682b40629.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-4.12 KB
.yarn/cache/@types-yargs-parser-npm-20.2.1-2eed5b5c1c-08b67730b3.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-7.96 KB
.yarn/cache/array-buffer-byte-length-npm-1.0.1-e7afc30010-53524e08f4.zip
Binary file not shown.
Binary file removed
BIN
-10.9 KB
.yarn/cache/array.prototype.flat-npm-1.3.2-350729f7f4-d9d2f6f275.zip
Binary file not shown.
Binary file removed
BIN
-11.1 KB
.yarn/cache/arraybuffer.prototype.slice-npm-1.0.3-97a993a091-0221f16c1e.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-24.2 KB
.yarn/cache/babel-plugin-polyfill-corejs2-npm-0.4.5-04244a87cb-75552d49f7.zip
Binary file not shown.
Binary file removed
BIN
-45.2 KB
.yarn/cache/babel-plugin-polyfill-corejs3-npm-0.8.3-490c52ba49-95e5730034.zip
Binary file not shown.
Binary file removed
BIN
-6.01 KB
.yarn/cache/babel-plugin-polyfill-regenerator-npm-0.5.2-d7a1064933-d962200f60.zip
Binary file not shown.
Binary file removed
BIN
-4.15 KB
.yarn/cache/babel-preset-current-node-syntax-npm-1.0.1-849ec71e32-94561959cb.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.18 KB
.yarn/cache/collect-v8-coverage-npm-1.0.1-39dec86bad-85b26945ab.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-5.75 KB
.yarn/cache/console-control-strings-npm-1.1.0-e3160e5275-27b5fa302b.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-10.7 KB
.yarn/cache/css-declaration-sorter-npm-4.0.1-b49a53b330-7d7a680175.zip
Binary file not shown.
Binary file removed
BIN
-6.22 KB
.yarn/cache/css-select-base-adapter-npm-0.1.1-5a43b37539-0c99404c19.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-6.1 KB
.yarn/cache/cssnano-preset-default-npm-4.0.8-4b19123b4d-84c8b7547d.zip
Binary file not shown.
Binary file removed
BIN
-2.84 KB
.yarn/cache/cssnano-util-get-arguments-npm-4.0.0-bcb28d23a7-34222a1e84.zip
Binary file not shown.
Binary file removed
BIN
-2.78 KB
.yarn/cache/cssnano-util-get-match-npm-4.0.0-3d9b0fc2c4-56eacea0eb.zip
Binary file not shown.
Binary file removed
BIN
-2.85 KB
.yarn/cache/cssnano-util-raw-cache-npm-4.0.1-dbb3751499-66a23e5e52.zip
Binary file not shown.
Binary file removed
BIN
-2.87 KB
.yarn/cache/cssnano-util-same-parent-npm-4.0.1-2a3442fd72-97c6b3f670.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-6.96 KB
.yarn/cache/data-view-byte-length-npm-1.0.1-538a9e432e-f33c65e58d.zip
Binary file not shown.
Binary file removed
BIN
-7.76 KB
.yarn/cache/data-view-byte-offset-npm-1.0.0-7112a24a4b-96f34f151b.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-33.6 KB
.yarn/cache/electron-to-chromium-npm-1.4.482-2fe78cc4de-8f16b11311.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-6.71 KB
.yarn/cache/es-shim-unscopables-npm-1.0.2-a3056a4c0d-6d3bf91f65.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-10.9 KB
.yarn/cache/find-yarn-workspace-root2-npm-1.2.16-0d4f3213bd-398aa473ac.zip
Binary file not shown.
Oops, something went wrong.