@patreon/stele
Advanced tools
Comparing version 0.1.1 to 0.3.0-0
@@ -1,1 +0,1 @@ | ||
{"name":"components","version":"0.1.1","description":"A compile time internationalization library for javascript and webpack","main":"index.js","author":"Ben Bayard <bjbayard@gmail.com>","license":"MIT"} | ||
{"name":"components","version":"0.3.0-0","description":"A compile time internationalization library for javascript and webpack","main":"index.js","author":"Ben Bayard <bjbayard@gmail.com>","license":"MIT"} |
@@ -9,2 +9,5 @@ "use strict"; | ||
return function formatMessageForLocale(message, formatters, _description) { | ||
if (!message) { | ||
return ''; | ||
} | ||
var encodedMessage = new intl_messageformat_1.default(message, locale); | ||
@@ -11,0 +14,0 @@ return encodedMessage.format(formatters); |
@@ -1,1 +0,1 @@ | ||
{"name":"dunder","version":"0.1.1","description":"A compile time internationalization library for javascript and webpack","main":"index.js","author":"Ben Bayard <bjbayard@gmail.com>","license":"MIT"} | ||
{"name":"dunder","version":"0.3.0-0","description":"A compile time internationalization library for javascript and webpack","main":"index.js","author":"Ben Bayard <bjbayard@gmail.com>","license":"MIT"} |
@@ -1,1 +0,1 @@ | ||
{"name":"factories","version":"0.1.1","description":"A compile time internationalization library for javascript and webpack","main":"index.js","author":"Ben Bayard <bjbayard@gmail.com>","license":"MIT"} | ||
{"name":"factories","version":"0.3.0-0","description":"A compile time internationalization library for javascript and webpack","main":"index.js","author":"Ben Bayard <bjbayard@gmail.com>","license":"MIT"} |
@@ -1,1 +0,1 @@ | ||
{"name":"@patreon/stele","version":"0.1.1","description":"A compile time internationalization library for javascript and webpack","main":"index.js","scripts":{"build":"tsc","test":"jest","test:watch":"npm test -- --watch","test:ci":"npm run lint && npm run test:coverage && npm run build -- --noEmit","test:coverage":"npm test -- --coverage","lint":"tslint -c tslint.json --exclude '**/*.d.ts' --project tsconfig.json","lint:fix":"npm run lint -- --fix","packageDirs":"node ./scripts/packageDirs.js","to-publish":"npm run build && npm run packageDirs"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["i18n","internationalization","webpack","javascript","typescript","localization","l10n"],"author":"Ben Bayard <bjbayard@gmail.com>","license":"MIT","devDependencies":{"@types/babel-core":"^6.25.5","@types/enzyme":"^3.1.13","@types/jest":"^23.3.1","@types/react":"^16.4.11","babel-core":"^6.26.3","babel-loader":"^7.1.5","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-types":"^6.26.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^1.0.0-rc.13","jest":"^23.5.0","lint-staged":"^7.2.2","prettier":"^1.13.7","react":"^16.4.2","react-dom":"^16.4.2","react-test-renderer":"^16.4.2","ts-jest":"^23.1.4","tslint":"^5.11.0","tslint-config-prettier":"^1.15.0","typescript":"^3.0.1"},"dependencies":{"babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-decorators-legacy":"^1.3.5","bucketing":"^0.1.1","intl-messageformat":"^2.2.0","intl-messageformat-parser":"^1.4.0"},"jest":{"testEnvironment":"node","coverageThreshold":{"global":{"branches":95,"functions":95,"lines":95,"statements":-10}},"setupFiles":["<rootDir>/test-shim.js","<rootDir>/test-setup.js"],"moduleFileExtensions":["ts","tsx","js","jsx","json"],"modulePaths":["./src"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"globals":{"ts-jest":{"tsConfigFile":"tsconfig.json"}},"collectCoverageFrom":["src/**/*.{ts|tsx}","!src/**/*.d.ts","!src/scripts/**"],"testMatch":["<rootDir>/src/**/__tests__/*.+(ts|tsx|js)"]},"lint-staged":{"*.ts":["prettier --write","tslint -c tslint.json --fix","git add"]}} | ||
{"name":"@patreon/stele","version":"0.3.0-0","description":"A compile time internationalization library for javascript and webpack","main":"index.js","scripts":{"build":"tsc","test":"jest","test:watch":"npm test -- --watch","test:ci":"npm run lint && npm run test:coverage && npm run build -- --noEmit","test:coverage":"npm test -- --coverage","lint":"tslint -c tslint.json --exclude '**/*.d.ts' --project tsconfig.json","lint:fix":"npm run lint -- --fix","packageDirs":"node ./scripts/packageDirs.js"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"keywords":["i18n","internationalization","webpack","javascript","typescript","localization","l10n"],"author":"Ben Bayard <bjbayard@gmail.com>","license":"MIT","devDependencies":{"@types/babel-core":"^6.25.5","@types/enzyme":"^3.1.13","@types/glob":"^7.1.1","@types/jest":"^23.3.1","@types/react":"^16.4.11","babel-core":"^6.26.3","babel-loader":"^7.1.5","babel-plugin-transform-es2015-spread":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-types":"^6.26.0","enzyme":"^3.4.4","enzyme-adapter-react-16":"^1.2.0","husky":"^1.0.0-rc.13","jest":"^23.5.0","lint-staged":"^7.2.2","prettier":"^1.13.7","react":"^16.4.2","react-dom":"^16.4.2","react-test-renderer":"^16.4.2","ts-jest":"^23.1.4","tslint":"^5.11.0","tslint-config-prettier":"^1.15.0","typescript":"^3.0.1"},"dependencies":{"babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-decorators-legacy":"^1.3.5","babel-plugin-transform-object-rest-spread":"^6.26.0","bucketing":"^0.1.1","glob":"^7.1.3","intl-messageformat":"^2.2.0","intl-messageformat-parser":"^1.4.0"},"jest":{"testEnvironment":"node","coverageThreshold":{"global":{"branches":95,"functions":95,"lines":95,"statements":-10}},"setupFiles":["<rootDir>/test-shim.js","<rootDir>/test-setup.js"],"moduleFileExtensions":["ts","tsx","js","jsx","json"],"modulePaths":["./src"],"transform":{"^.+\\.(ts|tsx)$":"ts-jest"},"globals":{"ts-jest":{"tsConfigFile":"tsconfig.json"}},"collectCoverageFrom":["src/**/*.{ts|tsx}","!src/**/*.d.ts","!src/scripts/**"],"testMatch":["<rootDir>/src/**/__tests__/*.+(ts|tsx|js)"]},"lint-staged":{"*.ts":["prettier --write","tslint -c tslint.json --fix","git add"]}} |
@@ -34,6 +34,190 @@ "use strict"; | ||
if (options.replace) { | ||
var fallbackMessages = options.getLang(options.fallbackLocale); | ||
var currentLocale = options.getLang(options.currentLocale); | ||
var fallbackForCurrent = options.getLang(options.fallbackLocaleForCurrent); | ||
replacementMessages = __assign({}, fallbackMessages, fallbackForCurrent, currentLocale); | ||
replacementMessages = { | ||
State: 'SSttaattee', | ||
'State / Province': 'SSttaattee // PPrroovviinnccee', | ||
'Phone Number': 'PPhhoonnee NNuummbbeerr', | ||
'Full Name': 'FFuullll NNaammee', | ||
Address: 'AAddddrreessss', | ||
'Apt, suite, etc...': 'AApptt,, ssuuiittee,, eettcc......', | ||
City: 'CCiittyy', | ||
Country: 'CCoouunnttrryy', | ||
'Postal Code': 'PPoossttaall CCooddee', | ||
'Creator page checklist:': 'CCrreeaattoorr ppaaggee cchheecckklliisstt::', | ||
'Currently scheduled. Your offer will go live on the start date, {date} at {time}.': 'CCuurrrreennttllyy sscchheedduulleedd.. YYoouurr ooffffeerr wwiillll ggoo lliivvee oonn tthhee ssttaarrtt ddaattee,, {{ddaattee}} aatt {{ttiimmee}}..', | ||
'We will automatically apply to all higher tiers. <1></1> New, upgrading, and existing patrons will all be included.': 'WWee wwiillll aauuttoommaattiiccaallllyy aappppllyy ttoo aallll hhiigghheerr ttiieerrss.. <<11>><<//11>> NNeeww,, uuppggrraaddiinngg,, aanndd eexxiissttiinngg ppaattrroonnss wwiillll aallll bbee iinncclluuddeedd..', | ||
'Terms of Use': 'TTeerrmmss ooff UUssee', | ||
'Privacy Policy': 'PPrriivvaaccyy PPoolliiccyy', | ||
'© {COPYWRITE_DATE} Patreon, Inc.': '©© {{CCOOPPYYWWRRIITTEE__DDAATTEE}} PPaattrreeoonn,, IInncc..', | ||
'Powering Membership Businesses for Creators': 'PPoowweerriinngg MMeemmbbeerrsshhiipp BBuussiinneesssseess ffoorr CCrreeaattoorrss', | ||
'': '', | ||
'You got into the business of making things, not the business of logistics.': 'YYoouu ggoott iinnttoo tthhee bbuussiinneessss ooff mmaakkiinngg tthhiinnggss,, nnoott tthhee bbuussiinneessss ooff llooggiissttiiccss..', | ||
'Let Patreon deal with shipping, tracking, and support; so you can save time and get back to doing what you do best—<1>creating</1>.': 'LLeett PPaattrreeoonn ddeeaall wwiitthh sshhiippppiinngg,, ttrraacckkiinngg,, aanndd ssuuppppoorrtt;; ssoo yyoouu ccaann ssaavvee ttiimmee aanndd ggeett bbaacckk ttoo ddooiinngg wwhhaatt yyoouu ddoo bbeesstt——<<11>>ccrreeaattiinngg<<//11>>..', | ||
'Frequently Asked Questions': 'FFrreeqquueennttllyy AAsskkeedd QQuueessttiioonnss', | ||
'Get back to doing your best creative work — we’ll handle the rest.': 'GGeett bbaacckk ttoo ddooiinngg yyoouurr bbeesstt ccrreeaattiivvee wwoorrkk —— wwee’’llll hhaannddllee tthhee rreesstt..', | ||
'Patreon will make sure your patrons receive the right items at the right time, handling all shipping, tracking, and support, so that you don’t have to': 'PPaattrreeoonn wwiillll mmaakkee ssuurree yyoouurr ppaattrroonnss rreecceeiivvee tthhee rriigghhtt iitteemmss aatt tthhee rriigghhtt ttiimmee,, hhaannddlliinngg aallll sshhiippppiinngg,, ttrraacckkiinngg,, aanndd ssuuppppoorrtt,, ssoo tthhaatt yyoouu ddoonn’’tt hhaavvee ttoo', | ||
'Stop tracking patrons in a clunky spreadsheet': 'SSttoopp ttrraacckkiinngg ppaattrroonnss iinn aa cclluunnkkyy sspprreeaaddsshheeeett', | ||
'Avoid standing in line at the post office': 'AAvvooiidd ssttaannddiinngg iinn lliinnee aatt tthhee ppoosstt ooffffiiccee', | ||
'Patreon handles <1>all</1> customer support': 'PPaattrreeoonn hhaannddlleess <<11>>aallll<<//11>> ccuussttoommeerr ssuuppppoorrtt', | ||
'You design it, we deliver it.': 'YYoouu ddeessiiggnn iitt,, wwee ddeelliivveerr iitt..', | ||
'How it Works': 'HHooww iitt WWoorrkkss', | ||
'Step 1': 'SStteepp 11', | ||
'Unique items, designed by you': 'UUnniiqquuee iitteemmss,, ddeessiiggnneedd bbyy yyoouu', | ||
'We’ve partnered with top notch manufacturers to make it easy for you to select items and customize every detail of the design to your liking.': 'WWee’’vvee ppaarrttnneerreedd wwiitthh ttoopp nnoottcchh mmaannuuffaaccttuurreerrss ttoo mmaakkee iitt eeaassyy ffoorr yyoouu ttoo sseelleecctt iitteemmss aanndd ccuussttoommiizzee eevveerryy ddeettaaiill ooff tthhee ddeessiiggnn ttoo yyoouurr lliikkiinngg..', | ||
'We’re not talking slapping your logo on flimsy trinkets—these are crafted, customized, high-quality products that you’ll be proud to offer your patrons.': 'WWee’’rree nnoott ttaallkkiinngg ssllaappppiinngg yyoouurr llooggoo oonn fflliimmssyy ttrriinnkkeettss——tthheessee aarree ccrraafftteedd,, ccuussttoommiizzeedd,, hhiigghh--qquuaalliittyy pprroodduuccttss tthhaatt yyoouu’’llll bbee pprroouudd ttoo ooffffeerr yyoouurr ppaattrroonnss..', | ||
'Step 2': 'SStteepp 22', | ||
'Choose a delivery schedule': 'CChhoooossee aa ddeelliivveerryy sscchheedduullee', | ||
'You decide what delivery schedule works best for your patrons. Choose to send items once a month, once every 3 months, or once a year. Your patrons will be thrilled when their goodies arrive in the mail.': 'YYoouu ddeecciiddee wwhhaatt ddeelliivveerryy sscchheedduullee wwoorrkkss bbeesstt ffoorr yyoouurr ppaattrroonnss.. CChhoooossee ttoo sseenndd iitteemmss oonnccee aa mmoonntthh,, oonnccee eevveerryy 33 mmoonntthhss,, oorr oonnccee aa yyeeaarr.. YYoouurr ppaattrroonnss wwiillll bbee tthhrriilllleedd wwhheenn tthheeiirr ggooooddiieess aarrrriivvee iinn tthhee mmaaiill..', | ||
'Step 3': 'SStteepp 33', | ||
'Select a recommended tier': 'SSeelleecctt aa rreeccoommmmeennddeedd ttiieerr', | ||
'Based on the products and delivery schedule you select, Patreon will smartly suggest which tiers should receive merch. We optimize to make sure your most loyal patrons are rewarded at price points that cover all of your production and shipping costs.': 'BBaasseedd oonn tthhee pprroodduuccttss aanndd ddeelliivveerryy sscchheedduullee yyoouu sseelleecctt,, PPaattrreeoonn wwiillll ssmmaarrttllyy ssuuggggeesstt wwhhiicchh ttiieerrss sshhoouulldd rreecceeiivvee mmeerrcchh.. WWee ooppttiimmiizzee ttoo mmaakkee ssuurree yyoouurr mmoosstt llooyyaall ppaattrroonnss aarree rreewwaarrddeedd aatt pprriiccee ppooiinnttss tthhaatt ccoovveerr aallll ooff yyoouurr pprroodduuccttiioonn aanndd sshhiippppiinngg ccoossttss..', | ||
'The Breakdown': 'TThhee BBrreeaakkddoowwnn', | ||
'A complete merchandise solution that just works.': 'AA ccoommpplleettee mmeerrcchhaannddiissee ssoolluuttiioonn tthhaatt jjuusstt wwoorrkkss..', | ||
'2.5%': '22..55%%', | ||
fee: 'ffeeee', | ||
'in addition to Patreon base fee': 'iinn aaddddiittiioonn ttoo PPaattrreeoonn bbaassee ffeeee', | ||
includes: 'iinncclluuddeess', | ||
'{item}': '{{iitteemm}}', | ||
'Note: Pricing does not include cost of merch items and shipping.': 'NNoottee:: PPrriicciinngg ddooeess nnoott iinncclluuddee ccoosstt ooff mmeerrcchh iitteemmss aanndd sshhiippppiinngg..', | ||
'Use merch to reward your most loyal patrons (they stick around longer)': 'UUssee mmeerrcchh ttoo rreewwaarrdd yyoouurr mmoosstt llooyyaall ppaattrroonnss ((tthheeyy ssttiicckk aarroouunndd lloonnggeerr))', | ||
'Sign Up': 'SSiiggnn UUpp', | ||
'Be one of the first to have your merchandise handled by Patreon': 'BBee oonnee ooff tthhee ffiirrsstt ttoo hhaavvee yyoouurr mmeerrcchhaannddiissee hhaannddlleedd bbyy PPaattrreeoonn', | ||
'{errorMessage}': '{{eerrrroorrMMeessssaaggee}}', | ||
'Get excited': 'GGeett eexxcciitteedd', | ||
"We'll be in touch soon with more information. There are a limited number of spots available for creators to participate in this initial phase and help us shape the final product. If those spots are filled, we will notify you and place you on the waiting list.": "WWee''llll bbee iinn ttoouucchh ssoooonn wwiitthh mmoorree iinnffoorrmmaattiioonn.. TThheerree aarree aa lliimmiitteedd nnuummbbeerr ooff ssppoottss aavvaaiillaabbllee ffoorr ccrreeaattoorrss ttoo ppaarrttiicciippaattee iinn tthhiiss iinniittiiaall pphhaassee aanndd hheellpp uuss sshhaappee tthhee ffiinnaall pprroodduucctt.. IIff tthhoossee ssppoottss aarree ffiilllleedd,, wwee wwiillll nnoottiiffyy yyoouu aanndd ppllaaccee yyoouu oonn tthhee wwaaiittiinngg lliisstt..", | ||
'Visit creator page': 'VViissiitt ccrreeaattoorr ppaaggee', | ||
'Why do we do this?': 'WWhhyy ddoo wwee ddoo tthhiiss??', | ||
'Edit or Cancel Payment': 'EEddiitt oorr CCaanncceell PPaayymmeenntt', | ||
'Delete Pledge': 'DDeelleettee PPlleeddggee', | ||
'Resume Pledge': 'RReessuummee PPlleeddggee', | ||
'Please use another card or payment type': 'PPlleeaassee uussee aannootthheerr ccaarrdd oorr ppaayymmeenntt ttyyppee', | ||
'Please update your pledge to not use PayPal': 'PPlleeaassee uuppddaattee yyoouurr pplleeddggee ttoo nnoott uussee PPaayyPPaall', | ||
'Please update your pledge to not use American Express': 'PPlleeaassee uuppddaattee yyoouurr pplleeddggee ttoo nnoott uussee AAmmeerriiccaann EExxpprreessss', | ||
'Please re-enter some card information': 'PPlleeaassee rree--eenntteerr ssoommee ccaarrdd iinnffoorrmmaattiioonn', | ||
'Add new payment method': 'AAdddd nneeww ppaayymmeenntt mmeetthhoodd', | ||
Cancel: 'CCaanncceell', | ||
Credit: 'CCrreeddiitt', | ||
'Today’s Charge for {patreonCurrentMonth}': 'TTooddaayy’’ss CChhaarrggee ffoorr {{ppaattrreeoonnCCuurrrreennttMMoonntthh}}', | ||
'Your next charge for {patreonNextMonth} will be in': 'YYoouurr nneexxtt cchhaarrggee ffoorr {{ppaattrreeoonnNNeexxttMMoonntthh}} wwiillll bbee iinn', | ||
'You will be charged {nextChargeAmt} on {patreonNextMonth} 1st, Pacific Time and then the 1st of each month going forward.': 'YYoouu wwiillll bbee cchhaarrggeedd {{nneexxttCChhaarrggeeAAmmtt}} oonn {{ppaattrreeoonnNNeexxttMMoonntthh}} 11sstt,, PPaacciiffiicc TTiimmee aanndd tthheenn tthhee 11sstt ooff eeaacchh mmoonntthh ggooiinngg ffoorrwwaarrdd..', | ||
'You are billed every month based on your pledge, monthly max, and the number of paid posts this creator makes.': 'YYoouu aarree bbiilllleedd eevveerryy mmoonntthh bbaasseedd oonn yyoouurr pplleeddggee,, mmoonntthhllyy mmaaxx,, aanndd tthhee nnuummbbeerr ooff ppaaiidd ppoossttss tthhiiss ccrreeaattoorr mmaakkeess..', | ||
'Today’s charge': 'TTooddaayy’’ss cchhaarrggee', | ||
Total: 'TToottaall', | ||
'{patreonCurrentMonth} payment': '{{ppaattrreeoonnCCuurrrreennttMMoonntthh}} ppaayymmeenntt', | ||
'Payment per {payPerName}': 'PPaayymmeenntt ppeerr {{ppaayyPPeerrNNaammee}}', | ||
Summary: 'SSuummmmaarryy', | ||
'Pay with': 'PPaayy wwiitthh', | ||
'${additionalAmt} added to your recurring pledge {emoji}': '$${{aaddddiittiioonnaallAAmmtt}} aaddddeedd ttoo yyoouurr rreeccuurrrriinngg pplleeddggee {{eemmoojjii}}', | ||
'Sign up to receive your rewards': 'SSiiggnn uupp ttoo rreecceeiivvee yyoouurr rreewwaarrddss', | ||
'Log in to pledge to {creatorName}': 'LLoogg iinn ttoo pplleeddggee ttoo {{ccrreeaattoorrNNaammee}}', | ||
'Oh no! Something went wrong while confirming your pledge to {campaignCreatorName}.': 'OOhh nnoo!! SSoommeetthhiinngg wweenntt wwrroonngg wwhhiillee ccoonnffiirrmmiinngg yyoouurr pplleeddggee ttoo {{ccaammppaaiiggnnCCrreeaattoorrNNaammee}}..', | ||
'💔 Your payment to {campaignCreatorName} failed. Double check your credit card info or call your bank to see what’s going on.': '�💔� YYoouurr ppaayymmeenntt ttoo {{ccaammppaaiiggnnCCrreeaattoorrNNaammee}} ffaaiilleedd.. DDoouubbllee cchheecckk yyoouurr ccrreeddiitt ccaarrdd iinnffoo oorr ccaallll yyoouurr bbaannkk ttoo sseeee wwhhaatt’’ss ggooiinngg oonn..', | ||
"Oh no! It looks like you don't have permission to pledge to {campaignCreatorName}. The most common reasons for this are due to previous payment declines or suspicious activity. If you feel this block was in error, we suggest reaching out to {campaignCreatorName} on another platform.": "OOhh nnoo!! IItt llooookkss lliikkee yyoouu ddoonn''tt hhaavvee ppeerrmmiissssiioonn ttoo pplleeddggee ttoo {{ccaammppaaiiggnnCCrreeaattoorrNNaammee}}.. TThhee mmoosstt ccoommmmoonn rreeaassoonnss ffoorr tthhiiss aarree dduuee ttoo pprreevviioouuss ppaayymmeenntt ddeecclliinneess oorr ssuussppiicciioouuss aaccttiivviittyy.. IIff yyoouu ffeeeell tthhiiss bblloocckk wwaass iinn eerrrroorr,, wwee ssuuggggeesstt rreeaacchhiinngg oouutt ttoo {{ccaammppaaiiggnnCCrreeaattoorrNNaammee}} oonn aannootthheerr ppllaattffoorrmm..", | ||
'This PayPal account is already in use on Patreon and may not be used for pledging. Please select a different payment method.': 'TThhiiss PPaayyPPaall aaccccoouunntt iiss aallrreeaaddyy iinn uussee oonn PPaattrreeoonn aanndd mmaayy nnoott bbee uusseedd ffoorr pplleeddggiinngg.. PPlleeaassee sseelleecctt aa ddiiffffeerreenntt ppaayymmeenntt mmeetthhoodd..', | ||
'It looks like your card was declined. Double check your credit card info or call your bank to see what’s going on.': 'IItt llooookkss lliikkee yyoouurr ccaarrdd wwaass ddeecclliinneedd.. DDoouubbllee cchheecckk yyoouurr ccrreeddiitt ccaarrdd iinnffoo oorr ccaallll yyoouurr bbaannkk ttoo sseeee wwhhaatt’’ss ggooiinngg oonn..', | ||
'It looks like your card number is incorrect. Please double check it.': 'IItt llooookkss lliikkee yyoouurr ccaarrdd nnuummbbeerr iiss iinnccoorrrreecctt.. PPlleeaassee ddoouubbllee cchheecckk iitt..', | ||
'Complete your monthly payment to <1>{fullName}</1>': 'CCoommpplleettee yyoouurr mmoonntthhllyy ppaayymmeenntt ttoo <<11>>{{ffuullllNNaammee}}<<//11>>', | ||
'Complete your per {payPerName} payment to <1>{fullName}</1>': 'CCoommpplleettee yyoouurr ppeerr {{ppaayyPPeerrNNaammee}} ppaayymmeenntt ttoo <<11>>{{ffuullllNNaammee}}<<//11>>', | ||
'Patreon does not issue refunds on behalf of creators. <1>Learn more.</1>': 'PPaattrreeoonn ddooeess nnoott iissssuuee rreeffuunnddss oonn bbeehhaallff ooff ccrreeaattoorrss.. <<11>>LLeeaarrnn mmoorree..<<//11>>', | ||
"Questions? 94.8% of people who visit our <1>Help Center</1> find what they're looking for.": "QQuueessttiioonnss?? 9944..88%% ooff ppeeooppllee wwhhoo vviissiitt oouurr <<11>>HHeellpp CCeenntteerr<<//11>> ffiinndd wwhhaatt tthheeyy''rree llooookkiinngg ffoorr..", | ||
"You can cancel or edit your payment at any time. By making this payment, you agree to <1>Patreon's Terms of Use</1>.": "YYoouu ccaann ccaanncceell oorr eeddiitt yyoouurr ppaayymmeenntt aatt aannyy ttiimmee.. BByy mmaakkiinngg tthhiiss ppaayymmeenntt,, yyoouu aaggrreeee ttoo <<11>>PPaattrreeoonn''ss TTeerrmmss ooff UUssee<<//11>>..", | ||
'*Depending on your location your bank might charge an additional foreign transaction fee for your membership to this Creator. ': '**DDeeppeennddiinngg oonn yyoouurr llooccaattiioonn yyoouurr bbaannkk mmiigghhtt cchhaarrggee aann aaddddiittiioonnaall ffoorreeiiggnn ttrraannssaaccttiioonn ffeeee ffoorr yyoouurr mmeemmbbeerrsshhiipp ttoo tthhiiss CCrreeaattoorr.. ', | ||
'Patreon uses payment processors based around the globe. Some payments are processed outside of your home country and when that happens some card issuers may charge a foreign transaction fee. Not all issuers charge a fee. Please contact your credit/debit card issuer for more information. If your card issuer adds a fee for foreign transactions consider using a card that doesn’t charge this fee.': 'PPaattrreeoonn uusseess ppaayymmeenntt pprroocceessssoorrss bbaasseedd aarroouunndd tthhee gglloobbee.. SSoommee ppaayymmeennttss aarree pprroocceesssseedd oouuttssiiddee ooff yyoouurr hhoommee ccoouunnttrryy aanndd wwhheenn tthhaatt hhaappppeennss ssoommee ccaarrdd iissssuueerrss mmaayy cchhaarrggee aa ffoorreeiiggnn ttrraannssaaccttiioonn ffeeee.. NNoott aallll iissssuueerrss cchhaarrggee aa ffeeee.. PPlleeaassee ccoonnttaacctt yyoouurr ccrreeddiitt//ddeebbiitt ccaarrdd iissssuueerr ffoorr mmoorree iinnffoorrmmaattiioonn.. IIff yyoouurr ccaarrdd iissssuueerr aaddddss aa ffeeee ffoorr ffoorreeiiggnn ttrraannssaaccttiioonnss ccoonnssiiddeerr uussiinngg aa ccaarrdd tthhaatt ddooeessnn’’tt cchhaarrggee tthhiiss ffeeee..', | ||
'This creator is a Not for Profit.': 'TThhiiss ccrreeaattoorr iiss aa NNoott ffoorr PPrrooffiitt..', | ||
'What is that?': 'WWhhaatt iiss tthhaatt??', | ||
'Please confirm that you are 18 or older.': 'PPlleeaassee ccoonnffiirrmm tthhaatt yyoouu aarree 1188 oorr oollddeerr..', | ||
'I am 18 years of age or older': 'II aamm 1188 yyeeaarrss ooff aaggee oorr oollddeerr', | ||
'Secure checkout': 'SSeeccuurree cchheecckkoouutt', | ||
'Are you sure you want to cancel your monthly pledge for <1>{creatorName}</1>?': 'AArree yyoouu ssuurree yyoouu wwaanntt ttoo ccaanncceell yyoouurr mmoonntthhllyy pplleeddggee ffoorr <<11>>{{ccrreeaattoorrNNaammee}}<<//11>>??', | ||
'Are you sure you want to cancel your per {payPerName} payment for <1>{creatorName}</1>?': 'AArree yyoouu ssuurree yyoouu wwaanntt ttoo ccaanncceell yyoouurr ppeerr {{ppaayyPPeerrNNaammee}} ppaayymmeenntt ffoorr <<11>>{{ccrreeaattoorrNNaammee}}<<//11>>??', | ||
'Once canceled you will no longer be a patron of <1>{creatorName}.</1>': 'OOnnccee ccaanncceelleedd yyoouu wwiillll nnoo lloonnggeerr bbee aa ppaattrroonn ooff <<11>>{{ccrreeaattoorrNNaammee}}..<<//11>>', | ||
'Are you sure?': 'AArree yyoouu ssuurree??', | ||
'Please note: You may see a temporary authorization of {pledgeDollars} on your credit card statement, which should be released within 72 hours. Your final statement will reflect your actual pledge amount.': 'PPlleeaassee nnoottee:: YYoouu mmaayy sseeee aa tteemmppoorraarryy aauutthhoorriizzaattiioonn ooff {{pplleeddggeeDDoollllaarrss}} oonn yyoouurr ccrreeddiitt ccaarrdd ssttaatteemmeenntt,, wwhhiicchh sshhoouulldd bbee rreelleeaasseedd wwiitthhiinn 7722 hhoouurrss.. YYoouurr ffiinnaall ssttaatteemmeenntt wwiillll rreefflleecctt yyoouurr aaccttuuaall pplleeddggee aammoouunntt..', | ||
'Please note: upon deletion, you will immediately be charged for your pending pledge of {amountDollars} to {campaignCreatorName}.': 'PPlleeaassee nnoottee:: uuppoonn ddeelleettiioonn,, yyoouu wwiillll iimmmmeeddiiaatteellyy bbee cchhaarrggeedd ffoorr yyoouurr ppeennddiinngg pplleeddggee ooff {{aammoouunnttDDoollllaarrss}} ttoo {{ccaammppaaiiggnnCCrreeaattoorrNNaammee}}..', | ||
'Your patronage will end after that.': 'YYoouurr ppaattrroonnaaggee wwiillll eenndd aafftteerr tthhaatt..', | ||
'Oh no! Something went wrong while deleting your pledge.': 'OOhh nnoo!! SSoommeetthhiinngg wweenntt wwrroonngg wwhhiillee ddeelleettiinngg yyoouurr pplleeddggee..', | ||
'Delete monthly payment?': 'DDeelleettee mmoonntthhllyy ppaayymmeenntt??', | ||
'Delete per {payPerName} payment?': 'DDeelleettee ppeerr {{ppaayyPPeerrNNaammee}} ppaayymmeenntt??', | ||
'Oh no! Something went wrong while pausing your pledge.': 'OOhh nnoo!! SSoommeetthhiinngg wweenntt wwrroonngg wwhhiillee ppaauussiinngg yyoouurr pplleeddggee..', | ||
'Pause monthly payment?': 'PPaauussee mmoonntthhllyy ppaayymmeenntt??', | ||
'Pause per {payPerName} payment?': 'PPaauussee ppeerr {{ppaayyPPeerrNNaammee}} ppaayymmeenntt??', | ||
'Oh no! Something went wrong while resuming your pledge.': 'OOhh nnoo!! SSoommeetthhiinngg wweenntt wwrroonngg wwhhiillee rreessuummiinngg yyoouurr pplleeddggee..', | ||
'Resume monthly payment?': 'RReessuummee mmoonntthhllyy ppaayymmeenntt??', | ||
'Resume per {payPerName} payment?': 'RReessuummee ppeerr {{ppaayyPPeerrNNaammee}} ppaayymmeenntt??', | ||
'Something went wrong...': 'SSoommeetthhiinngg wweenntt wwrroonngg......', | ||
'Try again': 'TTrryy aaggaaiinn', | ||
'Oh no! Something went wrong while canceling your payment.': 'OOhh nnoo!! SSoommeetthhiinngg wweenntt wwrroonngg wwhhiillee ccaanncceelliinngg yyoouurr ppaayymmeenntt..', | ||
'<1>{fullName}</1> will lose your valuable support and you will lose your membership benefits at the end of this billing period on <2>{expiry}</2>. Are you sure?': '<<11>>{{ffuullllNNaammee}}<<//11>> wwiillll lloossee yyoouurr vvaalluuaabbllee ssuuppppoorrtt aanndd yyoouu wwiillll lloossee yyoouurr mmeemmbbeerrsshhiipp bbeenneeffiittss aatt tthhee eenndd ooff tthhiiss bbiilllliinngg ppeerriioodd oonn <<22>>{{eexxppiirryy}}<<//22>>.. AArree yyoouu ssuurree??', | ||
'<1>{fullName}</1> will lose your valuable support and you will lose your membership <2>immediately</2>. Are you sure?': '<<11>>{{ffuullllNNaammee}}<<//11>> wwiillll lloossee yyoouurr vvaalluuaabbllee ssuuppppoorrtt aanndd yyoouu wwiillll lloossee yyoouurr mmeemmbbeerrsshhiipp <<22>>iimmmmeeddiiaatteellyy<<//22>>.. AArree yyoouu ssuurree??', | ||
'You have a pending charge of <1>{pendingChargeAmt}</1> that will be charged upon deletion.': 'YYoouu hhaavvee aa ppeennddiinngg cchhaarrggee ooff <<11>>{{ppeennddiinnggCChhaarrggeeAAmmtt}}<<//11>> tthhaatt wwiillll bbee cchhaarrggeedd uuppoonn ddeelleettiioonn..', | ||
'Cancel your payment': 'CCaanncceell yyoouurr ppaayymmeenntt', | ||
'Select a Different Tier': 'SSeelleecctt aa DDiiffffeerreenntt TTiieerr', | ||
'Resume your Payment': 'RReessuummee yyoouurr PPaayymmeenntt', | ||
'Cancel your Payment': 'CCaanncceell yyoouurr PPaayymmeenntt', | ||
'Manage your payment': 'MMaannaaggee yyoouurr ppaayymmeenntt', | ||
'Continue your membership to <1>{fullName}</1> with a new payment method.': 'CCoonnttiinnuuee yyoouurr mmeemmbbeerrsshhiipp ttoo <<11>>{{ffuullllNNaammee}}<<//11>> wwiitthh aa nneeww ppaayymmeenntt mmeetthhoodd..', | ||
'Add a new payment method': 'AAdddd aa nneeww ppaayymmeenntt mmeetthhoodd', | ||
'Oh no! Something went wrong while resuming your payment.': 'OOhh nnoo!! SSoommeetthhiinngg wweenntt wwrroonngg wwhhiillee rreessuummiinngg yyoouurr ppaayymmeenntt..', | ||
'Resume your ongoing membership to <1>{creatorName}</1>.': 'RReessuummee yyoouurr oonnggooiinngg mmeemmbbeerrsshhiipp ttoo <<11>>{{ccrreeaattoorrNNaammee}}<<//11>>..', | ||
'If you resume your membership in the same month you paused your membership, normal billing will continue and you will be charged on the first of next month.': 'IIff yyoouu rreessuummee yyoouurr mmeemmbbeerrsshhiipp iinn tthhee ssaammee mmoonntthh yyoouu ppaauusseedd yyoouurr mmeemmbbeerrsshhiipp,, nnoorrmmaall bbiilllliinngg wwiillll ccoonnttiinnuuee aanndd yyoouu wwiillll bbee cchhaarrggeedd oonn tthhee ffiirrsstt ooff nneexxtt mmoonntthh..', | ||
'Resume your payment': 'RReessuummee yyoouurr ppaayymmeenntt', | ||
'<1>{creatorName}</1> has <2>{rewardCount}</2> membership to choose from.': '<<11>>{{ccrreeaattoorrNNaammee}}<<//11>> hhaass <<22>>{{rreewwaarrddCCoouunntt}}<<//22>> mmeemmbbeerrsshhiipp ttoo cchhoooossee ffrroomm..', | ||
'View tiers': 'VViieeww ttiieerrss', | ||
'Are you sure you want to pause your monthly payment for <1>{creatorName}</1>?': 'AArree yyoouu ssuurree yyoouu wwaanntt ttoo ppaauussee yyoouurr mmoonntthhllyy ppaayymmeenntt ffoorr <<11>>{{ccrreeaattoorrNNaammee}}<<//11>>??', | ||
'Are you sure you want to pause your payment per {payPerName} for <1>{creatorName}</1>?': 'AArree yyoouu ssuurree yyoouu wwaanntt ttoo ppaauussee yyoouurr ppaayymmeenntt ppeerr {{ppaayyPPeerrNNaammee}} ffoorr <<11>>{{ccrreeaattoorrNNaammee}}<<//11>>??', | ||
'Your monthly payment will be paused until next month’s billing. <1>Learn more about pausing your monthly payment</1>.': 'YYoouurr mmoonntthhllyy ppaayymmeenntt wwiillll bbee ppaauusseedd uunnttiill nneexxtt mmoonntthh’’ss bbiilllliinngg.. <<11>>LLeeaarrnn mmoorree aabboouutt ppaauussiinngg yyoouurr mmoonntthhllyy ppaayymmeenntt<<//11>>..', | ||
'Your payment per {payPerName} will be paused until next month’s billing. <1>Learn more about pausing your payment per {payPerName}</1>.': 'YYoouurr ppaayymmeenntt ppeerr {{ppaayyPPeerrNNaammee}} wwiillll bbee ppaauusseedd uunnttiill nneexxtt mmoonntthh’’ss bbiilllliinngg.. <<11>>LLeeaarrnn mmoorree aabboouutt ppaauussiinngg yyoouurr ppaayymmeenntt ppeerr {{ppaayyPPeerrNNaammee}}<<//11>>..', | ||
Resume: 'RReessuummee', | ||
'monthly payment': 'mmoonntthhllyy ppaayymmeenntt', | ||
'payment per {payPerName}': 'ppaayymmeenntt ppeerr {{ppaayyPPeerrNNaammee}}', | ||
'Plese confirm resuming your {paymentName} to <1>{creatorName}</1>?': 'PPlleessee ccoonnffiirrmm rreessuummiinngg yyoouurr {{ppaayymmeennttNNaammee}} ttoo <<11>>{{ccrreeaattoorrNNaammee}}<<//11>>??', | ||
'Your {paymentName} will resume and normal billing will occur for the next charge.': 'YYoouurr {{ppaayymmeennttNNaammee}} wwiillll rreessuummee aanndd nnoorrmmaall bbiilllliinngg wwiillll ooccccuurr ffoorr tthhee nneexxtt cchhaarrggee..', | ||
'Hide tier description': 'HHiiddee ttiieerr ddeessccrriippttiioonn', | ||
'Show tier description': 'SShhooww ttiieerr ddeessccrriippttiioonn', | ||
"Don't want to select a tier?": "DDoonn''tt wwaanntt ttoo sseelleecctt aa ttiieerr??", | ||
'Make a custom pledge': 'MMaakkee aa ccuussttoomm pplleeddggee', | ||
'Change Password': 'CChhaannggee PPaasssswwoorrdd', | ||
'Set Password': 'SSeett PPaasssswwoorrdd', | ||
'Update Password': 'UUppddaattee PPaasssswwoorrdd', | ||
'New Password': 'NNeeww PPaasssswwoorrdd', | ||
Password: 'PPaasssswwoorrdd', | ||
'Old Password': 'OOlldd PPaasssswwoorrdd', | ||
'Old password': 'OOlldd ppaasssswwoorrdd', | ||
'Confirm Password': 'CCoonnffiirrmm PPaasssswwoorrdd', | ||
'Confirm password': 'CCoonnffiirrmm ppaasssswwoorrdd', | ||
'You must have a password before disconnecting your Facebook.': 'YYoouu mmuusstt hhaavvee aa ppaasssswwoorrdd bbeeffoorree ddiissccoonnnneeccttiinngg yyoouurr FFaacceebbooookk..', | ||
'Connect to Facebook': 'CCoonnnneecctt ttoo FFaacceebbooookk', | ||
'Remove "{name}"': 'RReemmoovvee ""{{nnaammee}}""', | ||
'"{name}" will no longer have permission to access your Patreon data.': '""{{nnaammee}}"" wwiillll nnoo lloonnggeerr hhaavvee ppeerrmmiissssiioonn ttoo aacccceessss yyoouurr PPaattrreeoonn ddaattaa..', | ||
'Revoke permissions': 'RReevvookkee ppeerrmmiissssiioonnss', | ||
'Logged in with Patreon': 'LLooggggeedd iinn wwiitthh PPaattrreeoonn', | ||
"These are applications that you've granted access to some of your Patreon data. Click for a more detailed overview of what information is accessible and what removing access does.": "TThheessee aarree aapppplliiccaattiioonnss tthhaatt yyoouu''vvee ggrraanntteedd aacccceessss ttoo ssoommee ooff yyoouurr PPaattrreeoonn ddaattaa.. CClliicckk ffoorr aa mmoorree ddeettaaiilleedd oovveerrvviieeww ooff wwhhaatt iinnffoorrmmaattiioonn iiss aacccceessssiibbllee aanndd wwhhaatt rreemmoovviinngg aacccceessss ddooeess..", | ||
Remove: 'RReemmoovvee', | ||
'Remove SMS Two Factor Authentication': 'RReemmoovvee SSMMSS TTwwoo FFaaccttoorr AAuutthheennttiiccaattiioonn', | ||
'Remove Two Factor Authentication': 'RReemmoovvee TTwwoo FFaaccttoorr AAuutthheennttiiccaattiioonn', | ||
'Disable SMS Two Factor Authentication': 'DDiissaabbllee SSMMSS TTwwoo FFaaccttoorr AAuutthheennttiiccaattiioonn', | ||
'Disable Two Factor Authentication': 'DDiissaabbllee TTwwoo FFaaccttoorr AAuutthheennttiiccaattiioonn', | ||
'Two Factor Authentication': 'TTwwoo FFaaccttoorr AAuutthheennttiiccaattiioonn', | ||
'Two Factor Authentication is Enabled': 'TTwwoo FFaaccttoorr AAuutthheennttiiccaattiioonn iiss EEnnaabblleedd', | ||
'Switch to SMS Two Factor Authentication': 'SSwwiittcchh ttoo SSMMSS TTwwoo FFaaccttoorr AAuutthheennttiiccaattiioonn', | ||
' Enter your password': ' EEnntteerr yyoouurr ppaasssswwoorrdd', | ||
'Add additional security to your account by enabling two factor authentication.': 'AAdddd aaddddiittiioonnaall sseeccuurriittyy ttoo yyoouurr aaccccoouunntt bbyy eennaabblliinngg ttwwoo ffaaccttoorr aauutthheennttiiccaattiioonn..', | ||
'Add SMS Two Factor Authentication': 'AAdddd SSMMSS TTwwoo FFaaccttoorr AAuutthheennttiiccaattiioonn', | ||
'Password needs to be at least 6 characters. Try again.': 'PPaasssswwoorrdd nneeeeddss ttoo bbee aatt lleeaasstt 66 cchhaarraacctteerrss.. TTrryy aaggaaiinn..', | ||
'Confirmed password does not match. Try again.': 'CCoonnffiirrmmeedd ppaasssswwoorrdd ddooeess nnoott mmaattcchh.. TTrryy aaggaaiinn..', | ||
'You must fill out all fields': 'YYoouu mmuusstt ffiillll oouutt aallll ffiieellddss', | ||
'Password changed successfully!': 'PPaasssswwoorrdd cchhaannggeedd ssuucccceessssffuullllyy!!', | ||
Connections: 'CCoonnnneeccttiioonnss', | ||
'Access Discord roles from your creators.': 'AAcccceessss DDiissccoorrdd rroolleess ffrroomm yyoouurr ccrreeaattoorrss..', | ||
'Learn more': 'LLeeaarrnn mmoorree', | ||
'Yes, revert my account': 'YYeess,, rreevveerrtt mmyy aaccccoouunntt', | ||
'Pause my creator page': 'PPaauussee mmyy ccrreeaattoorr ppaaggee', | ||
'Learn more about pausing your campaign <1>here</1>.': 'LLeeaarrnn mmoorree aabboouutt ppaauussiinngg yyoouurr ccaammppaaiiggnn <<11>>hheerree<<//11>>..', | ||
"If you revert your account, nobody will be able to see your creator page. You'll still keep your followers, patron pledges, and posts. We'll save your creator page data, and you can re-activate your creator page at any time.": "IIff yyoouu rreevveerrtt yyoouurr aaccccoouunntt,, nnoobbooddyy wwiillll bbee aabbllee ttoo sseeee yyoouurr ccrreeaattoorr ppaaggee.. YYoouu''llll ssttiillll kkeeeepp yyoouurr ffoolllloowweerrss,, ppaattrroonn pplleeddggeess,, aanndd ppoossttss.. WWee''llll ssaavvee yyoouurr ccrreeaattoorr ppaaggee ddaattaa,, aanndd yyoouu ccaann rree--aaccttiivvaattee yyoouurr ccrreeaattoorr ppaaggee aatt aannyy ttiimmee..", | ||
'You can pause your campaign for a month instead.': 'YYoouu ccaann ppaauussee yyoouurr ccaammppaaiiggnn ffoorr aa mmoonntthh iinnsstteeaadd..', | ||
'Revert account to Patron-only?': 'RReevveerrtt aaccccoouunntt ttoo PPaattrroonn--oonnllyy??', | ||
'No, cancel': 'NNoo,, ccaanncceell', | ||
'If you un-pause your creator page your patrons will resume normal billing. Learn more <1>here</1>.': 'IIff yyoouu uunn--ppaauussee yyoouurr ccrreeaattoorr ppaaggee yyoouurr ppaattrroonnss wwiillll rreessuummee nnoorrmmaall bbiilllliinngg.. LLeeaarrnn mmoorree <<11>>hheerree<<//11>>..', | ||
'Un-pause my creator page': 'UUnn--ppaauussee mmyy ccrreeaattoorr ppaaggee', | ||
'Yes, un-pause creator page': 'YYeess,, uunn--ppaauussee ccrreeaattoorr ppaaggee', | ||
}; | ||
} | ||
@@ -40,0 +224,0 @@ var maybeMessage = extractors_1.extractStringIfValid(path.node, options, replacementMessages); |
@@ -1,1 +0,1 @@ | ||
{"name":"plugin","version":"0.1.1","description":"A compile time internationalization library for javascript and webpack","main":"index.js","author":"Ben Bayard <bjbayard@gmail.com>","license":"MIT"} | ||
{"name":"plugin","version":"0.3.0-0","description":"A compile time internationalization library for javascript and webpack","main":"index.js","author":"Ben Bayard <bjbayard@gmail.com>","license":"MIT"} |
@@ -40,2 +40,3 @@ "use strict"; | ||
var fs = require("fs"); | ||
var glob = require("glob"); | ||
var path = require("path"); | ||
@@ -49,6 +50,7 @@ var babel_1 = require("../plugin/babel"); | ||
options = { | ||
presets: ['react'], | ||
presets: ['react', 'es2015'], | ||
plugins: [ | ||
'transform-decorators-legacy', | ||
'transform-class-properties', | ||
['transform-decorators-legacy'], | ||
['transform-class-properties'], | ||
['transform-object-rest-spread'], | ||
[ | ||
@@ -78,15 +80,35 @@ babel_1.plugin, | ||
return __awaiter(this, void 0, void 0, function () { | ||
var filePath, _a, _b, _c; | ||
return __generator(this, function (_d) { | ||
switch (_d.label) { | ||
var filePath, files, allGroupedMessages; | ||
var _this = this; | ||
return __generator(this, function (_a) { | ||
switch (_a.label) { | ||
case 0: | ||
filePath = process.argv.slice(2); | ||
if (!filePath) return [3 /*break*/, 2]; | ||
_a = onSuccess; | ||
_c = (_b = Object).values; | ||
return [4 /*yield*/, readFile(filePath[0])]; | ||
files = glob.sync(filePath[0]); | ||
return [4 /*yield*/, Promise.all(files.map(function (fileName) { return __awaiter(_this, void 0, void 0, function () { | ||
var messagesLookup, e_1; | ||
return __generator(this, function (_a) { | ||
switch (_a.label) { | ||
case 0: | ||
messagesLookup = {}; | ||
_a.label = 1; | ||
case 1: | ||
_a.trys.push([1, 3, , 4]); | ||
return [4 /*yield*/, readFile(fileName)]; | ||
case 2: | ||
messagesLookup = _a.sent(); | ||
return [3 /*break*/, 4]; | ||
case 3: | ||
e_1 = _a.sent(); | ||
// tslint:disable-next-line:no-console | ||
console.log("Parsing failed for file " + fileName + ": " + e_1.message); | ||
return [3 /*break*/, 4]; | ||
case 4: return [2 /*return*/, Object.values(messagesLookup)]; | ||
} | ||
}); | ||
}); }))]; | ||
case 1: | ||
_a.apply(void 0, [_c.apply(_b, [_d.sent()])]); | ||
_d.label = 2; | ||
case 2: return [2 /*return*/]; | ||
allGroupedMessages = _a.sent(); | ||
onSuccess(allGroupedMessages[allGroupedMessages.length - 1]); | ||
return [2 /*return*/]; | ||
} | ||
@@ -93,0 +115,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
119071
83
1421
0
7
24
4
+ Addedglob@^7.1.3
+ Addedbabel-plugin-syntax-object-rest-spread@6.13.0(transitive)
+ Addedbabel-plugin-transform-object-rest-spread@6.26.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedwrappy@1.0.2(transitive)