diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-03-01 22:05:25 +0100 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-03-01 22:05:25 +0100 |
commit | 6555fb80fdd8f6a5d201efadec3189d1244830a0 (patch) | |
tree | c1aa1c5aedc634ad1ea7fad4847884d559b51290 /sandbox/testAppNevena/Front/node_modules/rxjs/migrations | |
parent | 7d3640f824f46490b47bd95f1c5a16644f712068 (diff) |
Izbrisala bin, obj i node-modules.
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/migrations')
3 files changed, 0 insertions, 38 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/collection.json b/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/collection.json deleted file mode 100644 index 7eb11244..00000000 --- a/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/collection.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "schematics": { - "rxjs-migration-01": { - "description": "Adds rxjs-compat package to the project to ensure compatability with RxJS 5", - "version": "6.0.0-rc.0", - "factory": "./update-6_0_0/index#rxjsV6MigrationSchematic" - } - } -} diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/update-6_0_0/index.js b/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/update-6_0_0/index.js deleted file mode 100644 index acf57b55..00000000 --- a/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/update-6_0_0/index.js +++ /dev/null @@ -1,28 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -var schematics_1 = require("@angular-devkit/schematics"); -var tasks_1 = require("@angular-devkit/schematics/tasks"); -var rxjsCompatVersion = '^6.0.0-rc.0'; -function rxjsV6MigrationSchematic(_options) { - return function (tree, context) { - var pkgPath = '/package.json'; - var buffer = tree.read(pkgPath); - if (buffer == null) { - throw new schematics_1.SchematicsException('Could not read package.json'); - } - var content = buffer.toString(); - var pkg = JSON.parse(content); - if (pkg === null || typeof pkg !== 'object' || Array.isArray(pkg)) { - throw new schematics_1.SchematicsException('Error reading package.json'); - } - if (!pkg.dependencies) { - pkg.dependencies = {}; - } - pkg.dependencies['rxjs-compat'] = rxjsCompatVersion; - tree.overwrite(pkgPath, JSON.stringify(pkg, null, 2)); - context.addTask(new tasks_1.NodePackageInstallTask()); - return tree; - }; -} -exports.rxjsV6MigrationSchematic = rxjsV6MigrationSchematic; -//# sourceMappingURL=index.js.map
\ No newline at end of file diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/update-6_0_0/index.js.map b/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/update-6_0_0/index.js.map deleted file mode 100644 index 50d6d875..00000000 --- a/sandbox/testAppNevena/Front/node_modules/rxjs/migrations/update-6_0_0/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../migrations/update-6_0_0/index.ts"],"names":[],"mappings":";;AAAA,yDAAwG;AACxG,0DAA0E;AAE1E,IAAM,iBAAiB,GAAG,aAAa,CAAC;AAExC,SAAgB,wBAAwB,CAAC,QAAa;IACpD,OAAO,UAAC,IAAU,EAAE,OAAyB;QACzC,IAAM,OAAO,GAAG,eAAe,CAAC;QAChC,IAAM,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClC,IAAI,MAAM,IAAI,IAAI,EAAE;YAClB,MAAM,IAAI,gCAAmB,CAAC,6BAA6B,CAAC,CAAC;SAC9D;QACD,IAAM,OAAO,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QAClC,IAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAEhC,IAAI,GAAG,KAAK,IAAI,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YACjE,MAAM,IAAI,gCAAmB,CAAC,4BAA4B,CAAC,CAAC;SAC7D;QAED,IAAI,CAAC,GAAG,CAAC,YAAY,EAAE;YACrB,GAAG,CAAC,YAAY,GAAG,EAAE,CAAC;SACvB;QAED,GAAG,CAAC,YAAY,CAAC,aAAa,CAAC,GAAG,iBAAiB,CAAC;QAEpD,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;QACtD,OAAO,CAAC,OAAO,CAAC,IAAI,8BAAsB,EAAE,CAAC,CAAC;QAE9C,OAAO,IAAI,CAAC;IAChB,CAAC,CAAC;AACJ,CAAC;AAzBD,4DAyBC"}
\ No newline at end of file |