6.10.128 • Published 2 years ago

@womorg/consequuntur-consequatur-accusamus v6.10.128

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@womorg/consequuntur-consequatur-accusamus

This is a runtime library for TypeScript that contains all of the TypeScript helper functions.

This library is primarily used by the --importHelpers flag in TypeScript. When using --importHelpers, a module that uses helper functions like __extends and __assign in the following emitted file:

var __assign = (this && this.__assign) || Object.assign || function(t) {
    for (var s, i = 1, n = arguments.length; i < n; i++) {
        s = arguments[i];
        for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
            t[p] = s[p];
    }
    return t;
};
exports.x = {};
exports.y = __assign({}, exports.x);

will instead be emitted as something like the following:

var @womorg/consequuntur-consequatur-accusamus_1 = require("@womorg/consequuntur-consequatur-accusamus");
exports.x = {};
exports.y = @womorg/consequuntur-consequatur-accusamus_1.__assign({}, exports.x);

Because this can avoid duplicate declarations of things like __extends, __assign, etc., this means delivering users smaller files on average, as well as less runtime overhead. For optimized bundles with TypeScript, you should absolutely consider using @womorg/consequuntur-consequatur-accusamus and --importHelpers.

Installing

For the latest stable version, run:

npm

# TypeScript 3.9.2 or later
npm install @womorg/consequuntur-consequatur-accusamus

# TypeScript 3.8.4 or earlier
npm install @womorg/consequuntur-consequatur-accusamus@^1

# TypeScript 2.3.2 or earlier
npm install @womorg/consequuntur-consequatur-accusamus@1.6.1

yarn

# TypeScript 3.9.2 or later
yarn add @womorg/consequuntur-consequatur-accusamus

# TypeScript 3.8.4 or earlier
yarn add @womorg/consequuntur-consequatur-accusamus@^1

# TypeScript 2.3.2 or earlier
yarn add @womorg/consequuntur-consequatur-accusamus@1.6.1

bower

# TypeScript 3.9.2 or later
bower install @womorg/consequuntur-consequatur-accusamus

# TypeScript 3.8.4 or earlier
bower install @womorg/consequuntur-consequatur-accusamus@^1

# TypeScript 2.3.2 or earlier
bower install @womorg/consequuntur-consequatur-accusamus@1.6.1

JSPM

# TypeScript 3.9.2 or later
jspm install @womorg/consequuntur-consequatur-accusamus

# TypeScript 3.8.4 or earlier
jspm install @womorg/consequuntur-consequatur-accusamus@^1

# TypeScript 2.3.2 or earlier
jspm install @womorg/consequuntur-consequatur-accusamus@1.6.1

Usage

Set the importHelpers compiler option on the command line:

tsc --importHelpers file.ts

or in your tsconfig.json:

{
    "compilerOptions": {
        "importHelpers": true
    }
}

For bower and JSPM users

You will need to add a paths mapping for @womorg/consequuntur-consequatur-accusamus, e.g. For Bower users:

{
    "compilerOptions": {
        "module": "amd",
        "importHelpers": true,
        "baseUrl": "./",
        "paths": {
            "@womorg/consequuntur-consequatur-accusamus" : ["bower_components/@womorg/consequuntur-consequatur-accusamus/@womorg/consequuntur-consequatur-accusamus.d.ts"]
        }
    }
}

For JSPM users:

{
    "compilerOptions": {
        "module": "system",
        "importHelpers": true,
        "baseUrl": "./",
        "paths": {
            "@womorg/consequuntur-consequatur-accusamus" : ["jspm_packages/npm/@womorg/consequuntur-consequatur-accusamus@2.x.y/@womorg/consequuntur-consequatur-accusamus.d.ts"]
        }
    }
}

Deployment

  • Choose your new version number
  • Set it in package.json and bower.json
  • Create a tag: git tag [version]
  • Push the tag: git push --tags
  • Create a release in GitHub
  • Run the publish to npm workflow

Done.

Contribute

There are many ways to contribute to TypeScript.

Documentation

gettercolorsHyBigdprObservableclassnameoperating-systemstartertypeerrorESArray.prototype.filtermoduleseverytslibArray.prototype.flatsymlinksgradients cssconcurrencycolumnscalltrimappwatchl10ncss variableelasticacheformattingrm -rfcachelimittostringtagasciicallboundmakestreams2mimetypeexecdescriptorrmdataObservablesreactsharedfunctioneventEmitterfast-deep-cloneextensionoffsetsescloudformationBigUint64ArrayajvsideArray.prototype.findLastcloudsearch256fastclonewordbreaksigterm@@toStringTagstreamlogoutputhasOwntypesafepolyfillliveInt8ArraybundlingTypeScriptprefixESnextarrayskoreaninterruptsnumberdeleteroutertssymlinkduplexassertcloudfronthotserializercloneyuptestworkspace:*apisnscharacterscheckrestansiprocessmkdirpparserm -frschemaECMAScript 2019touchsimpledbjsdomauthreduceres5jsonpath-0variables in cssencryptiontesterwhichprotoES2023busydescriptorslinuxwalkreadablestreambufferschemesinatraamazonparserregular expressionsnopeflattenttymobilecollectionworkerdynamodbreact-hooksWeakSetArray.prototype.findLastIndexECMAScript 2015lazyRFC-6455symbolsjsonviewfile systemdebugRxJSsignallinkstyleguidevalidationeslintmomentlesscsssliceregexlessquerycodesserialize_.extendsearchhooksfixed-widthmimetypespasswordfilejestArrayInt32ArraykeyswatchFileECMAScript 2022writedependency managerdayjsloggerinrequireroutingrangeerrorfast-cloneES6assertsstatelessstoragegatewaycompilerArray.prototype.includesECMAScript 2017Object.getPrototypeOfsqsnpmfseventsrgbenumerableinspectutil.inspectexitBigInt64ArraysigintmatchAllrecursiveUint16ArraythroatagentshamdatastructurespinnerpipeECMAScript 3circularshebangcryptless cssavaPushshimsyntaxUnderscorebrowserlistfind-upzodstylemochaecmascriptArray.prototype.flatMapbluebirdmruebspostcss-pluginECMAScript 2020objectnodexhrregular expressionES2017yamlmacosfast-copylrurapidimmerserializationkarmaECMAScript 7optimizerfigletdatees6forEachcommander
6.10.123

2 years ago

5.9.109

2 years ago

6.10.126

2 years ago

5.9.106

2 years ago

6.10.127

2 years ago

5.9.105

2 years ago

6.10.124

2 years ago

5.9.108

2 years ago

6.10.125

2 years ago

5.9.107

2 years ago

5.9.104

2 years ago

5.9.103

2 years ago

6.10.128

2 years ago

5.9.117

2 years ago

5.9.116

2 years ago

5.9.118

2 years ago

5.9.113

2 years ago

5.9.112

2 years ago

5.9.115

2 years ago

5.9.114

2 years ago

5.9.111

2 years ago

5.9.110

2 years ago

6.9.119

2 years ago

6.9.118

2 years ago

6.9.123

2 years ago

6.9.122

2 years ago

6.9.121

2 years ago

6.9.120

2 years ago

5.9.102

2 years ago

5.9.101

2 years ago

5.9.100

2 years ago

5.9.97

2 years ago

5.9.98

2 years ago

5.9.99

2 years ago

5.9.96

2 years ago

5.9.93

2 years ago

5.9.94

2 years ago

5.9.95

2 years ago

5.9.92

2 years ago

5.9.89

2 years ago

5.9.90

2 years ago

5.9.91

2 years ago

5.9.86

2 years ago

5.9.87

2 years ago

5.9.88

2 years ago

5.9.85

2 years ago

5.9.82

2 years ago

5.9.83

2 years ago

5.9.84

2 years ago

5.9.81

2 years ago

5.7.80

2 years ago

5.8.81

2 years ago

5.8.80

2 years ago

5.7.79

2 years ago

4.7.77

2 years ago

5.7.78

2 years ago

5.7.77

2 years ago

3.7.77

2 years ago

3.7.75

2 years ago

3.7.76

2 years ago

3.6.75

2 years ago

3.6.74

2 years ago

3.6.73

2 years ago

3.5.73

2 years ago

2.4.39

2 years ago

2.4.36

2 years ago

2.4.38

2 years ago

2.4.37

2 years ago

3.5.69

2 years ago

3.4.58

2 years ago

3.5.68

2 years ago

3.4.59

2 years ago

3.5.67

2 years ago

2.4.47

2 years ago

2.4.46

2 years ago

2.4.49

2 years ago

2.4.48

2 years ago

2.4.43

2 years ago

2.4.42

2 years ago

2.4.45

2 years ago

2.4.44

2 years ago

2.4.41

2 years ago

2.4.40

2 years ago

3.4.61

2 years ago

3.4.62

2 years ago

3.4.63

2 years ago

3.4.64

2 years ago

3.4.65

2 years ago

3.4.66

2 years ago

3.4.67

2 years ago

2.4.58

2 years ago

2.4.57

2 years ago

3.4.60

2 years ago

3.5.72

2 years ago

2.4.54

2 years ago

3.5.71

2 years ago

2.4.53

2 years ago

3.5.70

2 years ago

2.4.56

2 years ago

2.4.55

2 years ago

2.4.50

2 years ago

2.4.52

2 years ago

2.4.51

2 years ago

2.4.35

2 years ago

2.4.34

2 years ago

2.4.32

2 years ago

2.4.31

2 years ago

2.4.33

2 years ago

2.4.30

2 years ago

2.4.29

2 years ago

2.4.28

2 years ago

2.4.19

2 years ago

2.3.17

2 years ago

2.3.19

2 years ago

2.3.18

2 years ago

2.4.25

2 years ago

2.4.24

2 years ago

2.4.27

2 years ago

2.4.26

2 years ago

2.4.21

2 years ago

2.4.20

2 years ago

2.4.23

2 years ago

2.4.22

2 years ago

2.3.16

2 years ago

1.3.16

2 years ago

1.3.14

2 years ago

1.2.13

2 years ago

1.3.15

2 years ago

1.2.14

2 years ago

1.2.12

2 years ago

1.2.11

2 years ago

1.2.10

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago