-
Notifications
You must be signed in to change notification settings - Fork 27
Centralized file for messages #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
NimperX
wants to merge
8
commits into
typescript-community:master
Choose a base branch
from
NimperX:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
4be5849
Centralized file for messages
NimperX 1d4276c
Remove package-lock.json and add package-lock.json to .gitignore
NimperX f169032
Minimize code lines
NimperX 7f98d42
Merge remote-tracking branch 'upstream/master'
NimperX 07c1d2b
Remove again package-lock.json from .gitignore
NimperX d483be7
Resolve merge conflicts
NimperX 6a03087
Resolve requested chnges
NimperX ac21aaa
Resolve requested changes
NimperX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,4 +62,4 @@ typings/ | |
|
||
dist/ | ||
|
||
.idea | ||
.idea |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
export const okHand: string = ':ok_hand:'; | ||
export const pingPong: string = 'pong. :ping_pong:'; | ||
export const dontAskToAsk: string = 'https://dontasktoask.com/'; | ||
NimperX marked this conversation as resolved.
Show resolved
Hide resolved
|
||
export const reactfcMsg: string = | ||
'https://github.com/facebook/create-react-app/pull/8177#issue-353062710'; | ||
export const onlyRunInHelp: string = | ||
':warning: you can only run this in ongoing help channels.'; | ||
export const beAskerToCloseChannel: string = | ||
':warning: you have to be the asker to close the channel.'; | ||
export const couldntFindCodeblock: string = | ||
":warning: couldn't find a codeblock!"; | ||
export const canRemoveFullLink: string = | ||
"Here's a shortened URL of your playground link! You can remove the full link from your message."; | ||
export const syntaxWarning: string = | ||
':warning: syntax: !remind <duration> [message]'; | ||
export const invalidDuration: string = ':warning: invalid duration!'; | ||
export const cannotSendRepToYou: string = ':x: you cannot send rep to yourself'; | ||
export const noRepRemain: string = | ||
':warning: no rep remaining! come back later.'; | ||
export const needValidSymbol: string = | ||
'You need to give me a valid symbol name to look for!'; | ||
export const noTypescriptCode: string = | ||
':warning: could not find any TypeScript codeblocks in the past 10 messages'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.