mermaid/cypress
Remco Haszing b7d31adda4
Support node16 module resolution
The `node16` module resolution requires imports to use the `.js` file
extension in type definitions.

`@rollup/plugin-typescript` is needed to make this work with the Vite
setup used by Mermaid.

The module option for Mermaid internally is set to `nodenext`. This is
needed to support `.json` imports. Note that setting `module` to
`node16` or `nodenext` implies a matching `moduleResolution` value.
2023-03-11 14:54:21 +01:00
..
fixtures Fixes for rendering tests 2022-07-20 14:39:01 +02:00
helpers Add support for classDiagram labels 2023-02-14 00:36:43 +05:30
integration Support node16 module resolution 2023-03-11 14:54:21 +01:00
platform Support node16 module resolution 2023-03-11 14:54:21 +01:00
support chore: upgrade cypress to v10 2022-09-14 04:15:52 +01:00
.eslintrc.json Merged typescript changes 2022-09-05 11:22:17 +02:00
tsconfig.json test(e2e): test for mindmap before snapshot 2022-11-18 18:31:14 +00:00