A modern JavaScript utility library delivering modularity, performance, & extras.
-
Updated
Mar 16, 2022 - JavaScript
{{ message }}
A modern JavaScript utility library delivering modularity, performance, & extras.
The zero configuration build tool for the web.
browser-side require() the node.js way
A Python module for learning all major algorithms
Easily exclude node modules in Webpack
Enterprise Grade Tooling For Your GraphQL Server
Framework for next generation web apps using microfrontends.
Modularize Redux by dynamically loading reducers and middlewares.
Describe the solution you'd like
I really like your plugin! It's awesome. I just had the issue, that I'm using classnames in combination with the classnames-loader within webpack. Thus I can do something like this in my component files:
import styles from './styles.scss'
<MyComponent className={styles('myStyle', {someOtherStyle: true})}
For more details, see: https://github
import_map.json
{
"imports": {
"fs/": "https://deno.land/std@0.125.0/fs/"
}
}
❯ trex check
this is a deno.land/std package:
The package "fs" is outdate: current = 0.125.0; latest = 0.123.0;
[quick fix]: trex i -m fs@0.123.0
To Reproduce Steps to reproduce the behavior:
trex checkThe Learning Hub for UoL's Online CS Students
This repository is used for publishing the AngularJS Material v1.x library
这是我准备写的第一本书,其实早些时候已经打算开始写书了,只是苦于没有写书经验,无从下手。写书不同于博客,写书需要将知识,经验等系统化地讲述出来,而我现在恰巧缺乏这种表现能力。因此我决定在这里将项目中零散的东西记录下来,然后后期润色一下,写成一本书。
Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
Checks the version of ES in JavaScript files with simple shell commands
Find all calls to require() no matter how deeply nested using a proper walk of the AST
Add a description, image, and links to the modules topic page so that developers can more easily learn about it.
To associate your repository with the modules topic, visit your repo's landing page and select "manage topics."
pnpm version: >=6.11.0-0
Code to reproduce the issue: