Skip to content

Commit

Permalink
feat: pkg scopes.
Browse files Browse the repository at this point in the history
  • Loading branch information
eser committed Jul 15, 2024
1 parent 8c77354 commit 45cbd84
Show file tree
Hide file tree
Showing 206 changed files with 48 additions and 48 deletions.
34 changes: 17 additions & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,23 @@ repos:
.github/.*|
.git/COMMIT_EDITMSG|
docs/.*|
pkg/app-runtime/README.md|
pkg/bundler/README.md|
pkg/bundler/esbuild_v0.20.0.wasm|
pkg/collector/README.md|
pkg/config/README.md|
pkg/di/README.md|
pkg/directives/README.md|
pkg/dotenv/README.md|
pkg/events/README.md|
pkg/fp/README.md|
pkg/functions/README.md|
pkg/jsx-runtime/README.md|
pkg/jsx-runtime.test/README.md|
pkg/lime/README.md|
pkg/lime.test/README.md|
pkg/parsing/README.md|
pkg/standards/README.md|
pkg/@eser/app-runtime/README.md|
pkg/@eser/bundler/README.md|
pkg/@eser/bundler/esbuild_v0.20.0.wasm|
pkg/@eser/collector/README.md|
pkg/@eser/config/README.md|
pkg/@eser/di/README.md|
pkg/@eser/directives/README.md|
pkg/@eser/dotenv/README.md|
pkg/@eser/events/README.md|
pkg/@eser/fp/README.md|
pkg/@eser/functions/README.md|
pkg/@eser/jsx-runtime/README.md|
pkg/@eser/jsx-runtime.test/README.md|
pkg/@eser/parsing/README.md|
pkg/@eser/standards/README.md|
pkg/@cool/lime/README.md|
pkg/@cool/lime.test/README.md|
Dockerfile|
LICENSE|
README.md
Expand Down
28 changes: 14 additions & 14 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@
],
"workspace": [
"./scripts",
"./pkg/app-runtime",
"./pkg/bundler",
"./pkg/collector",
"./pkg/config",
"./pkg/di",
"./pkg/events",
"./pkg/fp",
"./pkg/functions",
"./pkg/jsx-runtime",
"./pkg/jsx-runtime.test",
"./pkg/lime",
"./pkg/logging",
"./pkg/parsing",
"./pkg/standards"
"./pkg/@eser/app-runtime",
"./pkg/@eser/bundler",
"./pkg/@eser/collector",
"./pkg/@eser/config",
"./pkg/@eser/di",
"./pkg/@eser/events",
"./pkg/@eser/fp",
"./pkg/@eser/functions",
"./pkg/@eser/jsx-runtime",
"./pkg/@eser/jsx-runtime.test",
"./pkg/@eser/logging",
"./pkg/@eser/parsing",
"./pkg/@eser/standards",
"./pkg/@cool/lime"
]
}
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/lime.test/main.ts → pkg/@cool/lime.test/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023-present Eser Ozvataf and other contributors. All rights reserved. Apache-2.0 license.

import * as lime from "@eser/lime";
import * as lime from "@cool/lime";

// TODO(@eser): lime traverses all files in the directory and looks for
// exported function named "metadata". when it finds it, it calls it and
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/lime/deno.jsonc → pkg/@cool/lime/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@eser/lime",
"name": "@cool/lime",
"version": "0.7.20",
"imports": {},
"exports": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/fp/README.md → pkg/@eser/fp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ testable code with no side effects during runtime.

## 🛠 Usage and API Reference

Here you'll find a list of utility functions provided by `cool/fp` along with
Here you'll find a list of utility functions provided by `@eser/fp` along with
brief descriptions and usage examples. Dive in and explore the usage of
functional programming paradigms.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 14 additions & 14 deletions pkg/mod.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// Copyright 2023-present Eser Ozvataf and other contributors. All rights reserved. Apache-2.0 license.

export * as appRuntime from "./app-runtime/mod.ts";
export * as bundler from "./bundler/mod.ts";
export * as collector from "./collector/mod.ts";
export * as config from "./config/mod.ts";
export * as di from "./di/mod.ts";
// export * as directives from "./directives/mod.ts";
export * as events from "./events/mod.ts";
export * as fp from "./fp/mod.ts";
export * as functions from "./functions/mod.ts";
// export * as jsxRuntime from "./jsx-runtime/mod.ts";
// export * as lime from "./lime/mod.ts";
export * as logging from "./logging/mod.ts";
export * as parsing from "./parsing/mod.ts";
export * as standards from "./standards/mod.ts";
export * as appRuntime from "./@eser/app-runtime/mod.ts";
export * as bundler from "./@eser/bundler/mod.ts";
export * as collector from "./@eser/collector/mod.ts";
export * as config from "./@eser/config/mod.ts";
export * as di from "./@eser/di/mod.ts";
// export * as directives from "./@eser/directives/mod.ts";
export * as events from "./@eser/events/mod.ts";
export * as fp from "./@eser/fp/mod.ts";
export * as functions from "./@eser/functions/mod.ts";
// export * as jsxRuntime from "./@eser/jsx-runtime/mod.ts";
export * as logging from "./@eser/logging/mod.ts";
export * as parsing from "./@eser/parsing/mod.ts";
export * as standards from "./@eser/standards/mod.ts";
// export * as lime from "./@cool/lime/mod.ts";

0 comments on commit 45cbd84

Please sign in to comment.