new license file version [CI SKIP]
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
require("rxjs-compat/add/operator/switch");
|
||||
//# sourceMappingURL=switch.js.map
|
||||
@@ -0,0 +1 @@
|
||||
export * from 'rxjs-compat/operator/distinctUntilKeyChanged';
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={A:{A:{"2":"J E F G A B BC"},B:{"2":"C K L H M N O","132":"P Q R S T U V W X","260":"Y Z a b c d f g h i j k l m n o p q r s D t"},C:{"2":"0 1 2 3 4 5 6 7 8 9 CC tB I u J E F G A B C K L H M N O v w x y z AB BB CB DC EC","132":"DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB uB ZB vB","260":"aB bB cB dB eB fB gB hB iB jB kB e lB mB nB oB pB P Q R wB S T U V W X Y Z a b c d f g h i j k l m n o p q r s D t xB yB"},D:{"2":"0 1 2 3 4 5 6 7 8 9 I u J E F G A B C K L H M N O v w x y z AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB","132":"dB eB fB gB hB iB jB kB e lB mB nB oB pB P Q R S T U V W X","194":"YB uB ZB vB aB bB cB","260":"Y Z a b c d f g h i j k l m n o p q r s D t xB yB FC"},E:{"2":"I u J E F G A B GC zB HC IC JC KC 0B","132":"C K L H qB rB 1B LC MC 2B 3B 4B 5B","516":"6B 7B 8B NC","772":"sB"},F:{"2":"0 1 2 3 4 5 6 7 8 9 G B C H M N O v w x y z AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB OC PC QC RC qB 9B SC rB","132":"SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB e lB mB","260":"nB oB pB P Q R wB S T U V W X Y Z a b c d"},G:{"2":"F zB TC AC UC VC WC XC YC ZC aC bC cC","132":"dC eC fC gC hC iC","260":"jC kC lC mC 2B 3B 4B 5B","772":"sB 6B 7B 8B"},H:{"2":"nC"},I:{"2":"tB I oC pC qC rC AC sC tC","260":"D"},J:{"2":"E A"},K:{"2":"A B C qB 9B rB","260":"e"},L:{"260":"D"},M:{"260":"D"},N:{"2":"A B"},O:{"132":"uC"},P:{"2":"I vC wC xC yC","132":"zC 0B 0C 1C 2C 3C","260":"4C sB 5C 6C 7C"},Q:{"132":"1B"},R:{"260":"8C"},S:{"132":"9C"}},B:4,C:"CSS display: contents"};
|
||||
@@ -0,0 +1,40 @@
|
||||
let Declaration = require('../declaration')
|
||||
|
||||
class BorderRadius extends Declaration {
|
||||
/**
|
||||
* Change syntax, when add Mozilla prefix
|
||||
*/
|
||||
prefixed (prop, prefix) {
|
||||
if (prefix === '-moz-') {
|
||||
return prefix + (BorderRadius.toMozilla[prop] || prop)
|
||||
}
|
||||
return super.prefixed(prop, prefix)
|
||||
}
|
||||
|
||||
/**
|
||||
* Return unprefixed version of property
|
||||
*/
|
||||
normalize (prop) {
|
||||
return BorderRadius.toNormal[prop] || prop
|
||||
}
|
||||
}
|
||||
|
||||
BorderRadius.names = ['border-radius']
|
||||
|
||||
BorderRadius.toMozilla = {}
|
||||
BorderRadius.toNormal = {}
|
||||
|
||||
for (let ver of ['top', 'bottom']) {
|
||||
for (let hor of ['left', 'right']) {
|
||||
let normal = `border-${ver}-${hor}-radius`
|
||||
let mozilla = `border-radius-${ver}${hor}`
|
||||
|
||||
BorderRadius.names.push(normal)
|
||||
BorderRadius.names.push(mozilla)
|
||||
|
||||
BorderRadius.toMozilla[normal] = mozilla
|
||||
BorderRadius.toNormal[mozilla] = normal
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = BorderRadius
|
||||
@@ -0,0 +1,5 @@
|
||||
export class SubscriptionLog {
|
||||
constructor(public subscribedFrame: number,
|
||||
public unsubscribedFrame: number = Number.POSITIVE_INFINITY) {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"AsyncSubject.js","sources":["../../src/internal/AsyncSubject.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAQ9C;IAAqC,wCAAU;IAA/C;QAAA,qEAsCC;QArCS,WAAK,GAAM,IAAI,CAAC;QAChB,aAAO,GAAY,KAAK,CAAC;QACzB,kBAAY,GAAY,KAAK,CAAC;;IAmCxC,CAAC;IAhCC,iCAAU,GAAV,UAAW,UAA2B;QACpC,IAAI,IAAI,CAAC,QAAQ,EAAE;YACjB,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YACnC,OAAO,YAAY,CAAC,KAAK,CAAC;SAC3B;aAAM,IAAI,IAAI,CAAC,YAAY,IAAI,IAAI,CAAC,OAAO,EAAE;YAC5C,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC5B,UAAU,CAAC,QAAQ,EAAE,CAAC;YACtB,OAAO,YAAY,CAAC,KAAK,CAAC;SAC3B;QACD,OAAO,iBAAM,UAAU,YAAC,UAAU,CAAC,CAAC;IACtC,CAAC;IAED,2BAAI,GAAJ,UAAK,KAAQ;QACX,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;YACtB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;YACnB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;SACrB;IACH,CAAC;IAED,4BAAK,GAAL,UAAM,KAAU;QACd,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;YACtB,iBAAM,KAAK,YAAC,KAAK,CAAC,CAAC;SACpB;IACH,CAAC;IAED,+BAAQ,GAAR;QACE,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;QACzB,IAAI,IAAI,CAAC,OAAO,EAAE;YAChB,iBAAM,IAAI,YAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SACxB;QACD,iBAAM,QAAQ,WAAE,CAAC;IACnB,CAAC;IACH,mBAAC;AAAD,CAAC,AAtCD,CAAqC,OAAO,GAsC3C"}
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"query-string","version":"6.14.1","files":{"license":{"checkedAt":1678887829777,"integrity":"sha512-mC7sol9qhfbkxS+wCwx1k4P2cYS578XlIBPv3x5vtTxklbZyMxsYwupcjTeVyu9H+rT+88JK6tKsieydaJBb4g==","mode":420,"size":1116},"package.json":{"checkedAt":1678887829777,"integrity":"sha512-+347CNFjIMM1HUhJuJ0bJvKM7mXwhsRRibQWikDsNzMVjYAj5Yqp96TOnOnrpUsNDVfeR+VgFCwamK0JX9aQTQ==","mode":420,"size":1005},"index.js":{"checkedAt":1678887829777,"integrity":"sha512-k3sdND4XcyZH+uxbqv/y3oVCuGy2xUQnWWS/13X27WEz77uQma6CJdozluvS9a4he7OBjLcghfBHTTCkVuRIsQ==","mode":420,"size":9521},"readme.md":{"checkedAt":1678887829785,"integrity":"sha512-VbHFENsgLps90EDNd3fNAsYWzx7UXtO9NXZDuXhntiuujUGvbNfauU+VKNJF1r8VH9IR6FbLXp80wMI7JuWiNA==","mode":420,"size":12375},"index.d.ts":{"checkedAt":1678887829789,"integrity":"sha512-auWdLZjxnNO51lXMH59W7eGcSHltgjPUCpQY+J4dlCyIQhktu0d07vLLEmJgi90O+g7nwODAYMIS6OeUJRU77Q==","mode":420,"size":13283}}}
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={A:{A:{"388":"J E F G A B BC"},B:{"1":"Z a b c d f g h i j k l m n o p q r s D t","260":"P Q R S T U V W X Y","388":"C K L H M N O"},C:{"1":"R wB S T U V W X Y Z a b c d f g h i j k l m n o p q r s D t xB yB","260":"vB aB bB cB dB eB fB gB hB iB jB kB e lB mB nB oB pB P Q","388":"0 1 2 3 4 5 6 7 8 9 CC tB I u J E F G A B C K L H M N O v w x y z AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB uB ZB DC EC"},D:{"1":"Z a b c d f g h i j k l m n o p q r s D t xB yB FC","260":"gB hB iB jB kB e lB mB nB oB pB P Q R S T U V W X Y","388":"0 1 2 3 4 5 6 7 8 9 I u J E F G A B C K L H M N O v w x y z AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB uB ZB vB aB bB cB dB eB fB"},E:{"1":"sB 6B 7B 8B NC","260":"L H 1B LC MC 2B 3B 4B 5B","388":"I u J E F G A B C K GC zB HC IC JC KC 0B qB rB"},F:{"1":"nB oB pB P Q R wB S T U V W X Y Z a b c d","260":"VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB e lB mB","388":"0 1 2 3 4 5 6 7 8 9 G B C H M N O v w x y z AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB OC PC QC RC qB 9B SC rB"},G:{"1":"sB 6B 7B 8B","260":"jC kC lC mC 2B 3B 4B 5B","388":"F zB TC AC UC VC WC XC YC ZC aC bC cC dC eC fC gC hC iC"},H:{"388":"nC"},I:{"1":"D","388":"tB I oC pC qC rC AC sC tC"},J:{"388":"E A"},K:{"1":"e","388":"A B C qB 9B rB"},L:{"1":"D"},M:{"1":"D"},N:{"388":"A B"},O:{"388":"uC"},P:{"1":"4C sB 5C 6C 7C","388":"I vC wC xC yC zC 0B 0C 1C 2C 3C"},Q:{"388":"1B"},R:{"1":"8C"},S:{"388":"9C"}},B:5,C:"CSS overflow property"};
|
||||
@@ -0,0 +1,571 @@
|
||||
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[](#)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# git-url-parse
|
||||
|
||||
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [](https://github.com/IonicaBizau/ama) [](https://travis-ci.org/IonicaBizau/git-url-parse/) [](https://www.npmjs.com/package/git-url-parse) [](https://www.npmjs.com/package/git-url-parse) [](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
|
||||
|
||||
<a href="https://www.buymeacoffee.com/H96WwChMy" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
> A high level git url parser for common git providers.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## :cloud: Installation
|
||||
|
||||
```sh
|
||||
# Using npm
|
||||
npm install --save git-url-parse
|
||||
|
||||
# Using yarn
|
||||
yarn add git-url-parse
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## :clipboard: Example
|
||||
|
||||
|
||||
|
||||
```js
|
||||
// Dependencies
|
||||
const GitUrlParse = require("git-url-parse");
|
||||
|
||||
console.log(GitUrlParse("git@github.com:IonicaBizau/node-git-url-parse.git"));
|
||||
// => {
|
||||
// protocols: []
|
||||
// , port: null
|
||||
// , resource: "github.com"
|
||||
// , user: "git"
|
||||
// , pathname: "/IonicaBizau/node-git-url-parse.git"
|
||||
// , hash: ""
|
||||
// , search: ""
|
||||
// , href: "git@github.com:IonicaBizau/node-git-url-parse.git"
|
||||
// , token: ""
|
||||
// , protocol: "ssh"
|
||||
// , toString: [Function]
|
||||
// , source: "github.com"
|
||||
// , name: "node-git-url-parse"
|
||||
// , owner: "IonicaBizau"
|
||||
// }
|
||||
|
||||
console.log(GitUrlParse("https://github.com/IonicaBizau/node-git-url-parse.git"));
|
||||
// => {
|
||||
// protocols: ["https"]
|
||||
// , port: null
|
||||
// , resource: "github.com"
|
||||
// , user: ""
|
||||
// , pathname: "/IonicaBizau/node-git-url-parse.git"
|
||||
// , hash: ""
|
||||
// , search: ""
|
||||
// , href: "https://github.com/IonicaBizau/node-git-url-parse.git"
|
||||
// , token: ""
|
||||
// , protocol: "https"
|
||||
// , toString: [Function]
|
||||
// , source: "github.com"
|
||||
// , name: "node-git-url-parse"
|
||||
// , owner: "IonicaBizau"
|
||||
// }
|
||||
|
||||
console.log(GitUrlParse("https://github.com/IonicaBizau/git-url-parse/blob/master/test/index.js"));
|
||||
// { protocols: [ 'https' ],
|
||||
// protocol: 'https',
|
||||
// port: null,
|
||||
// resource: 'github.com',
|
||||
// user: '',
|
||||
// pathname: '/IonicaBizau/git-url-parse/blob/master/test/index.js',
|
||||
// hash: '',
|
||||
// search: '',
|
||||
// href: 'https://github.com/IonicaBizau/git-url-parse/blob/master/test/index.js',
|
||||
// token: '',
|
||||
// toString: [Function],
|
||||
// source: 'github.com',
|
||||
// name: 'git-url-parse',
|
||||
// owner: 'IonicaBizau',
|
||||
// organization: '',
|
||||
// ref: 'master',
|
||||
// filepathtype: 'blob',
|
||||
// filepath: 'test/index.js',
|
||||
// full_name: 'IonicaBizau/git-url-parse' }
|
||||
|
||||
console.log(GitUrlParse("https://github.com/IonicaBizau/node-git-url-parse.git").toString("ssh"));
|
||||
// => "git@github.com:IonicaBizau/node-git-url-parse.git"
|
||||
|
||||
console.log(GitUrlParse("git@github.com:IonicaBizau/node-git-url-parse.git").toString("https"));
|
||||
// => "https://github.com/IonicaBizau/node-git-url-parse.git"
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## :question: Get Help
|
||||
|
||||
There are few ways to get help:
|
||||
|
||||
|
||||
|
||||
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
|
||||
2. For bug reports and feature requests, open issues. :bug:
|
||||
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## :memo: Documentation
|
||||
|
||||
|
||||
### `gitUrlParse(url)`
|
||||
Parses a Git url.
|
||||
|
||||
#### Params
|
||||
|
||||
- **String** `url`: The Git url to parse.
|
||||
|
||||
#### Return
|
||||
- **GitUrl** The `GitUrl` object containing:
|
||||
- `protocols` (Array): An array with the url protocols (usually it has one element).
|
||||
- `port` (null|Number): The domain port.
|
||||
- `resource` (String): The url domain (including subdomains).
|
||||
- `user` (String): The authentication user (usually for ssh urls).
|
||||
- `pathname` (String): The url pathname.
|
||||
- `hash` (String): The url hash.
|
||||
- `search` (String): The url querystring value.
|
||||
- `href` (String): The input url.
|
||||
- `protocol` (String): The git url protocol.
|
||||
- `token` (String): The oauth token (could appear in the https urls).
|
||||
- `source` (String): The Git provider (e.g. `"github.com"`).
|
||||
- `owner` (String): The repository owner.
|
||||
- `name` (String): The repository name.
|
||||
- `ref` (String): The repository ref (e.g., "master" or "dev").
|
||||
- `filepath` (String): A filepath relative to the repository root.
|
||||
- `filepathtype` (String): The type of filepath in the url ("blob" or "tree").
|
||||
- `full_name` (String): The owner and name values in the `owner/name` format.
|
||||
- `toString` (Function): A function to stringify the parsed url into another url type.
|
||||
- `organization` (String): The organization the owner belongs to. This is CloudForge specific.
|
||||
- `git_suffix` (Boolean): Whether to add the `.git` suffix or not.
|
||||
|
||||
### `stringify(obj, type)`
|
||||
Stringifies a `GitUrl` object.
|
||||
|
||||
#### Params
|
||||
|
||||
- **GitUrl** `obj`: The parsed Git url object.
|
||||
- **String** `type`: The type of the stringified url (default `obj.protocol`).
|
||||
|
||||
#### Return
|
||||
- **String** The stringified url.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## :yum: How to contribute
|
||||
Have an idea? Found a bug? See [how to contribute][contributing].
|
||||
|
||||
|
||||
## :sparkling_heart: Support my projects
|
||||
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,
|
||||
this takes time. You can integrate and use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it).
|
||||
|
||||
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
|
||||
|
||||
|
||||
- Starring and sharing the projects you like :rocket:
|
||||
- [![Buy me a book][badge_amazon]][amazon]—I love books! I will remember you after years if you buy me one. :grin: :book:
|
||||
- [![PayPal][badge_paypal]][paypal-donations]—You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
|
||||
- [![Support me on Patreon][badge_patreon]][patreon]—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).
|
||||
- **Bitcoin**—You can send me bitcoins at this address (or scanning the code below): `1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6`
|
||||
|
||||

|
||||
|
||||
|
||||
Thanks! :heart:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## :dizzy: Where is this library used?
|
||||
If you are using this library in one of your projects, add it in this list. :sparkles:
|
||||
|
||||
- `release-it`
|
||||
- `documentation`
|
||||
- `apollo`
|
||||
- `@atomist/automation-client`
|
||||
- `@storybook/storybook-deployer`
|
||||
- `@backstage/plugin-catalog`
|
||||
- `@backstage/backend-common`
|
||||
- `@kadira/storybook-deployer`
|
||||
- `gatsby-source-git`
|
||||
- `apify-shared`
|
||||
- `umi-build-dev`
|
||||
- `@atomist/automation-client-ext-raven`
|
||||
- `@era-ci/utils`
|
||||
- `git-source`
|
||||
- `@qiwi/semantic-release-gh-pages-plugin`
|
||||
- `@git-stack/server-core`
|
||||
- `@atomist/sdm-pack-analysis`
|
||||
- `semantic-release-gitmoji`
|
||||
- `@nuxt/telemetry`
|
||||
- `@backstage/integration`
|
||||
- `workspace-tools`
|
||||
- `@lerna/github-client`
|
||||
- `@umijs/block-sdk`
|
||||
- `@instructure/ui-scripts`
|
||||
- `@backstage/techdocs-common`
|
||||
- `lambda-service`
|
||||
- `@wetrial/block-sdk`
|
||||
- `hzero-block-sdk`
|
||||
- `@micro-app/shared-utils`
|
||||
- `remax-stats`
|
||||
- `scaffolder-core`
|
||||
- `@feizheng/next-git-url`
|
||||
- `@radjs/block-sdk`
|
||||
- `@log4brains/core`
|
||||
- `beachball`
|
||||
- `@xdn/cli`
|
||||
- `@backstage/plugin-scaffolder`
|
||||
- `renovate`
|
||||
- `gitbook-start-plugin-iaas-ull-es-noejaco2017`
|
||||
- `autorelease-setup`
|
||||
- `documentation-custom-markdown`
|
||||
- `@hygiene/plugin-github-url`
|
||||
- `sherry-utils`
|
||||
- `@unibtc/release-it`
|
||||
- `clipped`
|
||||
- `@erquhart/lerna-github-client`
|
||||
- `@0x-lerna-fork/github-client`
|
||||
- `common-boilerplate`
|
||||
- `@brisk-docs/website`
|
||||
- `@hawkingnetwork/react-native-tab-view`
|
||||
- `miguelcostero-ng2-toasty`
|
||||
- `docula-ui`
|
||||
- `@brisk-docs/gatsby-generator`
|
||||
- `@microservices/cli`
|
||||
- `stylelint-formatter-utils`
|
||||
- `omg`
|
||||
- `@facadecompany/ignition-ui`
|
||||
- `@geut/git-url-parse`
|
||||
- `@temporg/rds-scripts`
|
||||
- `@koumoul/gh-pages-multi`
|
||||
- `sync-repos`
|
||||
- `@atomist/cli`
|
||||
- `@git-stack/hemera-plugin`
|
||||
- `@yarnpkg/plugin-git`
|
||||
- `@vamsikc/plugin-catalog`
|
||||
- `@pubbo/github-client`
|
||||
- `@atomist/uhura`
|
||||
- `@s-ui/mono`
|
||||
- `@zeplin/cli`
|
||||
- `@atomist/skill`
|
||||
- `committing`
|
||||
- `gitbook-start-https-alex-moi`
|
||||
- `gitbook-start-iaas-ull-es-merquililycony`
|
||||
- `proyecto-sytw-alex-moi`
|
||||
- `gitbook-start-iaas-ull-es-alex-moi`
|
||||
- `gitbook-start-iaas-bbdd-alex-moi`
|
||||
- `complan`
|
||||
- `@axetroy/git-clone`
|
||||
- `generator-cleanphp`
|
||||
- `@axetroy/gpmx`
|
||||
- `generator-ckeditor4`
|
||||
- `documentation-habitlab`
|
||||
- `nodeschool-admin`
|
||||
- `one-more-gitlab-cli`
|
||||
- `def-core`
|
||||
- `gd-cli`
|
||||
- `node-coverage-server`
|
||||
- `strapper`
|
||||
- `github-publish-npm`
|
||||
- `ogh`
|
||||
- `sinit`
|
||||
- `smart-clone`
|
||||
- `download-repo-cli`
|
||||
- `generator-nm-bti`
|
||||
- `gitc`
|
||||
- `gitline`
|
||||
- `gitlab-ci-variables-cli`
|
||||
- `gitlab-ci-variables-setter-cli`
|
||||
- `documentation-fork`
|
||||
- `@axetroy/gpm`
|
||||
- `generator-openapi-repo`
|
||||
- `git-url-promise`
|
||||
- `kef-core`
|
||||
- `@pvdlg/semantic-release`
|
||||
- `gitlab-tool-cli`
|
||||
- `snipx`
|
||||
- `yarn-upgrade-on-ci`
|
||||
- `@hjin/generator-app`
|
||||
- `@reframe/github-pages`
|
||||
- `belt-repo`
|
||||
- `@esops/publish-github-pages`
|
||||
- `@hugomrdias/documentation`
|
||||
- `just-dev-sdk`
|
||||
- `@activeviam/documentation`
|
||||
- `git-signed`
|
||||
- `cz-conventional-changelog-befe`
|
||||
- `@voodeng/archive`
|
||||
- `@voodeng/uppacks`
|
||||
- `create-apex-js-app`
|
||||
- `auto-changelog-vsts`
|
||||
- `harry-reporter`
|
||||
- `@campus-online/gatsby-source-git`
|
||||
- `gtni`
|
||||
- `ci-yarn-upgrade`
|
||||
- `generator-clearphp`
|
||||
- `openapi-repo-generator`
|
||||
- `git-imitate`
|
||||
- `vscode-gpm`
|
||||
- `documentation42`
|
||||
- `@limejs/cli`
|
||||
- `lime-cli`
|
||||
- `laborious`
|
||||
- `release-it-http`
|
||||
- `bibi`
|
||||
- `lcov-server`
|
||||
- `create-release-it`
|
||||
- `git-service-node`
|
||||
- `@infinitecsolutions/storybook-deployer`
|
||||
- `@1nd/documentation`
|
||||
- `git-cherry-fix`
|
||||
- `vuepress-plugin-remote-url`
|
||||
- `gatsby-source-github-raw`
|
||||
- `moto-connector`
|
||||
- `@zpmpkg/zpm`
|
||||
- `konitor`
|
||||
- `release2hub`
|
||||
- `@geut/git-compare-template`
|
||||
- `@geut/chan-parser`
|
||||
- `git-observer`
|
||||
- `docula-ui-express`
|
||||
- `sn-flutter-boot`
|
||||
- `spk`
|
||||
- `umi-plugin-repo`
|
||||
- `@epranka/create-tsx-package`
|
||||
- `flutter-boot`
|
||||
- `node-norman`
|
||||
- `remote-commit-url`
|
||||
- `air-material_cli`
|
||||
- `@belt/repo`
|
||||
- `@arcanis/sherlock`
|
||||
- `@dandean/storybook-deployer`
|
||||
- `git-upstream`
|
||||
- `@cratosw/gatsby-antd`
|
||||
- `@tjmonsi/generator-uplb-hci-lab-project-template`
|
||||
- `@tagoro9/git`
|
||||
- `tldw`
|
||||
- `gatsby-theme-hansin`
|
||||
- `aral-vps-test`
|
||||
- `generate-preview`
|
||||
- `@temporg/ui-scripts`
|
||||
- `bitbucket-pullr`
|
||||
- `@whey/gatsby-theme-whey`
|
||||
- `@docomodigital/pdor`
|
||||
- `auto-clone`
|
||||
- `create-n`
|
||||
- `aral-server`
|
||||
- `gatsby-source-git-remotes`
|
||||
- `@amorist/gatsby-theme-antd`
|
||||
- `@stavalfi/ci`
|
||||
- `cirodown`
|
||||
- `@apardellass/react-native-audio-stream`
|
||||
- `gatsby-theme-cone`
|
||||
- `changelog.md`
|
||||
- `wp-continuous-deployment`
|
||||
- `l2forlerna`
|
||||
- `@patrickhulce/scripts`
|
||||
- `@cilyn/bitbucket`
|
||||
- `react-native-plugpag-wrapper`
|
||||
- `meta-release`
|
||||
- `git-csv`
|
||||
- `ship-release`
|
||||
- `ssh-remote`
|
||||
- `@senti-techlabs/generator-senti-project-template`
|
||||
- `react-native-pulsator-native`
|
||||
- `@epranka/create-package`
|
||||
- `git-lab-cli`
|
||||
- `@csmith/release-it`
|
||||
- `cetus-cli`
|
||||
- `react-native-kakao-maps`
|
||||
- `generate-github-directory`
|
||||
- `configorama`
|
||||
- `@geeky-apo/react-native-advanced-clipboard`
|
||||
- `native-apple-login`
|
||||
- `native-google-login`
|
||||
- `@tahini/nc`
|
||||
- `@shopgate/pwa-releaser`
|
||||
- `native-kakao-login`
|
||||
- `@hemith/react-native-tnk`
|
||||
- `@cyber-tools/cyber-npm`
|
||||
- `@pagedip/tool-autorelease`
|
||||
- `@tcorley/storybook-addon-material-ui`
|
||||
- `mira`
|
||||
- `@elestu/actions-dependacop`
|
||||
- `react-native-contact-list`
|
||||
- `branch-release`
|
||||
- `@corelmax/react-native-my2c2p-sdk`
|
||||
- `wsj.gatsby-source-git`
|
||||
- `@pubcore/node-docker-build`
|
||||
- `cc-flow`
|
||||
- `git-origin-check`
|
||||
- `@cloudoki/donderflow`
|
||||
- `git-multi-profile`
|
||||
- `gatsby-source-npmjs`
|
||||
- `@atomist/ci-sdm`
|
||||
- `documentation-markdown-themes`
|
||||
- `@git-stack/module-server`
|
||||
- `@alitajs/block-sdk`
|
||||
- `@jswork/topics2keywords`
|
||||
- `actions-package-update`
|
||||
- `@theowenyoung/gatsby-source-git`
|
||||
- `github-action-readme`
|
||||
- `canarist`
|
||||
- `@tru_id/tru-sdk-react-native`
|
||||
- `@datalogic/react-native-datalogic-module`
|
||||
- `fotingo`
|
||||
- `@rescribe/cli`
|
||||
- `react-native-responsive-size`
|
||||
- `sinanews-flutter-boot`
|
||||
- `@bcgov/gatsby-source-github-raw`
|
||||
- `@s-ui/ci`
|
||||
- `@s-ui/changelog`
|
||||
- `learning-journal-ci`
|
||||
- `query-registry`
|
||||
- `react-native-flyy`
|
||||
- `react-native-esc-pos-sahaab`
|
||||
- `@s-ui/ssr`
|
||||
- `wiby`
|
||||
- `@gvhinks/wiby`
|
||||
- `git-push-pr`
|
||||
- `mdnext-loader`
|
||||
- `next-mdx-books`
|
||||
- `ftl-renovate`
|
||||
- `mdxbook`
|
||||
- `kit-command`
|
||||
- `dx-scanner`
|
||||
- `@emedvedev/renovate`
|
||||
- `@gasket/plugin-metrics`
|
||||
- `@wolfe-labs/du-luac`
|
||||
- `@vicoders/cli2`
|
||||
- `@wpbrothers/sbcli`
|
||||
- `@reshiftsecurity/reshift-plugin-npm`
|
||||
- `detect-node-support`
|
||||
- `@dvcorg/cml`
|
||||
- `@myetherwallet/mew-components`
|
||||
- `lage`
|
||||
- `fster`
|
||||
- `vuepress-theme-next`
|
||||
- `create-sourcegraph-extension`
|
||||
- `@hnp/package-scripts`
|
||||
- `@backstage/plugin-catalog-backend`
|
||||
- `@backstage/plugin-scaffolder-backend`
|
||||
- `@backstage/plugin-catalog-import`
|
||||
- `pr-log`
|
||||
- `git-issues`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## :scroll: License
|
||||
|
||||
[MIT][license] © [Ionică Bizău][website]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[license]: /LICENSE
|
||||
[website]: https://ionicabizau.net
|
||||
[contributing]: /CONTRIBUTING.md
|
||||
[docs]: /DOCUMENTATION.md
|
||||
[badge_patreon]: https://ionicabizau.github.io/badges/patreon.svg
|
||||
[badge_amazon]: https://ionicabizau.github.io/badges/amazon.svg
|
||||
[badge_paypal]: https://ionicabizau.github.io/badges/paypal.svg
|
||||
[badge_paypal_donate]: https://ionicabizau.github.io/badges/paypal_donate.svg
|
||||
[patreon]: https://www.patreon.com/ionicabizau
|
||||
[amazon]: http://amzn.eu/hRo9sIZ
|
||||
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW
|
||||
@@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
require("rxjs-compat/add/observable/onErrorResumeNext");
|
||||
//# sourceMappingURL=onErrorResumeNext.js.map
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={A:{A:{"1":"G A B","2":"J E F BC"},B:{"1":"C K L H M N O P Q R S T U V W X Y Z a b c d f g h i j k l m n o p q r s D t"},C:{"1":"0 1 2 3 4 5 6 7 8 9 CC tB I u J E F G A B C K L H M N O v w x y z AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB uB ZB vB aB bB cB dB eB fB gB hB iB jB kB e lB mB nB oB pB P Q R wB S T U V W X Y Z a b c d f g h i j k l m n o p q r s D t xB yB DC EC"},D:{"1":"0 1 2 3 4 5 6 7 8 9 I u J E F G A B C K L H M N O v w x y z AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB uB ZB vB aB bB cB dB eB fB gB hB iB jB kB e lB mB nB oB pB P Q R S T U V W X Y Z a b c d f g h i j k l m n o p q r s D t xB yB FC"},E:{"1":"I u J E F G A B C K L H HC IC JC KC 0B qB rB 1B LC MC 2B 3B 4B 5B sB 6B 7B 8B NC","16":"GC zB"},F:{"1":"0 1 2 3 4 5 6 7 8 9 B C H M N O v w x y z AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB e lB mB nB oB pB P Q R wB S T U V W X Y Z a b c d RC qB 9B SC rB","16":"G OC PC QC"},G:{"1":"F TC AC UC VC WC XC YC ZC aC bC cC dC eC fC gC hC iC jC kC lC mC 2B 3B 4B 5B sB 6B 7B 8B","16":"zB"},H:{"2":"nC"},I:{"1":"tB I D oC pC qC rC AC sC tC"},J:{"1":"E A"},K:{"1":"A B C e qB 9B rB"},L:{"1":"D"},M:{"1":"D"},N:{"1":"A B"},O:{"1":"uC"},P:{"1":"I vC wC xC yC zC 0B 0C 1C 2C 3C 4C sB 5C 6C 7C"},Q:{"1":"1B"},R:{"1":"8C"},S:{"1":"9C"}},B:1,C:"Selection controls for input & textarea"};
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.0646,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0,"69":0,"70":0,"71":0,"72":0,"73":0,"74":0,"75":0,"76":0,"77":0,"78":0,"79":0,"80":0,"81":0,"82":0,"83":0,"84":0,"85":0,"86":0,"87":0.00538,"88":0,"89":0,"90":0,"91":0,"92":0,"93":0,"94":0.04306,"95":0,"96":0,"97":0.00538,"98":0.01615,"99":0.00538,"100":0.03768,"101":0,"102":0.0323,"103":0,"104":0.01615,"105":0.00538,"106":0.01077,"107":0.01615,"108":0.73747,"109":0.39296,"110":0,"111":0,"3.5":0,"3.6":0},D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.00538,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.06998,"35":0,"36":0,"37":0,"38":0.13996,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.03768,"50":0,"51":0,"52":0,"53":0.00538,"54":0,"55":0.02692,"56":0,"57":0.00538,"58":0.01615,"59":0,"60":0,"61":0.08075,"62":0.02153,"63":0.00538,"64":0,"65":0.00538,"66":0.00538,"67":0.01077,"68":0.02153,"69":0.01077,"70":0.02153,"71":0.01077,"72":0,"73":0.01077,"74":0.01077,"75":0.00538,"76":0,"77":0.02153,"78":0.0323,"79":0.27453,"80":0.0323,"81":0.02692,"83":0.02153,"84":0.01615,"85":0,"86":0.11843,"87":0.09689,"88":0.01077,"89":0.05921,"90":0.00538,"91":0.01077,"92":0.16149,"93":0.00538,"94":0.01077,"95":0.01615,"96":0.02692,"97":0.12381,"98":0.07536,"99":0.0646,"100":0.08613,"101":0.03768,"102":0.04306,"103":0.18841,"104":0.0646,"105":0.21532,"106":0.10766,"107":0.3499,"108":7.96684,"109":6.15815,"110":0.00538,"111":0.00538,"112":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.01615,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.0323,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.0646,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"60":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0,"69":0,"70":0.01077,"71":0.00538,"72":0,"73":0,"74":0,"75":0,"76":0,"77":0,"78":0,"79":0,"80":0,"81":0,"82":0,"83":0,"84":0,"85":0,"86":0,"87":0,"88":0,"89":0,"90":0,"91":0,"92":0.00538,"93":0.02692,"94":0.09689,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},B:{"12":0,"13":0,"14":0,"15":0,"16":0.00538,"17":0,"18":0.0323,"79":0,"80":0,"81":0,"83":0,"84":0,"85":0,"86":0,"87":0,"88":0,"89":0,"90":0,"91":0,"92":0,"93":0,"94":0,"95":0,"96":0,"97":0,"98":0,"99":0,"100":0,"101":0,"102":0,"103":0,"104":0.00538,"105":0.00538,"106":0.00538,"107":0.02692,"108":1.31884,"109":1.09813},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0.05921,"14":0.23685,"15":0.0323,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0,"11.1":0,"12.1":0.01615,"13.1":0.15611,"14.1":0.57598,"15.1":0.04306,"15.2-15.3":0.05921,"15.4":0.13996,"15.5":0.35528,"15.6":1.41035,"16.0":0.11304,"16.1":0.32298,"16.2":0.69979,"16.3":0.05921},G:{"8":0.00785,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0.00785,"6.0-6.1":0.11376,"7.0-7.1":0.07846,"8.1-8.4":0.14122,"9.0-9.2":0.08238,"9.3":0.50998,"10.0-10.2":0.03138,"10.3":0.6512,"11.0-11.2":0.14907,"11.3-11.4":0.051,"12.0-12.1":0.11376,"12.2-12.5":1.91438,"13.0-13.1":0.09023,"13.2":0.02354,"13.3":0.1373,"13.4-13.7":0.40406,"14.0-14.4":0.9415,"14.5-14.8":2.39298,"15.0-15.1":0.41191,"15.2-15.3":1.41225,"15.4":1.03565,"15.5":1.32594,"15.6":5.73922,"16.0":3.37763,"16.1":10.41533,"16.2":5.28024,"16.3":0.38445},P:{"4":1.14843,"5.0-5.4":0.0325,"6.2-6.4":0,"7.2-7.4":0,"8.2":0,"9.2":0.08667,"10.1":0,"11.1-11.2":0,"12.0":0.0325,"13.0":0.02167,"14.0":0.01083,"15.0":0.01083,"16.0":0.02167,"17.0":0.04334,"18.0":0.05417,"19.0":2.35102},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.07077},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.43602,"5.5":0},J:{"7":0,"10":0},N:{"10":0,"11":0},R:{_:"0"},M:{"0":0.28625},Q:{"13.1":0.07387},O:{"0":0.61868},H:{"0":0.10053},L:{"0":29.21077},S:{"2.5":0}};
|
||||
@@ -0,0 +1,25 @@
|
||||
'use strict';
|
||||
/* istanbul ignore file: https://github.com/nodejs/node/blob/a91293d4d9ab403046ab5eb022332e4e3d249bd3/lib/internal/url.js#L1257 */
|
||||
|
||||
module.exports = url => {
|
||||
const options = {
|
||||
protocol: url.protocol,
|
||||
hostname: typeof url.hostname === 'string' && url.hostname.startsWith('[') ? url.hostname.slice(1, -1) : url.hostname,
|
||||
host: url.host,
|
||||
hash: url.hash,
|
||||
search: url.search,
|
||||
pathname: url.pathname,
|
||||
href: url.href,
|
||||
path: `${url.pathname || ''}${url.search || ''}`
|
||||
};
|
||||
|
||||
if (typeof url.port === 'string' && url.port.length !== 0) {
|
||||
options.port = Number(url.port);
|
||||
}
|
||||
|
||||
if (url.username || url.password) {
|
||||
options.auth = `${url.username || ''}:${url.password || ''}`;
|
||||
}
|
||||
|
||||
return options;
|
||||
};
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"@szmarczak/http-timer","version":"1.1.2","files":{"LICENSE":{"checkedAt":1678887830321,"integrity":"sha512-JlwLnLfjTqY4Uaa/DaAs09pb6yg5t5vexyYHsmpa6w80qBLzeUHXfGkvn5eZpwbecE9ByeDzYLjUDbudC0FkgQ==","mode":511,"size":1071},"package.json":{"checkedAt":1678887830321,"integrity":"sha512-xy+yZEcGLyr+m+NjF0GeenjJHgv46djYkhDNMej1OIZpVSAfEcgLIwl3azEEKjPB5S/887daVNCBDJHtqjRF3Q==","mode":511,"size":889},"README.md":{"checkedAt":1678887830321,"integrity":"sha512-0ppufHiuo8FdOTvnHMyxquj8tXAC+x4C0VAVDkVK935JANfBj27YRB/OGGQQTdwQfduzqIuYUy3x9iuV0s7emA==","mode":511,"size":2241},"source/index.js":{"checkedAt":1678887830321,"integrity":"sha512-U7yDG8QldLx/9nayooPyLp8zSjcq4v4W0CbpBXxMGrI6xh0NK440JCmjB0rsYKQTiZ9hE7JK1XAthkuIPVR2mA==","mode":511,"size":2095}}}
|
||||
@@ -0,0 +1,4 @@
|
||||
export function isPromise(value) {
|
||||
return !!value && typeof value.subscribe !== 'function' && typeof value.then === 'function';
|
||||
}
|
||||
//# sourceMappingURL=isPromise.js.map
|
||||
@@ -0,0 +1 @@
|
||||
export * from 'rxjs-compat/operator/buffer';
|
||||
@@ -0,0 +1,30 @@
|
||||
import validate from './validate.js';
|
||||
/**
|
||||
* Convert array of 16 byte values to UUID string format of the form:
|
||||
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
||||
*/
|
||||
|
||||
var byteToHex = [];
|
||||
|
||||
for (var i = 0; i < 256; ++i) {
|
||||
byteToHex.push((i + 0x100).toString(16).substr(1));
|
||||
}
|
||||
|
||||
function stringify(arr) {
|
||||
var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
|
||||
// Note: Be careful editing this code! It's been tuned for performance
|
||||
// and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434
|
||||
var uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one
|
||||
// of the following:
|
||||
// - One or more input array values don't map to a hex octet (leading to
|
||||
// "undefined" in the uuid)
|
||||
// - Invalid input values for the RFC `version` or `variant` fields
|
||||
|
||||
if (!validate(uuid)) {
|
||||
throw TypeError('Stringified UUID is invalid');
|
||||
}
|
||||
|
||||
return uuid;
|
||||
}
|
||||
|
||||
export default stringify;
|
||||
@@ -0,0 +1,17 @@
|
||||
/** PURE_IMPORTS_START _InnerSubscriber,_subscribeTo,_Observable PURE_IMPORTS_END */
|
||||
import { InnerSubscriber } from '../InnerSubscriber';
|
||||
import { subscribeTo } from './subscribeTo';
|
||||
import { Observable } from '../Observable';
|
||||
export function subscribeToResult(outerSubscriber, result, outerValue, outerIndex, innerSubscriber) {
|
||||
if (innerSubscriber === void 0) {
|
||||
innerSubscriber = new InnerSubscriber(outerSubscriber, outerValue, outerIndex);
|
||||
}
|
||||
if (innerSubscriber.closed) {
|
||||
return undefined;
|
||||
}
|
||||
if (result instanceof Observable) {
|
||||
return result.subscribe(innerSubscriber);
|
||||
}
|
||||
return subscribeTo(result)(innerSubscriber);
|
||||
}
|
||||
//# sourceMappingURL=subscribeToResult.js.map
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"expand.js","sources":["../../../src/internal/operators/expand.ts"],"names":[],"mappings":"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"}
|
||||
@@ -0,0 +1,73 @@
|
||||
import { get_store_value } from 'svelte/internal';
|
||||
/** Callback to inform of a value updates. */
|
||||
export declare type Subscriber<T> = (value: T) => void;
|
||||
/** Unsubscribes from value updates. */
|
||||
export declare type Unsubscriber = () => void;
|
||||
/** Callback to update a value. */
|
||||
export declare type Updater<T> = (value: T) => T;
|
||||
/** Cleanup logic callback. */
|
||||
declare type Invalidator<T> = (value?: T) => void;
|
||||
/** Start and stop notification callbacks. */
|
||||
export declare type StartStopNotifier<T> = (set: Subscriber<T>) => Unsubscriber | void;
|
||||
/** Readable interface for subscribing. */
|
||||
export interface Readable<T> {
|
||||
/**
|
||||
* Subscribe on value changes.
|
||||
* @param run subscription callback
|
||||
* @param invalidate cleanup callback
|
||||
*/
|
||||
subscribe(this: void, run: Subscriber<T>, invalidate?: Invalidator<T>): Unsubscriber;
|
||||
}
|
||||
/** Writable interface for both updating and subscribing. */
|
||||
export interface Writable<T> extends Readable<T> {
|
||||
/**
|
||||
* Set value and inform subscribers.
|
||||
* @param value to set
|
||||
*/
|
||||
set(this: void, value: T): void;
|
||||
/**
|
||||
* Update value using callback and inform subscribers.
|
||||
* @param updater callback
|
||||
*/
|
||||
update(this: void, updater: Updater<T>): void;
|
||||
}
|
||||
/**
|
||||
* Creates a `Readable` store that allows reading by subscription.
|
||||
* @param value initial value
|
||||
* @param {StartStopNotifier}start start and stop notifications for subscriptions
|
||||
*/
|
||||
export declare function readable<T>(value: T, start: StartStopNotifier<T>): Readable<T>;
|
||||
/**
|
||||
* Create a `Writable` store that allows both updating and reading by subscription.
|
||||
* @param {*=}value initial value
|
||||
* @param {StartStopNotifier=}start start and stop notifications for subscriptions
|
||||
*/
|
||||
export declare function writable<T>(value: T, start?: StartStopNotifier<T>): Writable<T>;
|
||||
/** One or more `Readable`s. */
|
||||
declare type Stores = Readable<any> | [Readable<any>, ...Array<Readable<any>>];
|
||||
/** One or more values from `Readable` stores. */
|
||||
declare type StoresValues<T> = T extends Readable<infer U> ? U : {
|
||||
[K in keyof T]: T[K] extends Readable<infer U> ? U : never;
|
||||
};
|
||||
/**
|
||||
* Derived value store by synchronizing one or more readable stores and
|
||||
* applying an aggregation function over its input values.
|
||||
*
|
||||
* @param stores - input stores
|
||||
* @param fn - function callback that aggregates the values
|
||||
* @param initial_value - when used asynchronously
|
||||
*/
|
||||
export declare function derived<S extends Stores, T>(stores: S, fn: (values: StoresValues<S>, set: (value: T) => void) => Unsubscriber | void, initial_value?: T): Readable<T>;
|
||||
/**
|
||||
* Derived value store by synchronizing one or more readable stores and
|
||||
* applying an aggregation function over its input values.
|
||||
*
|
||||
* @param stores - input stores
|
||||
* @param fn - function callback that aggregates the values
|
||||
*/
|
||||
export declare function derived<S extends Stores, T>(stores: S, fn: (values: StoresValues<S>) => T): Readable<T>;
|
||||
/**
|
||||
* Get the current value from a store by subscribing and immediately unsubscribing.
|
||||
* @param store readable
|
||||
*/
|
||||
export { get_store_value as get };
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.08568,"53":0,"54":0,"55":0,"56":0.00373,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0,"69":0,"70":0,"71":0,"72":0,"73":0,"74":0,"75":0,"76":0,"77":0,"78":0,"79":0,"80":0,"81":0.00373,"82":0,"83":0,"84":0,"85":0,"86":0,"87":0,"88":0,"89":0,"90":0,"91":0,"92":0,"93":0,"94":0,"95":0,"96":0.00373,"97":0,"98":0,"99":0.00373,"100":0,"101":0.00373,"102":0.0149,"103":0.00373,"104":0.00373,"105":0.00373,"106":0.00373,"107":0.01118,"108":0.29055,"109":0.17135,"110":0,"111":0,"3.5":0,"3.6":0},D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.00745,"50":0,"51":0.00745,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0.00373,"66":0,"67":0,"68":0,"69":0,"70":0,"71":0.00745,"72":0.00745,"73":0,"74":0.00373,"75":0.00373,"76":0.00373,"77":0.00373,"78":0,"79":0.01118,"80":0.00745,"81":0.00373,"83":0.00745,"84":0.00745,"85":0.01863,"86":0.0149,"87":0.0149,"88":0.00745,"89":0.00373,"90":0.01118,"91":0.0149,"92":0.00745,"93":0.00373,"94":0.00373,"95":0.00373,"96":0.0298,"97":0.02235,"98":0.0149,"99":0.01863,"100":0.0596,"101":0.00745,"102":0.01863,"103":0.03725,"104":0.04843,"105":0.04843,"106":0.0447,"107":0.10803,"108":4.917,"109":3.0843,"110":0.00373,"111":0,"112":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.00373,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.00745,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"60":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0,"69":0,"70":0,"71":0.00373,"72":0.02235,"73":0.00373,"74":0,"75":0,"76":0,"77":0,"78":0,"79":0.01118,"80":0,"81":0,"82":0,"83":0,"84":0.00373,"85":0.0298,"86":0.00373,"87":0,"88":0,"89":0,"90":0.01863,"91":0,"92":0.00373,"93":0.18998,"94":0.93125,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.18625,"12.1":0},B:{"12":0,"13":0.00373,"14":0,"15":0,"16":0,"17":0,"18":0.00745,"79":0,"80":0,"81":0,"83":0,"84":0,"85":0,"86":0,"87":0,"88":0,"89":0.00373,"90":0,"91":0,"92":0.00373,"93":0,"94":0,"95":0,"96":0,"97":0,"98":0,"99":0,"100":0,"101":0,"102":0,"103":0,"104":0,"105":0.00373,"106":0.00373,"107":0.00745,"108":0.32408,"109":0.32408},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.01863,"15":0,_:"0","3.1":0,"3.2":0,"5.1":0.02608,"6.1":0,"7.1":0,"9.1":0,"10.1":0,"11.1":0,"12.1":0.00373,"13.1":0.01118,"14.1":0.02235,"15.1":0.01118,"15.2-15.3":0.00745,"15.4":0.02235,"15.5":0.02608,"15.6":0.13038,"16.0":0.01863,"16.1":0.0894,"16.2":0.12665,"16.3":0.01118},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00522,"8.1-8.4":0.00783,"9.0-9.2":0,"9.3":0.01826,"10.0-10.2":0.00522,"10.3":0.0313,"11.0-11.2":0.02609,"11.3-11.4":0.00261,"12.0-12.1":0.01826,"12.2-12.5":0.5713,"13.0-13.1":0.02087,"13.2":0.01304,"13.3":0.06261,"13.4-13.7":0.1513,"14.0-14.4":0.56608,"14.5-14.8":0.96782,"15.0-15.1":0.29739,"15.2-15.3":0.47478,"15.4":0.69913,"15.5":1.32521,"15.6":2.63737,"16.0":6.06517,"16.1":6.09909,"16.2":4.17649,"16.3":0.34174},P:{"4":0.09092,"5.0-5.4":0,"6.2-6.4":0.0101,"7.2-7.4":0.31317,"8.2":0,"9.2":0.03031,"10.1":0,"11.1-11.2":0.13133,"12.0":0.0202,"13.0":0.05051,"14.0":0.06061,"15.0":0.04041,"16.0":0.12123,"17.0":0.11112,"18.0":0.19194,"19.0":2.08105},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.02118},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.0298,"5.5":0},J:{"7":0,"10":0},N:{"10":0,"11":0},R:{_:"0"},M:{"0":0.06903},Q:{"13.1":0},O:{"0":0.31375},H:{"0":0.34456},L:{"0":54.37078},S:{"2.5":0}};
|
||||
@@ -0,0 +1 @@
|
||||
export * from 'rxjs-compat/util/isArray';
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"observable.js","sources":["../../../src/internal/symbol/observable.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,GAAG,EAAE,CAAC,OAAO,MAAM,KAAK,UAAU,IAAI,MAAM,CAAC,UAAU,IAAI,cAAc,CAAC,EAAE,CAAC"}
|
||||
Reference in New Issue
Block a user