Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"hal",
"nodejs"
],
"homepage": "https://github.com/studiohyperdrive/ngx-tools/tree/master/libs/nodejs/pagination",
"homepage": "https://github.com/studiohyperdrive/ngx-tools/tree/master/libs/javascript/pagination",
"author": {
"name": "Studio Hyperdrive",
"url": "https://studiohyperdrive.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/studiohyperdrive/ngx-tools",
"directory": "libs/nodejs/pagination/src"
"directory": "libs/javascript/pagination/src"
},
"license": "MIT",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-pagination",
"name": "js-pagination",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/nodejs/pagination/src",
"sourceRoot": "libs/javascript/pagination/src",
"projectType": "library",
"release": {
"version": {
Expand All @@ -19,11 +19,11 @@
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/nodejs/pagination",
"main": "libs/nodejs/pagination/src/index.ts",
"tsConfig": "libs/nodejs/pagination/tsconfig.lib.json",
"outputPath": "dist/libs/javascript/pagination",
"main": "libs/javascript/pagination/src/index.ts",
"tsConfig": "libs/javascript/pagination/tsconfig.lib.json",
"assets": [
"libs/nodejs/*.md"
"libs/javascript/*.md"
]
}
},
Expand All @@ -38,7 +38,7 @@
"{workspaceRoot}/coverage/{projectRoot}"
],
"options": {
"jestConfig": "libs/nodejs/pagination/jest.config.ts"
"jestConfig": "libs/javascript/pagination/jest.config.ts"
}
},
"lint": {
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
export default {
displayName: 'node-regex',
displayName: 'js-regex',
preset: '../../../jest.preset.js',
testEnvironment: 'node',
transform: {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-regex",
"name": "js-regex",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/regex-common/src",
"projectType": "library",
Expand All @@ -19,7 +19,7 @@
"{workspaceRoot}/coverage/{projectRoot}"
],
"options": {
"jestConfig": "libs/nodejs/utils/jest.config.ts"
"jestConfig": "libs/javascript/utils/jest.config.ts"
}
},
"lint": {
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';

export default defineConfig({
root: __dirname,
cacheDir: '../../../node_modules/.vite/libs/nodejs/utils',
cacheDir: '../../../node_modules/.vite/libs/javascript/regex',

plugins: [
nxViteTsPaths(),
Expand All @@ -21,7 +21,7 @@ export default defineConfig({
// Configuration for building your library.
// See: https://vitejs.dev/guide/build.html#library-mode
build: {
outDir: '../../../dist/libs/nodejs/utils',
outDir: '../../../dist/libs/javascript/regex',
emptyOutDir: true,
reportCompressedSize: true,
commonjsOptions: {
Expand All @@ -30,7 +30,7 @@ export default defineConfig({
lib: {
// Could also be a dictionary or array of multiple entry points.
entry: 'src/index.ts',
name: 'node-utils',
name: 'js-regex',
fileName: 'index',
// Change this to the formats you want to support.
// Don't forget to update your package.json as well.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "rxjs-utils",
"name": "js-rxjs",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/nodejs/rxjs/src",
"sourceRoot": "libs/javascript/rxjs/src",
"projectType": "library",
"targets": {
"build": {
"executor": "@nx/vite:build",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/libs/nodejs/rxjs"
"outputPath": "dist/libs/javascript/rxjs"
}
},
"test": {
"executor": "@nx/vite:test",
"outputs": ["{workspaceRoot}/coverage/libs/nodejs/rxjs"],
"outputs": ["{workspaceRoot}/coverage/libs/javascript/rxjs"],
"options": {
"passWithNoTests": true,
"reportsDirectory": "../../coverage/libs.nodejs/rxjs"
Expand All @@ -23,7 +23,7 @@
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/nodejs/rxjs/**/*.ts", "libs/nodejs/rxjs/package.json"]
"lintFilePatterns": ["libs/javascript/rxjs/**/*.ts", "libs/javascript/rxjs/package.json"]
}
}
},
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineConfig({
lib: {
// Could also be a dictionary or array of multiple entry points.
entry: 'src/index.ts',
name: 'rxjs-utils',
name: 'js-rxjs',
fileName: 'index',
// Change this to the formats you want to support.
// Don't forget to update your package.json as well.
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
export default {
displayName: 'node-utils',
displayName: 'js-testing',
preset: '../../../jest.preset.js',
testEnvironment: 'node',
transform: {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-testing",
"name": "js-testing",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/nodejs/testing/src",
"sourceRoot": "libs/javascript/testing/src",
"projectType": "library",
"targets": {
"build": {
Expand All @@ -17,14 +17,14 @@
"{workspaceRoot}/coverage/{projectRoot}"
],
"options": {
"jestConfig": "libs/nodejs/testing/jest.config.ts"
"jestConfig": "libs/javascript/testing/jest.config.ts"
}
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/nodejs/testing/**/*.ts", "libs/nodejs/testing/package.json"]
"lintFilePatterns": ["libs/javascript/testing/**/*.ts", "libs/javascript/testing/package.json"]
}
}
},
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';

export default defineConfig({
root: __dirname,
cacheDir: '../../../node_modules/.vite/libs/nodejs/regex',
cacheDir: '../../../node_modules/.vite/libs/javascript/testing',

plugins: [
nxViteTsPaths(),
Expand All @@ -21,7 +21,7 @@ export default defineConfig({
// Configuration for building your library.
// See: https://vitejs.dev/guide/build.html#library-mode
build: {
outDir: '../../../dist/libs/nodejs/regex',
outDir: '../../../dist/libs/javascript/testing',
emptyOutDir: true,
reportCompressedSize: true,
commonjsOptions: {
Expand All @@ -30,7 +30,7 @@ export default defineConfig({
lib: {
// Could also be a dictionary or array of multiple entry points.
entry: 'src/index.ts',
name: 'node-regex',
name: 'js-testing',
fileName: 'index',
// Change this to the formats you want to support.
// Don't forget to update your package.json as well.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
export default {
displayName: 'node-testing',
displayName: 'js-utils',
preset: '../../../jest.preset.js',
testEnvironment: 'node',
transform: {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-utils",
"name": "js-utils",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/nodejs/utils/src",
"sourceRoot": "libs/javascript/utils/src",
"projectType": "library",
"targets": {
"build": {
Expand All @@ -10,7 +10,7 @@
"{options.outputPath}"
],
"options": {
"outputPath": "dist/libs/nodejs/utils"
"outputPath": "dist/libs/javascript/utils"
}
},
"test": {
Expand All @@ -19,7 +19,7 @@
"{workspaceRoot}/coverage/{projectRoot}"
],
"options": {
"jestConfig": "libs/nodejs/utils/jest.config.ts"
"jestConfig": "libs/javascript/utils/jest.config.ts"
}
},
"lint": {
Expand All @@ -29,8 +29,8 @@
],
"options": {
"lintFilePatterns": [
"libs/nodejs/utils/**/*.ts",
"libs/nodejs/utils/package.json"
"libs/javascript/utils/**/*.ts",
"libs/javascript/utils/package.json"
]
}
}
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';

export default defineConfig({
root: __dirname,
cacheDir: '../../../node_modules/.vite/libs/nodejs/testing',
cacheDir: '../../../node_modules/.vite/libs/javascript/utils',

plugins: [
nxViteTsPaths(),
Expand All @@ -21,7 +21,7 @@ export default defineConfig({
// Configuration for building your library.
// See: https://vitejs.dev/guide/build.html#library-mode
build: {
outDir: '../../../dist/libs/nodejs/testing',
outDir: '../../../dist/libs/javascript/utils',
emptyOutDir: true,
reportCompressedSize: true,
commonjsOptions: {
Expand All @@ -30,7 +30,7 @@ export default defineConfig({
lib: {
// Could also be a dictionary or array of multiple entry points.
entry: 'src/index.ts',
name: 'node-testing',
name: 'js-utils',
fileName: 'index',
// Change this to the formats you want to support.
// Don't forget to update your package.json as well.
Expand Down
10 changes: 5 additions & 5 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@ngx/table": ["libs/angular/table/src/public-api.ts"],
"@ngx/tour": ["libs/angular/tour/src/index.ts"],
"@ngx/utils": ["libs/angular/utils/src/public-api.ts"],
"@node/pagination": ["libs/nodejs/pagination/src/index.ts"],
"@node/rxjs": ["libs/nodejs/rxjs/src/index.ts"],
"@node/utils": ["libs/nodejs/utils/src/index.ts"],
"@node/regex": ["libs/nodejs/regex/src/index.ts"],
"@node/testing": ["libs/nodejs/testing/src/index.ts"]
"@js/pagination": ["libs/javascript/pagination/src/index.ts"],
"@js/rxjs": ["libs/javascript/rxjs/src/index.ts"],
"@js/utils": ["libs/javascript/utils/src/index.ts"],
"@js/regex": ["libs/javascript/regex/src/index.ts"],
"@js/testing": ["libs/javascript/testing/src/index.ts"]
},
"useDefineForClassFields": false,
"skipLibCheck": true,
Expand Down