Coder Social home page Coder Social logo

Comments (3)

MonoidMusician avatar MonoidMusician commented on July 27, 2024

FWIW there is another package now: https://pursuit.purescript.org/packages/purescript-unorm/0.0.0/docs/Data.String.Normalize#v:nfkd

from purescript-strings.

chexxor avatar chexxor commented on July 27, 2024

Looks like that one is a binding to a Node lib [1], which is polyfill.
According to MDN [2], most browsers support normalize, so we shouldn't need a polyfill. I wonder if ES 2015 is an important consideration, though.

[1] https://github.com/walling/unorm
[2] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize, most browser

from purescript-strings.

hdgarrood avatar hdgarrood commented on July 27, 2024

I'm keen on adding this, especially given that all modern browsers support it. The only potential issue is what we do on platforms which don't support it. I think we have two options:

  1. Just return the same string, and call console.error explaining that normalize wasn't available and that this might break things,
  2. Throw an error immediately.

I'm not sure which of these I prefer, but I'm leaning towards the latter.

from purescript-strings.

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.