Another asynchronous function chain wrapper offering both middleware and non-middleware uses
[](https://www.npmjs.org/package/babel-plugin-extend-scope-chain) [ into a data structure that allows building scope chain visualization tools.
Chain functions, generators, Node streams, and Web streams into a pipeline with backpressure support.
Check what’s defined in an estree scope
HANDLE CONFIGURATION ONCE AND FOR ALL
React hooks and providers for integrating PULSE into AppKit, wagmi, and Stacks apps.
A utility for managing a prototype chain
The Reference Element Pseudo-class: :scope
A CSS Modules transform to extract export statements from local-scope classes
periscopic
PostCSS plugin to import CSS files
Traverse Babel AST with scope information.
API for combining call site modifiers
TypeScript definitions for stream-chain
AST-aware code chunking for semantic search and RAG, built for coding agents
copy some files
Get the package name from a folder path
Performant express request scope dependency injection for NestJS framework
Automatic dcontext scope management via tracing spans
A ground-up ES6 JavaScript engine with tree-walking interpreter, bytecode VMs, and Cranelift JIT compiler
Runtime value system for the Maat programming language
Easy testing of scope usage
Adds OR logic to ActiveRecord
Adds NOT logic to ActiveRecord
Allow chaining active record scopes with OR.
Scope Hunter is a RuboCop extension that detects ActiveRecord query chains that duplicate existing named scopes and suggests using those scopes instead. It indexes model scopes, canonicalizes relation chains, and flags matches with an autocorrect that replaces the initial query with Model.scope while preserving any trailing methods. This keeps query logic DRY, improves readability, and helps teams discover and reuse well-named scopes.
Allows to add a context to a named_scope that will be passed through the whole scope chain
acts_as_xlsx lets you turn any ActiveRecord::Base inheriting class into an excel spreadsheet. It can be added to any finder method or scope chain and can use localized column and sheet names with I18n.
Convert series of chained methods from . syntax to block syntax. Like instance_eval but with access to external scope.
Sconnect extends ActiveRecord's named_scope chains to allow scopes to be combined inclusively, inverted, and more.
Chains enable definition and evaluation of advanced rules of access to persisted ActiveRecord instances at the record or scope level.
Scoped search makes it easy to search your ActiveRecord-based models. It will create a named scope :search_for that can be called with a query string. It will build an SQL query using the provided query string and a definition that specifies on what fields to search. Because the functionality is built on named_scope, the result of the search_for call can be used like any other named_scope, so it can be chained with another scope or combined with will_paginate. Because it uses standard SQL, it does not require any setup, indexers or daemons. This makes scoped_search suitable to quickly add basic search functionality to your application with little hassle. On the other hand, it may not be the best choice if it is going to be used on very large datasets or by a large user base.
== DESCRIPTION: BlockChainable is a module to aid in the creation of Domain Specific Languages using block structure. By including BlockChainable into your classes, you will be able to instantiate that class using the class name itself, followed by any parameters to be passed to initialize, followed by a block to be executed within the instantiated class. BlockChainable also allows methods to search up the chain of classes, meaning that although a block is executed in the scope of the instantiated class, any methods not found in the class but found in a class "up-scope" will be called successfully on the up-scope class. This chaining of method calls allows you to assert values within the blocks as well as calling any other methods from "up-scope" classes. == FEATURES/PROBLEMS:
No description provided.
No description provided.
No description provided.
No description provided.