Giter Club home page Giter Club logo

slack-hawk-down's People

Contributors

alechoey avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

slack-hawk-down's Issues

Export Typescript types

When using slack-hawk-down in a typescript project it would be nice for the .d.ts files to be built.

I should also mention that the exposed methods currently return type "any" when they should be "string". I believe this is because of this method:

import XRegExp from 'xregexp';

import { emojiAliasPattern, emojiPattern } from './patterns';
import emoji from './staticEmoji';
import { EmojiMap } from './types';

export const replaceEmoji = (text: string, customEmoji: EmojiMap) => {

Either explicitly mark it : string => { and/or make sure that the @types/xregexp is included in the project as I believe this is where the "any" comes from.

Lookbehind doesn't work in Safari

I am getting a SyntaxError: Invalid regular expression: invalid group specifier name error when running our app in Safari when using slack-hawk-down.

Stackoverflow seems to agree that this is caused by a Regex lookbehind not being supported by Safari.


To reproduce:

import { escapeForSlack, escapeForSlackWithMarkdown } from 'slack-hawk-down';
var result = escapeForSlack('This should be a smiley :smile:')

Works fine in Chrome and Firefox, but fails in Safari.

Nice work, thanks

Nice work, thanks, looking forward to the upcoming changes, typescript change is great.

Might be more useful to use or provide function to utilize the default API response format, might be better to start having the full object around rather than just the namings

Upcoming changes will allow for tag wrapping around usernames/channels? ex: <div class="user">@example</div>, or <div class="user" data-user-name="@example">@example</div>, might be useful to allow for some interpolation here or at least drop in the values as keys as well

Cool stuff ๐Ÿ‘

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.