Coder Social home page Coder Social logo

Comments (5)

roger-schaer avatar roger-schaer commented on August 27, 2024 2

Hi there,

I'm also encountering this issue, both in my source code when e.g. checking the RuleType of a given node:

Cannot access ambient const enums when 'isolatedModules' is enabled. ts(2748)

But more importantly when running tests with Jest, tests of code involving RuleType fail with the following error:

TypeError: Cannot read properties of undefined (reading 'htmlBlock') Jest

FYI, I'm using rsbuild & SWC.

From what I could gather, the official recommendation from TypeScript is to completely avoid the use of const enums, including publishing ambient const enums: https://blog.beraliv.dev/2022-09-10-with-or-without-enums#ambient-const-enum-pitfalls.

Perhaps it would be worth considering converting RuleType to a simple object instead of an enum?

Thanks for this library, it's really great that it's so small!

from markdown-to-jsx.

quantizor avatar quantizor commented on August 27, 2024

Hmm, what's the fix? I don't use isolatedModules in the tsconfig.json for this library

from markdown-to-jsx.

quantizor avatar quantizor commented on August 27, 2024

Perhaps it would be worth considering converting RuleType to a simple object instead of an enum?

Yeah, I think that's the way to go. Would you be interested in submitting a PR? Have a bunch of life stuff going on atm so not sure when I will be able to work on this.

from markdown-to-jsx.

roger-schaer avatar roger-schaer commented on August 27, 2024

Hello @quantizor, sure I can take a look, also quite busy but I think it could be worth it! I'll try to tackle it in the coming weeks and keep you updated on my progress.

from markdown-to-jsx.

roger-schaer avatar roger-schaer commented on August 27, 2024

Hi there @quantizor, sorry for the long wait, but I finally had some time to look into refactoring the const enum for the RuleType into an object. I created a PR here : #594

It would be great if you could have a look, the changes are fairly minor and should not impact the usage of the library at all.

Let me know what you think, I hope this approach makes sense and can make the library easier to integrate with different bundling setups.

from markdown-to-jsx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.