6.10.128 • Published 1 year ago

@womorg/consequuntur-consequatur-accusamus v6.10.128

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

5.9.109

1 year ago

6.10.126

1 year ago

5.9.106

1 year ago

6.10.127

1 year ago

5.9.105

1 year ago

6.10.124

1 year ago

5.9.108

1 year ago

6.10.125

1 year ago

5.9.107

1 year ago

5.9.104

1 year ago

5.9.103

1 year ago

6.10.128

1 year ago

5.9.117

1 year ago

5.9.116

1 year ago

5.9.118

1 year ago

5.9.113

1 year ago

5.9.112

1 year ago

5.9.115

1 year ago

5.9.114

1 year ago

5.9.111

1 year ago

5.9.110

1 year ago

6.9.119

1 year ago

6.9.118

1 year ago

6.9.123

1 year ago

6.9.122

1 year ago

6.9.121

1 year ago

6.9.120

1 year ago

5.9.102

1 year ago

5.9.101

1 year ago

5.9.100

1 year ago

5.9.97

1 year ago

5.9.98

1 year ago

5.9.99

1 year ago

5.9.96

1 year ago

5.9.93

1 year ago

5.9.94

1 year ago

5.9.95

1 year ago

5.9.92

1 year ago

5.9.89

1 year ago

5.9.90

1 year ago

5.9.91

1 year ago

5.9.86

1 year ago

5.9.87

1 year ago

5.9.88

1 year ago

5.9.85

1 year ago

5.9.82

1 year ago

5.9.83

1 year ago

5.9.84

1 year ago

5.9.81

1 year ago

5.7.80

1 year ago

5.8.81

1 year ago

5.8.80

1 year ago

5.7.79

1 year ago

4.7.77

1 year ago

5.7.78

1 year ago

5.7.77

1 year ago

3.7.77

1 year ago

3.7.75

1 year ago

3.7.76

1 year ago

3.6.75

1 year ago

3.6.74

1 year ago

3.6.73

1 year ago

3.5.73

1 year ago

2.4.39

1 year ago

2.4.36

1 year ago

2.4.38

1 year ago

2.4.37

1 year ago

3.5.69

1 year ago

3.4.58

1 year ago

3.5.68

1 year ago

3.4.59

1 year ago

3.5.67

1 year ago

2.4.47

1 year ago

2.4.46

1 year ago

2.4.49

1 year ago

2.4.48

1 year ago

2.4.43

1 year ago

2.4.42

1 year ago

2.4.45

1 year ago

2.4.44

1 year ago

2.4.41

1 year ago

2.4.40

1 year ago

3.4.61

1 year ago

3.4.62

1 year ago

3.4.63

1 year ago

3.4.64

1 year ago

3.4.65

1 year ago

3.4.66

1 year ago

3.4.67

1 year ago

2.4.58

1 year ago

2.4.57

1 year ago

3.4.60

1 year ago

3.5.72

1 year ago

2.4.54

1 year ago

3.5.71

1 year ago

2.4.53

1 year ago

3.5.70

1 year ago

2.4.56

1 year ago

2.4.55

1 year ago

2.4.50

1 year ago

2.4.52

1 year ago

2.4.51

1 year ago

2.4.35

1 year ago

2.4.34

1 year ago

2.4.32

1 year ago

2.4.31

1 year ago

2.4.33

1 year ago

2.4.30

1 year ago

2.4.29

1 year ago

2.4.28

1 year ago

2.4.19

1 year ago

2.3.17

1 year ago

2.3.19

1 year ago

2.3.18

1 year ago

2.4.25

1 year ago

2.4.24

1 year ago

2.4.27

1 year ago

2.4.26

1 year ago

2.4.21

1 year ago

2.4.20

1 year ago

2.4.23

1 year ago

2.4.22

1 year ago

2.3.16

1 year ago

1.3.16

1 year ago

1.3.14

1 year ago

1.2.13

1 year ago

1.3.15

1 year ago

1.2.14

1 year ago

1.2.12

1 year ago

1.2.11

1 year ago

1.2.10

1 year ago

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago