Compare commits

...

15 Commits

Author SHA1 Message Date
1a3b4803c8 update description 2024-05-29 14:15:16 +02:00
3595a56779 update tsconfig 2024-04-14 18:07:00 +02:00
db3e5be830 update npmextra.json: githost 2024-04-01 21:37:10 +02:00
ef9c3a62e0 update npmextra.json: githost 2024-04-01 19:59:13 +02:00
b7b01cf5d5 update npmextra.json: githost 2024-03-30 21:48:12 +01:00
4e28c1c115 switch to new org scheme 2023-07-11 01:22:57 +02:00
24a6d067d5 switch to new org scheme 2023-07-10 10:17:13 +02:00
bc19095869 1.0.13 2022-03-10 16:17:34 +01:00
970a9bcbf8 fix(core): update 2022-03-10 16:17:33 +01:00
e03deffb2d 1.0.12 2022-03-10 15:52:16 +01:00
a15810c195 fix(core): update 2022-03-10 15:52:16 +01:00
84281590a9 1.0.11 2022-03-10 15:13:50 +01:00
33e73e9959 fix(core): update 2022-03-10 15:13:49 +01:00
a265493eba 1.0.10 2022-03-10 14:20:20 +01:00
05a0552fe3 fix(core): update 2022-03-10 14:20:19 +01:00
11 changed files with 33343 additions and 4992 deletions

View File

@ -2,17 +2,30 @@
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartparcel",
"shortDescription": "a wrapper for parcel",
"npmPackagename": "@pushrocks/smartparcel",
"npmPackagename": "@push.rocks/smartparcel",
"license": "MIT",
"projectDomain": "push.rocks"
"projectDomain": "push.rocks",
"description": "A wrapper for Parcel to simplify its usage in Node.js projects.",
"keywords": [
"parcel",
"wrapper",
"typescript",
"build tool",
"package bundling",
"web development",
"node.js"
]
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
},
"tsdoc": {
"legal": "\n## License and Legal Information\n\nThis repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository. \n\n**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.\n\n### Trademarks\n\nThis project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH.\n\n### Company Information\n\nTask Venture Capital GmbH \nRegistered at District court Bremen HRB 35230 HB, Germany\n\nFor any legal inquiries or if you require further information, please contact us via email at hello@task.vc.\n\nBy using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.\n"
}
}

32338
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
{
"name": "@pushrocks/smartparcel",
"version": "1.0.9",
"name": "@push.rocks/smartparcel",
"version": "1.0.13",
"private": false,
"description": "a wrapper for parcel",
"description": "A wrapper for Parcel to simplify its usage in Node.js projects.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@ -12,17 +12,17 @@
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^14.14.32",
"@gitzone/tsbuild": "^2.1.29",
"@gitzone/tstest": "^1.0.64",
"@pushrocks/tapbundle": "^4.0.8",
"@types/node": "^17.0.21",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartpath": "^4.0.3",
"parcel-bundler": "1.12.3",
"@types/parcel-bundler": "1.12.3"
"@parcel/config-default": "^2.3.2",
"@parcel/core": "^2.3.2",
"@pushrocks/smartpath": "^4.0.3"
},
"files": [
"ts/**/*",
@ -38,5 +38,19 @@
],
"browserslist": [
"last 1 chrome versions"
]
}
],
"keywords": [
"parcel",
"wrapper",
"typescript",
"build tool",
"package bundling",
"web development",
"node.js"
],
"homepage": "https://code.foss.global/push.rocks/smartparcel",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartparcel.git"
}
}

5676
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

1
readme.hints.md Normal file
View File

@ -0,0 +1 @@

116
readme.md
View File

@ -1,39 +1,101 @@
# @pushrocks/smartparcel
# @push.rocks/smartparcel
a wrapper for parcel
## Availabililty and Links
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartparcel)
* [gitlab.com (source)](https://gitlab.com/pushrocks/smartparcel)
* [github.com (source mirror)](https://github.com/pushrocks/smartparcel)
* [docs (typedoc)](https://pushrocks.gitlab.io/smartparcel/)
## Install
## Status for master
To install `@push.rocks/smartparcel`, you'll need to run the following command using npm (or yarn, or your preferred npm client). Make sure you have Node.js installed on your machine before doing so.
Status Category | Status Badge
-- | --
GitLab Pipelines | [![pipeline status](https://gitlab.com/pushrocks/smartparcel/badges/master/pipeline.svg)](https://lossless.cloud)
GitLab Pipline Test Coverage | [![coverage report](https://gitlab.com/pushrocks/smartparcel/badges/master/coverage.svg)](https://lossless.cloud)
npm | [![npm downloads per month](https://badgen.net/npm/dy/@pushrocks/smartparcel)](https://lossless.cloud)
Snyk | [![Known Vulnerabilities](https://badgen.net/snyk/pushrocks/smartparcel)](https://lossless.cloud)
TypeScript Support | [![TypeScript](https://badgen.net/badge/TypeScript/>=%203.x/blue?icon=typescript)](https://lossless.cloud)
node Support | [![node](https://img.shields.io/badge/node->=%2010.x.x-blue.svg)](https://nodejs.org/dist/latest-v10.x/docs/api/)
Code Style | [![Code Style](https://badgen.net/badge/style/prettier/purple)](https://lossless.cloud)
PackagePhobia (total standalone install weight) | [![PackagePhobia](https://badgen.net/packagephobia/install/@pushrocks/smartparcel)](https://lossless.cloud)
PackagePhobia (package size on registry) | [![PackagePhobia](https://badgen.net/packagephobia/publish/@pushrocks/smartparcel)](https://lossless.cloud)
BundlePhobia (total size when bundled) | [![BundlePhobia](https://badgen.net/bundlephobia/minzip/@pushrocks/smartparcel)](https://lossless.cloud)
Platform support | [![Supports Windows 10](https://badgen.net/badge/supports%20Windows%2010/yes/green?icon=windows)](https://lossless.cloud) [![Supports Mac OS X](https://badgen.net/badge/supports%20Mac%20OS%20X/yes/green?icon=apple)](https://lossless.cloud)
```bash
npm install @push.rocks/smartparcel --save
```
or if you are using yarn:
```bash
yarn add @push.rocks/smartparcel
```
This will add `@push.rocks/smartparcel` as a dependency to your project and download it to your `node_modules` folder.
## Usage
Use TypeScript for best in class intellisense
To make the most out of `@push.rocks/smartparcel`, you need to understand how to integrate it into your project for bundling your assets using Parcel. This guide will walk you through setting up and using `@push.rocks/smartparcel` effectively in a TypeScript environment.
## Contribution
First, ensure you are working in a TypeScript enabled project setup. This walkthrough assumes you have TypeScript configured and ready to go.
We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can [contribute one time](https://lossless.link/contribute-onetime) or [contribute monthly](https://lossless.link/contribute). :)
### Step 1: Importing `@push.rocks/smartparcel`
For further information read the linked docs at the top of this readme.
Start by importing the module where you intend to use it. Typically, this would be in your build process file or a specific script designated for handling your asset pipeline.
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
```typescript
import { Parcel } from '@push.rocks/smartparcel';
```
[![repo-footer](https://lossless.gitlab.io/publicrelations/repofooter.svg)](https://maintainedby.lossless.com)
The key class here is `Parcel`, which is a wrapper around the Parcel bundler, providing you with a simplified and potential custom API tailored for your project needs.
### Step 2: Configuring the Parcel Instance
Before you can use the `Parcel` class to bundle your assets, you need to instantiate it with appropriate configuration. The configuration involves specifying the entry files, the output directory, and the output file name.
```typescript
// Define the configuration
const entryFiles = ['./src/index.html']; // Entry points for Parcel can be a single file or an array of files.
const outputDir = './dist'; // The directory where the output should be stored.
const outputFile = 'bundle.js'; // The name of the output file.
// Create a new Parcel instance
const myParcel = new Parcel(entryFiles, outputDir, outputFile);
```
In this setup, we're telling `@push.rocks/smartparcel` to take an `index.html` file located in the `src` directory, bundle it (alongside any assets it references), and output the results in a `dist` directory with `bundle.js` as the bundled file name.
### Step 3: Building or Watching with Server
#### Building Assets
To bundle your assets without watching for changes, you can use the `build` method.
```typescript
(async () => {
await myParcel.build();
})();
```
This approach is ideal for production builds where you only need to bundle your assets once.
#### Developing with Watch and Serve
During development, you might want your assets to be rebuilt automatically upon file changes. Additionally, serving these assets through a local server can be highly beneficial. `@push.rocks/smartparcel` allows you to watch assets and serve them using a single call.
```typescript
(async () => {
await myParcel.watchAndServe();
})();
```
This method starts a process that watches for file changes and serves the bundled assets on a local server, making development workflows more efficient and streamlined.
### Conclusion
`@push.rocks/smartparcel` offers a simplified, yet powerful, interface for working with Parcel in TypeScript projects. By wrapping the complexity of configuring Parcel into an easy-to-use API, it allows developers to focus more on development rather than build tool configuration. As shown in this guide, setting up and using `@push.rocks/smartparcel` is straightforward, making it an excellent choice for projects looking to leverage the power of Parcel with minimal setup.
Remember, the examples provided here are meant to get you started. Depending on your project's needs, you may need to adjust the configurations. Refer to the official Parcel documentation for more detailed information on the options and capabilities available.
## License and Legal Information
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.
### Trademarks
This project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH.
### Company Information
Task Venture Capital GmbH
Registered at District court Bremen HRB 35230 HB, Germany
For any legal inquiries or if you require further information, please contact us via email at hello@task.vc.
By using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.

View File

@ -1,4 +1,4 @@
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as smartparcel from '../ts/index';
tap.test('first test', async () => {

View File

@ -1,64 +1,92 @@
import * as plugins from './smartparcel.plugins';
export class Parcel {
private defaultOptions: plugins.parcel.ParcelOptions = {
outDir: plugins.path.join(process.cwd(), './dist_watch'), // The out directory to put the build files in, defaults to dist
outFile: 'index.html', // The name of the outputFile
publicUrl: '/', // The url to serve on, defaults to '/'
watch: true, // Whether to watch the files and rebuild them on change, defaults to process.env.NODE_ENV !== 'production'
cache: true, // Enabled or disables caching, defaults to true
cacheDir: '.nogit/.parcelcache', // The directory cache gets put in, defaults to .cache
contentHash: false, // Disable content hash from being included on the filename
global: 'moduleName', // Expose modules as UMD under this name, disabled by default
minify: false, // Minify files, enabled if process.env.NODE_ENV === 'production'
scopeHoist: false, // Turn on experimental scope hoisting/tree shaking flag, for smaller production bundles
target: 'browser', // Browser/node/electron, defaults to browser
bundleNodeModules: true, // By default, package.json dependencies are not included when using 'node' or 'electron' with 'target' option above. Set to true to adds them to the bundle, false by default
https: null,
logLevel: 3, // 5 = save everything to a file, 4 = like 3, but with timestamps and additionally log http requests to dev server, 3 = log info, warnings & errors, 2 = log warnings & errors, 1 = log errors, 0 = log nothing
hmr: true, // Enable or disable HMR while watching
hmrPort: 3003, // The port the HMR socket runs on, defaults to a random free port (0 in node.js resolves to a random free port)
sourceMaps: true, // Enable or disable sourcemaps, defaults to enabled (minified builds currently always create sourcemaps)
hmrHostname: '', // A hostname for hot module reload, default to ''
detailedReport: false, // Prints a detailed report of the bundles, assets, filesizes and times, defaults to false, reports are only printed if watch is disabled
private options: {
from: string | string[],
outputDir: string,
outputFile: string
} = {
from: null,
outputDir: null,
outputFile: null,
}
private defaultOptions: ConstructorParameters<typeof plugins.parcel.Parcel>[ 0 ] = {
defaultConfig: '@parcel/config-default',
cacheDir: './.nogit/.parcelcache',
defaultTargetOptions: {
distDir: plugins.path.join(process.cwd(), './dist_watch'),
publicUrl: '/',
engines: {
browsers: [ 'last 1 Chrome version' ]
}
},
entries: './html/index.html',
hmrOptions: {
port: 3003
},
serveOptions: {
port: 3002
},
shouldAutoInstall: true
};
public options: plugins.parcel.ParcelOptions;
public entryFiles: string | string[] = plugins.path.join(process.cwd(), './html/index.html');
public async createOptions() {
const returnOptions: ConstructorParameters<typeof plugins.parcel.Parcel>[ 0 ] = {
...this.defaultOptions,
entries: this.options.from,
defaultTargetOptions: {
...this.defaultOptions.defaultTargetOptions,
distDir: this.options.outputDir
}
}
return returnOptions;
}
/**
* builds and serves
*/
public async start() {
const bundler = new plugins.parcel(this.entryFiles, this.options);
public async watchAndServe () {
const bundler = new plugins.parcel.Parcel(await this.createOptions());
// Run the bundler, this returns the main bundle
// Use the events if you're using watch mode as this promise will only trigger once and not for every rebuild
const bundle = await bundler.serve(3002);
let subscription = await bundler.watch((err, event) => {
if (err) {
// fatal error
console.log(err);
throw err;
}
if (event.type === 'buildSuccess') {
let bundles = event.bundleGraph.getBundles();
console.log(`✨ Built ${bundles.length} bundles in ${event.buildTime}ms!`);
} else if (event.type === 'buildFailure') {
console.log(event.diagnostics);
}
});
}
/**
* just builds
*/
public async build() {
const bundler = new plugins.parcel(this.entryFiles, {
...this.options,
watch: false,
});
// Run the bundler, this returns the main bundle
// Use the events if you're using watch mode as this promise will only trigger once and not for every rebuild
const bundle = await bundler.bundle().catch((e) => {
console.error(e);
throw e;
});
public async build () {
let bundler = new plugins.parcel.Parcel(await this.createOptions());
try {
let {bundleGraph, buildTime} = await bundler.run();
let bundles = bundleGraph.getBundles();
console.log(`✨ Built ${bundles.length} bundles in ${buildTime}ms!`);
} catch (err: any) {
console.log(err.diagnostics);
}
}
constructor(fromArg: string | string[], outputDirArg: string, outputFileArg: string) {
this.entryFiles = fromArg;
this.options = {
...this.defaultOptions,
outDir: outputDirArg,
outFile: outputFileArg,
from: fromArg,
outputDir: outputDirArg,
outputFile: outputFileArg
};
}
}

View File

@ -9,6 +9,6 @@ import * as smartpath from '@pushrocks/smartpath';
export { smartpath };
// third party scope
import parcel from 'parcel-bundler';
import * as parcel from '@parcel/core';
export { parcel };

14
tsconfig.json Normal file
View File

@ -0,0 +1,14 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true
},
"exclude": [
"dist_*/**/*.d.ts"
]
}

View File

@ -1,17 +0,0 @@
{
"extends": ["tslint:latest", "tslint-config-prettier"],
"rules": {
"semicolon": [true, "always"],
"no-console": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"member-ordering": {
"options":{
"order": [
"static-method"
]
}
}
},
"defaultSeverity": "warning"
}