@nx/rollup 23.0.0-beta.23 → 23.0.0-beta.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/{index.d.ts → dist/index.d.ts} +0 -1
  2. package/dist/internal.d.ts +1 -0
  3. package/dist/internal.js +7 -0
  4. package/{plugin.d.ts → dist/plugin.d.ts} +0 -1
  5. package/{src → dist/src}/executors/rollup/lib/normalize.d.ts +0 -1
  6. package/{src → dist/src}/executors/rollup/rollup.impl.d.ts +2 -3
  7. package/{src → dist/src}/executors/rollup/rollup.impl.js +2 -2
  8. package/{src → dist/src}/generators/configuration/configuration.d.ts +0 -1
  9. package/{src → dist/src}/generators/configuration/configuration.js +2 -0
  10. package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.d.ts +0 -1
  11. package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.js +2 -0
  12. package/{src → dist/src}/generators/convert-to-inferred/lib/add-plugin-registrations.d.ts +0 -1
  13. package/{src → dist/src}/generators/convert-to-inferred/lib/extract-rollup-config-from-executor-options.d.ts +0 -1
  14. package/{src → dist/src}/generators/convert-to-inferred/lib/normalize-path-options.d.ts +0 -1
  15. package/{src → dist/src}/generators/init/init.d.ts +0 -1
  16. package/{src → dist/src}/generators/init/init.js +8 -6
  17. package/{src → dist/src}/generators/init/schema.json +1 -1
  18. package/dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.d.ts +9 -0
  19. package/dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.js +134 -0
  20. package/dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.md +25 -0
  21. package/{src → dist/src}/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.d.ts +0 -1
  22. package/dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports.d.ts +3 -0
  23. package/dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports.js +202 -0
  24. package/{src → dist/src}/plugins/analyze.d.ts +0 -1
  25. package/{src → dist/src}/plugins/delete-output.d.ts +0 -1
  26. package/{src → dist/src}/plugins/nx-copy-assets.plugin.d.ts +0 -1
  27. package/{src → dist/src}/plugins/package-json/generate-package-json.d.ts +0 -1
  28. package/{src → dist/src}/plugins/package-json/update-package-json.d.ts +0 -1
  29. package/{src → dist/src}/plugins/plugin.d.ts +0 -1
  30. package/{src → dist/src}/plugins/postcss/index.d.ts +0 -1
  31. package/{src → dist/src}/plugins/postcss/loaders/index.d.ts +0 -1
  32. package/{src → dist/src}/plugins/postcss/loaders/less-loader.d.ts +0 -1
  33. package/{src → dist/src}/plugins/postcss/loaders/postcss-loader.d.ts +0 -1
  34. package/{src → dist/src}/plugins/postcss/loaders/sass-loader.d.ts +0 -1
  35. package/{src → dist/src}/plugins/postcss/loaders/stylus-loader.d.ts +0 -1
  36. package/{src → dist/src}/plugins/postcss/loaders/types.d.ts +0 -1
  37. package/{src → dist/src}/plugins/postcss/options.d.ts +0 -1
  38. package/{src → dist/src}/plugins/postcss/postcss-plugin.d.ts +0 -1
  39. package/{src → dist/src}/plugins/postcss/utils/index.d.ts +0 -1
  40. package/{src → dist/src}/plugins/postcss/utils/load-module.d.ts +0 -1
  41. package/{src → dist/src}/plugins/postcss/utils/normalize-path.d.ts +0 -1
  42. package/{src → dist/src}/plugins/postcss/utils/safe-identifier.d.ts +0 -1
  43. package/{src → dist/src}/plugins/postcss/utils/style-inject.d.ts +0 -1
  44. package/{src → dist/src}/plugins/swc.d.ts +0 -1
  45. package/{src → dist/src}/plugins/with-nx/get-project-node.d.ts +0 -1
  46. package/{src → dist/src}/plugins/with-nx/normalize-options.d.ts +0 -1
  47. package/{src → dist/src}/plugins/with-nx/type-definitions.d.ts +0 -1
  48. package/{src → dist/src}/plugins/with-nx/with-nx-options.d.ts +0 -1
  49. package/{src → dist/src}/plugins/with-nx/with-nx.d.ts +0 -1
  50. package/{src → dist/src}/utils/deprecation.d.ts +0 -1
  51. package/{src → dist/src}/utils/ensure-dependencies.d.ts +0 -1
  52. package/{src → dist/src}/utils/ensure-dependencies.js +3 -3
  53. package/{src → dist/src}/utils/fs.d.ts +0 -1
  54. package/{src → dist/src}/utils/has-plugin.d.ts +0 -1
  55. package/{src → dist/src}/utils/versions.d.ts +3 -1
  56. package/dist/src/utils/versions.js +18 -0
  57. package/{with-nx.d.ts → dist/with-nx.d.ts} +0 -1
  58. package/executors.json +2 -2
  59. package/generators.json +6 -6
  60. package/migrations.json +24 -3
  61. package/package.json +64 -10
  62. package/index.d.ts.map +0 -1
  63. package/plugin.d.ts.map +0 -1
  64. package/src/executors/rollup/lib/normalize.d.ts.map +0 -1
  65. package/src/executors/rollup/rollup.impl.d.ts.map +0 -1
  66. package/src/generators/configuration/configuration.d.ts.map +0 -1
  67. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +0 -1
  68. package/src/generators/convert-to-inferred/lib/add-plugin-registrations.d.ts.map +0 -1
  69. package/src/generators/convert-to-inferred/lib/extract-rollup-config-from-executor-options.d.ts.map +0 -1
  70. package/src/generators/convert-to-inferred/lib/normalize-path-options.d.ts.map +0 -1
  71. package/src/generators/init/init.d.ts.map +0 -1
  72. package/src/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.d.ts.map +0 -1
  73. package/src/plugins/analyze.d.ts.map +0 -1
  74. package/src/plugins/delete-output.d.ts.map +0 -1
  75. package/src/plugins/nx-copy-assets.plugin.d.ts.map +0 -1
  76. package/src/plugins/package-json/generate-package-json.d.ts.map +0 -1
  77. package/src/plugins/package-json/update-package-json.d.ts.map +0 -1
  78. package/src/plugins/plugin.d.ts.map +0 -1
  79. package/src/plugins/postcss/index.d.ts.map +0 -1
  80. package/src/plugins/postcss/loaders/index.d.ts.map +0 -1
  81. package/src/plugins/postcss/loaders/less-loader.d.ts.map +0 -1
  82. package/src/plugins/postcss/loaders/postcss-loader.d.ts.map +0 -1
  83. package/src/plugins/postcss/loaders/sass-loader.d.ts.map +0 -1
  84. package/src/plugins/postcss/loaders/stylus-loader.d.ts.map +0 -1
  85. package/src/plugins/postcss/loaders/types.d.ts.map +0 -1
  86. package/src/plugins/postcss/options.d.ts.map +0 -1
  87. package/src/plugins/postcss/postcss-plugin.d.ts.map +0 -1
  88. package/src/plugins/postcss/utils/index.d.ts.map +0 -1
  89. package/src/plugins/postcss/utils/load-module.d.ts.map +0 -1
  90. package/src/plugins/postcss/utils/normalize-path.d.ts.map +0 -1
  91. package/src/plugins/postcss/utils/safe-identifier.d.ts.map +0 -1
  92. package/src/plugins/postcss/utils/style-inject.d.ts.map +0 -1
  93. package/src/plugins/swc.d.ts.map +0 -1
  94. package/src/plugins/with-nx/get-project-node.d.ts.map +0 -1
  95. package/src/plugins/with-nx/normalize-options.d.ts.map +0 -1
  96. package/src/plugins/with-nx/type-definitions.d.ts.map +0 -1
  97. package/src/plugins/with-nx/with-nx-options.d.ts.map +0 -1
  98. package/src/plugins/with-nx/with-nx.d.ts.map +0 -1
  99. package/src/utils/deprecation.d.ts.map +0 -1
  100. package/src/utils/ensure-dependencies.d.ts.map +0 -1
  101. package/src/utils/fs.d.ts.map +0 -1
  102. package/src/utils/has-plugin.d.ts.map +0 -1
  103. package/src/utils/versions.d.ts.map +0 -1
  104. package/src/utils/versions.js +0 -8
  105. package/with-nx.d.ts.map +0 -1
  106. /package/{LICENSE → dist/LICENSE} +0 -0
  107. /package/{index.js → dist/index.js} +0 -0
  108. /package/{plugin.js → dist/plugin.js} +0 -0
  109. /package/{src → dist/src}/executors/rollup/lib/normalize.js +0 -0
  110. /package/{src → dist/src}/executors/rollup/schema.d.ts +0 -0
  111. /package/{src → dist/src}/executors/rollup/schema.json +0 -0
  112. /package/{src → dist/src}/generators/configuration/schema.d.ts +0 -0
  113. /package/{src → dist/src}/generators/configuration/schema.json +0 -0
  114. /package/{src → dist/src}/generators/convert-to-inferred/lib/add-plugin-registrations.js +0 -0
  115. /package/{src → dist/src}/generators/convert-to-inferred/lib/extract-rollup-config-from-executor-options.js +0 -0
  116. /package/{src → dist/src}/generators/convert-to-inferred/lib/normalize-path-options.js +0 -0
  117. /package/{src → dist/src}/generators/convert-to-inferred/schema.json +0 -0
  118. /package/{src → dist/src}/generators/init/schema.d.ts +0 -0
  119. /package/{src → dist/src}/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.js +0 -0
  120. /package/{src → dist/src}/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.md +0 -0
  121. /package/{src → dist/src}/plugins/analyze.js +0 -0
  122. /package/{src → dist/src}/plugins/delete-output.js +0 -0
  123. /package/{src → dist/src}/plugins/nx-copy-assets.plugin.js +0 -0
  124. /package/{src → dist/src}/plugins/package-json/generate-package-json.js +0 -0
  125. /package/{src → dist/src}/plugins/package-json/update-package-json.js +0 -0
  126. /package/{src → dist/src}/plugins/plugin.js +0 -0
  127. /package/{src → dist/src}/plugins/postcss/index.js +0 -0
  128. /package/{src → dist/src}/plugins/postcss/loaders/index.js +0 -0
  129. /package/{src → dist/src}/plugins/postcss/loaders/less-loader.js +0 -0
  130. /package/{src → dist/src}/plugins/postcss/loaders/postcss-loader.js +0 -0
  131. /package/{src → dist/src}/plugins/postcss/loaders/sass-loader.js +0 -0
  132. /package/{src → dist/src}/plugins/postcss/loaders/stylus-loader.js +0 -0
  133. /package/{src → dist/src}/plugins/postcss/loaders/types.js +0 -0
  134. /package/{src → dist/src}/plugins/postcss/options.js +0 -0
  135. /package/{src → dist/src}/plugins/postcss/postcss-plugin.js +0 -0
  136. /package/{src → dist/src}/plugins/postcss/types/concat-with-sourcemaps.d.ts +0 -0
  137. /package/{src → dist/src}/plugins/postcss/utils/index.js +0 -0
  138. /package/{src → dist/src}/plugins/postcss/utils/load-module.js +0 -0
  139. /package/{src → dist/src}/plugins/postcss/utils/normalize-path.js +0 -0
  140. /package/{src → dist/src}/plugins/postcss/utils/safe-identifier.js +0 -0
  141. /package/{src → dist/src}/plugins/postcss/utils/style-inject.js +0 -0
  142. /package/{src → dist/src}/plugins/swc.js +0 -0
  143. /package/{src → dist/src}/plugins/with-nx/get-project-node.js +0 -0
  144. /package/{src → dist/src}/plugins/with-nx/normalize-options.js +0 -0
  145. /package/{src → dist/src}/plugins/with-nx/type-definitions.js +0 -0
  146. /package/{src → dist/src}/plugins/with-nx/with-nx-options.js +0 -0
  147. /package/{src → dist/src}/plugins/with-nx/with-nx.js +0 -0
  148. /package/{src → dist/src}/utils/deprecation.js +0 -0
  149. /package/{src → dist/src}/utils/fs.js +0 -0
  150. /package/{src → dist/src}/utils/has-plugin.js +0 -0
  151. /package/{with-nx.js → dist/with-nx.js} +0 -0
@@ -8,4 +8,3 @@ export declare function loadModule<T = unknown>(moduleId: string): T | undefined
8
8
  * Load a module and throw an error if it's not found
9
9
  */
10
10
  export declare function requireModule<T = unknown>(moduleId: string, feature: string): T;
11
- //# sourceMappingURL=load-module.d.ts.map
@@ -7,4 +7,3 @@ export declare function normalizePath(path: string | undefined): string;
7
7
  * Convert an absolute path to a human-readable relative path from cwd
8
8
  */
9
9
  export declare function humanizePath(filepath: string): string;
10
- //# sourceMappingURL=normalize-path.d.ts.map
@@ -11,4 +11,3 @@ export declare function escapeClassNameDashes(name: string): string;
11
11
  * Convert a CSS class name to a safe JavaScript identifier
12
12
  */
13
13
  export declare function safeIdentifier(name: string): string;
14
- //# sourceMappingURL=safe-identifier.d.ts.map
@@ -18,4 +18,3 @@ export declare const STYLE_INJECT_ID = "\0style-inject";
18
18
  * Path that will be used in imports
19
19
  */
20
20
  export declare const STYLE_INJECT_PATH = "style-inject";
21
- //# sourceMappingURL=style-inject.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { Plugin } from 'rollup';
2
2
  export declare function swc(): Plugin;
3
- //# sourceMappingURL=swc.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { ProjectGraphProjectNode } from '@nx/devkit';
2
2
  export declare function getProjectNode(): ProjectGraphProjectNode;
3
- //# sourceMappingURL=get-project-node.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { NormalizedRollupWithNxPluginOptions, RollupWithNxPluginOptions } from './with-nx-options';
2
2
  export declare function normalizeOptions(projectRoot: string, sourceRoot: string, options: RollupWithNxPluginOptions): NormalizedRollupWithNxPluginOptions;
3
- //# sourceMappingURL=normalize-options.d.ts.map
@@ -5,4 +5,3 @@ export declare function typeDefinitions(options: {
5
5
  name: string;
6
6
  generateBundle(_opts: unknown, bundle: OutputBundle): Promise<void>;
7
7
  };
8
- //# sourceMappingURL=type-definitions.d.ts.map
@@ -98,4 +98,3 @@ export interface NormalizedRollupWithNxPluginOptions extends RollupWithNxPluginO
98
98
  compiler: 'babel' | 'tsc' | 'swc';
99
99
  format: ('cjs' | 'esm')[];
100
100
  }
101
- //# sourceMappingURL=with-nx-options.d.ts.map
@@ -2,4 +2,3 @@ import { DependentBuildableProjectNode } from '@nx/js/internal';
2
2
  import * as rollup from 'rollup';
3
3
  import { RollupWithNxPluginOptions } from './with-nx-options';
4
4
  export declare function withNx(rawOptions: RollupWithNxPluginOptions, rollupConfig?: rollup.RollupOptions, dependencies?: DependentBuildableProjectNode[]): rollup.RollupOptions;
5
- //# sourceMappingURL=with-nx.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export declare const ROLLUP_EXECUTOR_DEPRECATION_MESSAGE = "The `@nx/rollup:rollup` executor is deprecated and will be removed in Nx v24. Run `nx g @nx/rollup:convert-to-inferred` to migrate to the `@nx/rollup/plugin` inferred targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.";
2
2
  export declare function warnRollupExecutorDeprecation(): void;
3
3
  export declare function warnRollupExecutorGenerating(): void;
4
- //# sourceMappingURL=deprecation.d.ts.map
@@ -3,4 +3,3 @@ export type EnsureDependenciesOptions = {
3
3
  compiler?: 'babel' | 'swc' | 'tsc';
4
4
  };
5
5
  export declare function ensureDependencies(tree: Tree, options: EnsureDependenciesOptions): GeneratorCallback;
6
- //# sourceMappingURL=ensure-dependencies.d.ts.map
@@ -11,13 +11,13 @@ function ensureDependencies(tree, options) {
11
11
  '@swc/helpers': internal_1.swcHelpersVersion,
12
12
  '@swc/core': internal_1.swcCoreVersion,
13
13
  'swc-loader': versions_1.swcLoaderVersion,
14
- });
14
+ }, undefined, true);
15
15
  case 'babel':
16
16
  return (0, devkit_1.addDependenciesToPackageJson)(tree, {}, {
17
17
  'core-js': versions_1.coreJsVersion, // needed for preset-env to work
18
18
  tslib: versions_1.tsLibVersion,
19
- });
19
+ }, undefined, true);
20
20
  default:
21
- return (0, devkit_1.addDependenciesToPackageJson)(tree, {}, { tslib: versions_1.tsLibVersion });
21
+ return (0, devkit_1.addDependenciesToPackageJson)(tree, {}, { tslib: versions_1.tsLibVersion }, undefined, true);
22
22
  }
23
23
  }
@@ -2,4 +2,3 @@
2
2
  * Delete an output directory, but error out if it's the root of the project.
3
3
  */
4
4
  export declare function deleteOutputDir(root: string, outputPath: string): void;
5
- //# sourceMappingURL=fs.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function hasPlugin(tree: Tree): boolean;
3
- //# sourceMappingURL=has-plugin.d.ts.map
@@ -1,6 +1,8 @@
1
+ import { type Tree } from '@nx/devkit';
1
2
  export declare const nxVersion: any;
2
3
  export declare const coreJsVersion = "^3.36.1";
4
+ export declare const minSupportedRollupVersion = "3.0.0";
3
5
  export declare const rollupVersion = "^4.14.0";
4
6
  export declare const swcLoaderVersion = "0.1.15";
5
7
  export declare const tsLibVersion = "^2.3.0";
6
- //# sourceMappingURL=versions.d.ts.map
8
+ export declare function assertSupportedRollupVersion(tree: Tree): void;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.tsLibVersion = exports.swcLoaderVersion = exports.rollupVersion = exports.minSupportedRollupVersion = exports.coreJsVersion = exports.nxVersion = void 0;
4
+ exports.assertSupportedRollupVersion = assertSupportedRollupVersion;
5
+ const path_1 = require("path");
6
+ const internal_1 = require("@nx/devkit/internal");
7
+ exports.nxVersion = require((0, path_1.join)('@nx/rollup', 'package.json')).version;
8
+ exports.coreJsVersion = '^3.36.1';
9
+ // Floor for the generator-level support check. The plugin's runtime code only
10
+ // uses Rollup APIs available since v3, so v3 and v4 are both supported.
11
+ exports.minSupportedRollupVersion = '3.0.0';
12
+ // Fresh-install version written when Rollup is not already present.
13
+ exports.rollupVersion = '^4.14.0';
14
+ exports.swcLoaderVersion = '0.1.15';
15
+ exports.tsLibVersion = '^2.3.0';
16
+ function assertSupportedRollupVersion(tree) {
17
+ (0, internal_1.assertSupportedPackageVersion)(tree, 'rollup', exports.minSupportedRollupVersion);
18
+ }
@@ -1,3 +1,2 @@
1
1
  export { withNx } from './src/plugins/with-nx/with-nx';
2
2
  export type { RollupWithNxPluginOptions } from './src/plugins/with-nx/with-nx-options';
3
- //# sourceMappingURL=with-nx.d.ts.map
package/executors.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "executors": {
3
3
  "rollup": {
4
- "implementation": "./src/executors/rollup/rollup.impl",
5
- "schema": "./src/executors/rollup/schema.json",
4
+ "implementation": "./dist/src/executors/rollup/rollup.impl",
5
+ "schema": "./dist/src/executors/rollup/schema.json",
6
6
  "description": "Bundle a package using Rollup."
7
7
  }
8
8
  }
package/generators.json CHANGED
@@ -3,21 +3,21 @@
3
3
  "version": "0.1",
4
4
  "generators": {
5
5
  "init": {
6
- "factory": "./src/generators/init/init#rollupInitGenerator",
7
- "schema": "./src/generators/init/schema.json",
6
+ "factory": "./dist/src/generators/init/init#rollupInitGenerator",
7
+ "schema": "./dist/src/generators/init/schema.json",
8
8
  "description": "Initialize the `@nx/rollup` plugin.",
9
9
  "aliases": ["ng-add"],
10
10
  "hidden": true
11
11
  },
12
12
  "configuration": {
13
13
  "aliases": ["rollup-project"],
14
- "factory": "./src/generators/configuration/configuration",
15
- "schema": "./src/generators/configuration/schema.json",
14
+ "factory": "./dist/src/generators/configuration/configuration",
15
+ "schema": "./dist/src/generators/configuration/schema.json",
16
16
  "description": "Add rollup configuration to a project."
17
17
  },
18
18
  "convert-to-inferred": {
19
- "factory": "./src/generators/convert-to-inferred/convert-to-inferred",
20
- "schema": "./src/generators/convert-to-inferred/schema.json",
19
+ "factory": "./dist/src/generators/convert-to-inferred/convert-to-inferred",
20
+ "schema": "./dist/src/generators/convert-to-inferred/schema.json",
21
21
  "description": "Convert existing Rollup project(s) using `@nx/rollup:*` executors to use `@nx/rollup/plugin`."
22
22
  }
23
23
  }
package/migrations.json CHANGED
@@ -4,9 +4,30 @@
4
4
  "cli": "nx",
5
5
  "version": "23.0.0-beta.4",
6
6
  "description": "Remove deprecated useLegacyTypescriptPlugin option from @nx/rollup:rollup",
7
- "implementation": "./src/migrations/update-23-0-0/remove-use-legacy-typescript-plugin",
8
- "documentation": "./src/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.md"
7
+ "implementation": "./dist/src/migrations/update-23-0-0/remove-use-legacy-typescript-plugin",
8
+ "documentation": "./dist/src/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.md"
9
+ },
10
+ "rewrite-rollup-internal-subpath-imports": {
11
+ "version": "23.0.0-beta.24",
12
+ "description": "Rewrites `@nx/rollup/src/*` subpath imports now that the `./src/*` subpath is no longer exposed by `@nx/rollup`'s exports map. Named imports/exports of public symbols are routed to `@nx/rollup` and the rest to the new `@nx/rollup/internal` entry; `require`, dynamic `import` and `jest.mock` calls reference the whole module and are routed to `@nx/rollup/internal`.",
13
+ "implementation": "./dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports"
14
+ },
15
+ "update-23-0-0-migrate-create-nodes-v2-import": {
16
+ "version": "23.0.0-beta.24",
17
+ "description": "Rename imports of `createNodesV2` from `@nx/rollup/plugin` to the canonical `createNodes` export.",
18
+ "implementation": "./dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes",
19
+ "documentation": "./dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.md"
9
20
  }
10
21
  },
11
- "packageJsonUpdates": {}
22
+ "packageJsonUpdates": {
23
+ "23.0.0": {
24
+ "version": "23.0.0-beta.24",
25
+ "packages": {
26
+ "rollup": {
27
+ "version": "^4.14.0",
28
+ "alwaysAddToPackageJson": true
29
+ }
30
+ }
31
+ }
32
+ }
12
33
  }
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "@nx/rollup",
3
- "version": "23.0.0-beta.23",
3
+ "version": "23.0.0-beta.24",
4
4
  "private": false,
5
+ "type": "commonjs",
6
+ "files": [
7
+ "dist",
8
+ "!dist/tsconfig.tsbuildinfo",
9
+ "!dist/spec",
10
+ "migrations.json",
11
+ "executors.json",
12
+ "generators.json"
13
+ ],
5
14
  "description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.",
6
15
  "repository": {
7
16
  "type": "git",
@@ -14,9 +23,21 @@
14
23
  "Web",
15
24
  "CLI"
16
25
  ],
17
- "main": "./index.js",
18
- "type": "commonjs",
19
- "types": "./index.d.ts",
26
+ "main": "./dist/index.js",
27
+ "types": "./dist/index.d.ts",
28
+ "typesVersions": {
29
+ "*": {
30
+ "plugin": [
31
+ "dist/plugin.d.ts"
32
+ ],
33
+ "with-nx": [
34
+ "dist/with-nx.d.ts"
35
+ ],
36
+ "internal": [
37
+ "dist/internal.d.ts"
38
+ ]
39
+ }
40
+ },
20
41
  "author": "Victor Savkin",
21
42
  "license": "MIT",
22
43
  "bugs": {
@@ -29,9 +50,33 @@
29
50
  "requirements": {},
30
51
  "migrations": "./migrations.json"
31
52
  },
53
+ "exports": {
54
+ ".": {
55
+ "@nx/nx-source": "./index.ts",
56
+ "types": "./dist/index.d.ts",
57
+ "default": "./dist/index.js"
58
+ },
59
+ "./package.json": "./package.json",
60
+ "./migrations.json": "./migrations.json",
61
+ "./generators.json": "./generators.json",
62
+ "./executors.json": "./executors.json",
63
+ "./plugin": {
64
+ "@nx/nx-source": "./plugin.ts",
65
+ "types": "./dist/plugin.d.ts",
66
+ "default": "./dist/plugin.js"
67
+ },
68
+ "./with-nx": {
69
+ "@nx/nx-source": "./with-nx.ts",
70
+ "types": "./dist/with-nx.d.ts",
71
+ "default": "./dist/with-nx.js"
72
+ },
73
+ "./internal": {
74
+ "@nx/nx-source": "./internal.ts",
75
+ "types": "./dist/internal.d.ts",
76
+ "default": "./dist/internal.js"
77
+ }
78
+ },
32
79
  "dependencies": {
33
- "@nx/devkit": "23.0.0-beta.23",
34
- "@nx/js": "23.0.0-beta.23",
35
80
  "@phenomnomnominal/tsquery": "~6.2.0",
36
81
  "@rollup/plugin-babel": "^6.0.4",
37
82
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -45,12 +90,21 @@
45
90
  "picomatch": "4.0.4",
46
91
  "postcss": "^8.4.38",
47
92
  "postcss-modules": "^6.0.1",
48
- "rollup": "^4.14.0",
49
- "tslib": "^2.3.0"
93
+ "tslib": "^2.3.0",
94
+ "@nx/devkit": "23.0.0-beta.24",
95
+ "@nx/js": "23.0.0-beta.24"
96
+ },
97
+ "peerDependencies": {
98
+ "rollup": "^3.0.0 || ^4.0.0"
99
+ },
100
+ "peerDependenciesMeta": {
101
+ "rollup": {
102
+ "optional": true
103
+ }
50
104
  },
51
105
  "devDependencies": {
52
- "nx": "23.0.0-beta.23",
53
- "source-map-js": "^1.2.0"
106
+ "source-map-js": "^1.2.0",
107
+ "nx": "23.0.0-beta.24"
54
108
  },
55
109
  "publishConfig": {
56
110
  "access": "public"
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/rollup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,CAAC;AAGlC,wDAAwD;AACxD,eAAO,MAAM,sBAAsB,+BAAyB,CAAC;AAE7D,cAAc,4BAA4B,CAAC;AAC3C,YAAY,EACV,gBAAgB,EAChB,OAAO,EACP,qBAAqB,GACtB,MAAM,+BAA+B,CAAC;AACvC,cAAc,oCAAoC,CAAC"}
package/plugin.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/rollup/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,mBAAmB,GACpB,MAAM,sBAAsB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/executors/rollup/lib/normalize.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAGvD,MAAM,WAAW,+BAAgC,SAAQ,qBAAqB;IAC5E,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,wBAAgB,8BAA8B,CAC5C,OAAO,EAAE,qBAAqB,EAC9B,OAAO,EAAE,eAAe,GACvB,+BAA+B,CAajC;AAED,wBAAgB,mBAAmB,CAAC,UAAU,EAAE,IAAI,GAAG,MAAM,EAAE,IAAI,EAAE,MAAM,UAS1E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"rollup.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/executors/rollup/rollup.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,OAAO,EAAE,KAAK,eAAe,EAAU,MAAM,YAAY,CAAC;AAG1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AACjD,OAAO,EACL,+BAA+B,EAEhC,MAAM,iBAAiB,CAAC;AAMzB,wBAAuB,cAAc,CACnC,UAAU,EAAE,qBAAqB,EACjC,OAAO,EAAE,eAAe,qCAoEzB;AAID,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,+BAA+B,EACxC,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC,MAAM,CAAC,aAAa,GAAG,MAAM,CAAC,aAAa,EAAE,CAAC,CAuDxD;AAWD,eAAe,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/generators/configuration/configuration.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,iBAAiB,EAOjB,IAAI,EAIL,MAAM,YAAY,CAAC;AAkBpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAI/C,wBAAsB,sBAAsB,CAC1C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,mBAAmB,8BAoC7B;AAwPD,eAAe,sBAAsB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAKA,OAAO,EAKL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAMpB,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,iBA+GlE;AAED,eAAe,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"add-plugin-registrations.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/generators/convert-to-inferred/lib/add-plugin-registrations.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,oBAAoB,EACzB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAGpB,wBAAsB,sBAAsB,CAAC,CAAC,EAC5C,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC,EAC9B,QAAQ,EAAE,GAAG,CAAC,MAAM,EAAE,oBAAoB,CAAC,EAC3C,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,IAAI,CAAC,CAiDf"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"extract-rollup-config-from-executor-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/generators/convert-to-inferred/lib/extract-rollup-config-from-executor-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmC,IAAI,EAAE,MAAM,YAAY,CAAC;AACnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AASzE,wBAAgB,sCAAsC,CACpD,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,qBAAqB,EAC9B,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAC,EAC9D,WAAW,EAAE,MAAM,2BAoHpB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize-path-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/generators/convert-to-inferred/lib/normalize-path-options.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAWzE,wBAAgB,oBAAoB,CAClC,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,qBAAqB,GAC7B,IAAI,CAmBN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/generators/init/init.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,iBAAiB,EAEjB,IAAI,EACL,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,wBAAsB,mBAAmB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAkDnE;AAED,eAAe,mBAAmB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"remove-use-legacy-typescript-plugin.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/migrations/update-23-0-0/remove-use-legacy-typescript-plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,IAAI,EAIL,MAAM,YAAY,CAAC;AAgBpB,yBAA+B,IAAI,EAAE,IAAI,iBAwGxC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"analyze.d.ts","sourceRoot":"","sources":["../../../../../packages/rollup/src/plugins/analyze.ts"],"names":[],"mappings":"AAYA,wBAAgB,OAAO;;;EAStB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"delete-output.d.ts","sourceRoot":"","sources":["../../../../../packages/rollup/src/plugins/delete-output.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGrC,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,EAAE,CAAC;CAChB;AAED,wBAAgB,YAAY,CAAC,OAAO,EAAE,mBAAmB,GAAG,MAAM,CAMjE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"nx-copy-assets.plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/rollup/src/plugins/nx-copy-assets.plugin.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAErC,OAAO,EAAE,SAAS,EAAqB,MAAM,iBAAiB,CAAC;AAC/D,MAAM,WAAW,yBAAyB;IACxC,MAAM,EAAE,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,MAAM,GAAG;IACtD,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAiBA;AAED,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,yBAAyB,GAAG,MAAM,CAqD7E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"generate-package-json.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/plugins/package-json/generate-package-json.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAG7D,MAAM,WAAW,0BAA0B;IACzC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;CAClC;AAED,eAAO,MAAM,UAAU,2CAA2C,CAAC;AAEnE,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,0BAA0B,EACnC,WAAW,EAAE,WAAW,GACvB,MAAM,CAOR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-package-json.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/plugins/package-json/update-package-json.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAGxD,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE;IACP,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;CAClC,EACD,WAAW,EAAE,WAAW,QA0GzB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/rollup/src/plugins/plugin.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,KAAK,kBAAkB,EAIvB,WAAW,EAKZ,MAAM,YAAY,CAAC;AASpB;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,kBAEhC,CAAC;AAEF,MAAM,WAAW,mBAAmB;IAClC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAMD,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,mBAAmB,CAgExD,CAAC;AAEF,eAAO,MAAM,aAAa,kCAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/plugins/postcss/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAEtD,YAAY,EACV,oBAAoB,EACpB,qBAAqB,EACrB,aAAa,EACb,UAAU,EACV,WAAW,EACX,WAAW,EACX,aAAa,GACd,MAAM,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/loaders/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,aAAa,EACb,YAAY,EACZ,oBAAoB,EAIrB,MAAM,SAAS,CAAC;AAKjB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAErD,UAAU,cAAc;IACtB,6BAA6B;IAC7B,OAAO,EAAE,oBAAoB,CAAC;IAC9B,2BAA2B;IAC3B,GAAG,EAAE,UAAU,CAAC;CACjB;AAED;;GAEG;AACH,qBAAa,OAAO;IAClB,OAAO,CAAC,OAAO,CAAgB;gBAEnB,OAAO,EAAE,cAAc;IASnC;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAuB7B;;OAEG;IACH,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;IAItC;;OAEG;IACH,OAAO,CAAC,aAAa;IAOrB;;;OAGG;IACG,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC;CAwB3E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"less-loader.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/loaders/less-loader.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EAGN,iBAAiB,EAClB,MAAM,SAAS,CAAC;AAwCjB;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,GAAE,iBAAsB,GAAG,MAAM,CA2CxE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postcss-loader.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/loaders/postcss-loader.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EAGN,oBAAoB,EACrB,MAAM,SAAS,CAAC;AAejB;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,oBAAoB,GAAG,MAAM,CAsHzE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sass-loader.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/loaders/sass-loader.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EAGN,iBAAiB,EAClB,MAAM,SAAS,CAAC;AA4IjB;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,GAAE,iBAAsB,GAAG,MAAM,CAuGxE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"stylus-loader.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/loaders/stylus-loader.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EAGN,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAqBjB;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,GAAE,mBAAwB,GAAG,MAAM,CA0D5E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/loaders/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,gDAAgD;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,sCAAsC;IACtC,SAAS,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC9B,gDAAgD;IAChD,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,gCAAgC;IAChC,IAAI,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,yBAAyB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,gCAAgC;IAChC,GAAG,CAAC,EAAE,YAAY,CAAC;IACnB,kDAAkD;IAClD,SAAS,CAAC,EAAE;QACV,kBAAkB;QAClB,IAAI,EAAE,MAAM,CAAC;QACb,qBAAqB;QACrB,GAAG,CAAC,EAAE,YAAY,CAAC;KACpB,CAAC;IACF,+CAA+C;IAC/C,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC;AAED;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB,kCAAkC;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,IAAI,EAAE,MAAM,GAAG,CAAC,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,CAAC;IAC/C,4EAA4E;IAC5E,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,6CAA6C;IAC7C,OAAO,CACL,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,aAAa,EACtB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAChC,OAAO,CAAC,YAAY,CAAC,CAAC;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,+BAA+B;IAC/B,OAAO,EAAE,cAAc,EAAE,CAAC;IAC1B,0BAA0B;IAC1B,OAAO,EAAE,OAAO,GAAG,qBAAqB,CAAC;IACzC,qDAAqD;IACrD,WAAW,EAAE,OAAO,CAAC;IACrB,wDAAwD;IACxD,OAAO,EAAE,OAAO,GAAG,MAAM,CAAC;IAC1B,0BAA0B;IAC1B,MAAM,EACF,OAAO,GACP,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACvB,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,MAAM,CAAC,CAAC;CAC9C;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,6CAA6C;IAC7C,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,8BAA8B;IAC9B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,iCAAiC;IACjC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8BAA8B;IAC9B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,gCAAgC;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/plugins/postcss/options.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"postcss-plugin.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/plugins/postcss/postcss-plugin.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAiC,MAAM,QAAQ,CAAC;AACpE,OAAO,KAAK,EACV,oBAAoB,EAGrB,MAAM,WAAW,CAAC;AAsHnB;;;;;GAKG;AACH,wBAAgB,OAAO,CAAC,aAAa,GAAE,oBAAyB,GAAG,MAAM,CA2OxE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EACL,eAAe,EACf,eAAe,EACf,iBAAiB,GAClB,MAAM,gBAAgB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"load-module.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/utils/load-module.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,CAAC,GAAG,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS,CAavE;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,CAAC,GAAG,OAAO,EACvC,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,GACd,CAAC,CAQH"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize-path.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/utils/normalize-path.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAK9D;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAGrD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"safe-identifier.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/utils/safe-identifier.ts"],"names":[],"mappings":"AAAA;;;GAGG;AA4DH;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAE1D;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAkBnD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"style-inject.d.ts","sourceRoot":"","sources":["../../../../../../../packages/rollup/src/plugins/postcss/utils/style-inject.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;;GAGG;AACH,eAAO,MAAM,eAAe,QAgCpB,CAAC;AAET;;GAEG;AACH,eAAO,MAAM,eAAe,mBAAmB,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,iBAAiB,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"swc.d.ts","sourceRoot":"","sources":["../../../../../packages/rollup/src/plugins/swc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,wBAAgB,GAAG,IAAI,MAAM,CAgB5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-project-node.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/plugins/with-nx/get-project-node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAA0B,MAAM,YAAY,CAAC;AAE7E,wBAAgB,cAAc,IAAI,uBAAuB,CAexD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/plugins/with-nx/normalize-options.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,mCAAmC,EACnC,yBAAyB,EAC1B,MAAM,mBAAmB,CAAC;AAI3B,wBAAgB,gBAAgB,CAC9B,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,yBAAyB,GACjC,mCAAmC,CA+BrC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"type-definitions.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/plugins/with-nx/type-definitions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAe3C,wBAAgB,eAAe,CAAC,OAAO,EAAE;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE;;0BAGhC,OAAO,UAAU,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC;EA2C5E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"with-nx-options.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/plugins/with-nx/with-nx-options.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACxC;;SAEK;IACL,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;IACjC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;IACf;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,KAAK,CAAC;IACnC;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,GAAG,KAAK,GAAG,MAAM,CAAC;IACrC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC9B;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,GAAG,KAAK,CAAC,EAAE,CAAC;IAC3B;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,mCACf,SAAQ,yBAAyB;IACjC,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,QAAQ,EAAE,OAAO,GAAG,KAAK,GAAG,KAAK,CAAC;IAClC,MAAM,EAAE,CAAC,KAAK,GAAG,KAAK,CAAC,EAAE,CAAC;CAC3B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"with-nx.d.ts","sourceRoot":"","sources":["../../../../../../packages/rollup/src/plugins/with-nx/with-nx.ts"],"names":[],"mappings":"AASA,OAAO,EAIL,6BAA6B,EAG9B,MAAM,iBAAiB,CAAC;AASzB,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAQjC,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AA4B9D,wBAAgB,MAAM,CACpB,UAAU,EAAE,yBAAyB,EACrC,YAAY,GAAE,MAAM,CAAC,aAAkB,EAEvC,YAAY,CAAC,EAAE,6BAA6B,EAAE,GAC7C,MAAM,CAAC,aAAa,CAuQtB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"deprecation.d.ts","sourceRoot":"","sources":["../../../../../packages/rollup/src/utils/deprecation.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mCAAmC,mQACkN,CAAC;AAEnQ,wBAAgB,6BAA6B,IAAI,IAAI,CAEpD;AAMD,wBAAgB,4BAA4B,IAAI,IAAI,CAInD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ensure-dependencies.d.ts","sourceRoot":"","sources":["../../../../../packages/rollup/src/utils/ensure-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,iBAAiB,EACtB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAIpB,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,KAAK,CAAC;CACpC,CAAC;AAEF,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,yBAAyB,GACjC,iBAAiB,CAwBnB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"fs.d.ts","sourceRoot":"","sources":["../../../../../packages/rollup/src/utils/fs.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,QAO/D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"has-plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/rollup/src/utils/has-plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,YAAY,CAAC;AAE9C,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,WAOnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/rollup/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAC/D,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,gBAAgB,WAAW,CAAC;AACzC,eAAO,MAAM,YAAY,WAAW,CAAC"}
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.tsLibVersion = exports.swcLoaderVersion = exports.rollupVersion = exports.coreJsVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = require('../../package.json').version;
5
- exports.coreJsVersion = '^3.36.1';
6
- exports.rollupVersion = '^4.14.0';
7
- exports.swcLoaderVersion = '0.1.15';
8
- exports.tsLibVersion = '^2.3.0';
package/with-nx.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"with-nx.d.ts","sourceRoot":"","sources":["../../../packages/rollup/with-nx.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAC;AACvD,YAAY,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes