Code Monkey home page Code Monkey logo

Comments (13)

wooorm avatar wooorm commented on May 20, 2024 2

Switched to uvu/assert everywhere!

from micromark.

wooorm avatar wooorm commented on May 20, 2024 1

The reason to use power-assert was that vite and webpack were not able to use assert: #87

from micromark.

Methuselah96 avatar Methuselah96 commented on May 20, 2024 1

I would be happy to create a types package with type assertions for any package that you would like to use. Looks like uvu/assert declares their own types though so not sure how long it would take to get that merged.

from micromark.

AviVahl avatar AviVahl commented on May 20, 2024 1

Thanks!

from micromark.

AviVahl avatar AviVahl commented on May 20, 2024

Just noting our build started breaking too because of this issue.

from micromark.

wooorm avatar wooorm commented on May 20, 2024

how did it work before?

from micromark.

AviVahl avatar AviVahl commented on May 20, 2024

Apparently, it previously picked up the actual npm assert package, which "simply" worked. Our monorepo package.json explicitly installs this package, so it was always there.

from micromark.

wooorm avatar wooorm commented on May 20, 2024

I’m thinking of either reversing the change and just documenting that folks need to configure their bundlers (by installing assert, by using https://github.com/unassert-js/rollup-plugin-unassert or https://github.com/unassert-js/webpack-unassert-loader, or by configuring their bundler to polyfill assert). Or, alternatively, to create a new mini-assert and get unassert to use it.

from micromark.

AviVahl avatar AviVahl commented on May 20, 2024

Since it's just simple assertions, that would be a really short function to implement. I'd even consider inlining it.
also, from a quick search in npm (searched for "tiny assert") there's https://www.npmjs.com/package/nanoassert

from micromark.

wooorm avatar wooorm commented on May 20, 2024

One important addition is TypeScript, which that package doesn’t have. I was also thinking of uvu/assert, but it doesn’t have typescript assertions either,.

I'd even consider inlining it.

That prevents the assertions from being removed. micromark does not include assertions in production code. That would add assertions to production code.

from micromark.

AviVahl avatar AviVahl commented on May 20, 2024

I see. I don't think having it inline vs external package should affect the ability to disable / tree shake it in production mode. I'm not sure of micromark's current build process though, so I could be mistaken...

from micromark.

ChristianMurphy avatar ChristianMurphy commented on May 20, 2024

At least one assertion also does type narrowing in uvu https://github.com/lukeed/uvu/blob/d56753ec20928da1c22ff093cb07ce3c67613706/src/assert.d.ts#L4
But that and several other type fixes are unreleased, having happened after https://github.com/lukeed/uvu/releases/tag/v0.5.1

from micromark.

github-actions avatar github-actions commented on May 20, 2024

Hi! This was closed. Team: If this was fixed, please add phase/solved. Otherwise, please add one of the no/* labels.

from micromark.

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.