Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@alwatr/tsconfig-base

Alwatr90AGPL-3.0-only5.0.0

This is a base TypeScript configuration for Alwatr projects.

typescript, tsconfig, tsconfig.json, tsconfig-base, typescript, nanolib, alwatr

readme

ECMAScript Nano Libs

This repository contains numerous small utility packages. These packages serve various useful purposes and are written in nano ESModule without any dependencies.

Here is a brief overview of the included libraries:

  1. tsconfig-base: This is a foundational TypeScript configuration used for Alwatr projects.
  2. flat-string: The flat-string function flattens the underlying C structures of a concatenated JavaScript string.
  3. global-this: This TypeScript module provides a cross-platform alternative to globalThis named globalScope. This object works across different environments, including browsers (window), Node.js (global), and Web Workers (self).
  4. platform-info: This module offers a method to identify the current platform where the script is being executed. It defines a platformInfo constant that contains details about the current platform.
  5. prettier-config: These are Alwatr's shared configurations for Prettier.
  6. eslint-config: This is Alwatr's ECMAScript Style Guide presented as shareable ESLint configurations.
  7. deep-clone: This function allows you to clone deeply nested objects and arrays in JavaScript.
  8. nano-build: This is a tool for building/bundling ECMAScript, TypeScript, and JavaScript libraries. It's user-friendly, requires no setup, follows best practices, has no dependencies, and uses esbuild for improved performance.
  9. type-helper: Collection of useful typescript type helpers.
  10. wait: Comprehensive toolkit for managing asynchronous operations.
  11. exit-hook: A utility for registering exit handlers in Node.js.
  12. flatomise: A utility for creating promises that can be externally resolved or rejected.
  13. async-queue: A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.
  14. node-fs: Enhanced file system operations in Node.js, including reading, writing, and handling JSON files, with both synchronous and asynchronous options.
  15. is-number: A simple utility to check if a value is a number.
  16. parse-duration: A simple utility to parse a duration string into milliseconds number.
  17. local-storage: localJsonStorage is a utility object in our TypeScript package that provides methods for interacting with the local storage in a structured and versioned manner.
  18. polyfill-has-own: A polyfill for Object.hasOwn.
  19. fetch: Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.

For more detailed information and guidelines on how to use each package, please refer to each package's README.

Sponsors

The following companies, organizations, and individuals support Nanolib ongoing maintenance and development. Become a Sponsor to get your logo on our README and website.

Exir Studio

Contributing

Contributions are welcome! Please read our contribution guidelines before submitting a pull request.

License

This project is licensed under the AGPL-3.0 License.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0 (2024-11-02)

⚠ BREAKING CHANGES

  • To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies.

Features

  • prettier-config: new package for prettier share configs (a6fdee3) by @
  • tsconfig-base: Add pretty and newLine options to tsconfig.json (be2f48e) by @
  • tsconfig-base: new package for TypeScript base config (33bb94e) by @
  • tsconfig-base: update "useDefineForClassFields" to false in tsconfig.json (288c0ae) by @
  • tsconfig-base: use ESNext instead of ES2023 for the "lib" option (47673e4) by @
  • tsconfig: change verbatimModuleSyntax=true and moduleDetection=force (75e40f9) by @

Bug Fixes

  • all dependeny topology (1c17f34) by @
  • build process (83fc4e6) by @
  • package.json include files (ec8c807) by @
  • package.json include files (053fc10) by @
  • tsBuildInfoFile path in tsconfig.json files (9c4ba01) by @

Code Refactoring

  • enable allowUnusedLabels in tsconfig.json (a25e708) by @
  • use the same version as @alwatr/nanolib (60eb860) by @

Miscellaneous Chores

  • include LICENSE and LEGAL files to publish (09f366f) by @
  • switch to alwatr prettier configuration (4426288) by @
  • tsconfig-base: Add main entry to package.json (b6c891a) by @
  • tsconfig-base: change the license to AGPL-3.0 (2236725) by @
  • Update file patterns in package.json (1f478e7) by @
  • update package keywords (200afcf) by @
  • Update test scripts and dependencies (93d2fe6) by @

1.3.3 (2024-10-25)

Note: Version bump only for package @alwatr/tsconfig-base

1.3.2 (2024-10-11)

Miscellaneous Chores

  • include LICENSE and LEGAL files to publish (09f366f) by @AliMD

1.3.1 (2024-10-10)

Code Refactoring

  • enable allowUnusedLabels in tsconfig.json (a25e708) by @AliMD

1.3.0 (2024-09-29)

Features

  • tsconfig-base: use ESNext instead of ES2023 for the "lib" option (47673e4) by @AliMD

Bug Fixes

  • all dependeny topology (1c17f34) by @mohammadhonarvar

Miscellaneous Chores

  • tsconfig-base: change the license to AGPL-3.0 (2236725) by @ArmanAsadian

1.2.0 (2024-07-04)

Features

  • tsconfig-base: update "useDefineForClassFields" to false in tsconfig.json (288c0ae) by @

1.1.2 (2024-01-31)

Note: Version bump only for package @alwatr/tsconfig-base

1.1.1 (2024-01-16)

Note: Version bump only for package @alwatr/tsconfig-base

1.1.0 (2024-01-03)

Features

  • tsconfig: change verbatimModuleSyntax=true and moduleDetection=force (75e40f9) by @AliMD

1.0.5 (2023-12-23)

Bug Fixes

  • tsBuildInfoFile path in tsconfig.json files (9c4ba01) by @

1.0.4 (2023-12-22)

Note: Version bump only for package @alwatr/tsconfig-base

1.0.3 (2023-12-22)

Bug Fixes

  • package.json include files (ec8c807) by @

1.0.2 (2023-12-22)

Bug Fixes

  • package.json include files (053fc10) by @AliMD

1.0.1 (2023-12-21)

Features

  • prettier-config: new package for prettier share configs (a6fdee3) by @AliMD
  • tsconfig-base: Add pretty and newLine options to tsconfig.json (be2f48e) by @AliMD

1.0.0 (2023-12-20)

Bug Fixes

  • build process (83fc4e6) by @AliMD

Features

  • tsconfig-base: new package for TypeScript base config (33bb94e) by @AliMD