loopback
Here are 521 public repositories matching this topic...
-
Updated
Dec 1, 2017 - TypeScript
-
Updated
Aug 10, 2020 - HTML
@bajtos suggested to provide strongly typed context types based on the hook name.
For example:
export interface AccessHookContext<T extends typeof PersistedModel> {
Model: T;
query: Filter<T>;
}
export type Listener<Ctx> = (ctx: Ctx, next: (err?: any) => void) => void;
class Persi-
Updated
Apr 19, 2019 - JavaScript
-
Updated
Oct 5, 2017 - JavaScript
-
Updated
May 29, 2020 - JavaScript
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
May 5, 2020
-
Updated
Oct 31, 2020 - CSS
-
Updated
Nov 28, 2018 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Apr 18, 2019
-
Updated
Aug 23, 2017 - Vue
-
Updated
Jul 11, 2017 - JavaScript
-
Updated
May 23, 2017 - JavaScript
-
Updated
Oct 28, 2020 - CSS
-
Updated
May 21, 2020 - JavaScript
DropBox Integration
-
Updated
Jun 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the loopback topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the loopback topic, visit your repo's landing page and select "manage topics."


Starting from version 12.12.0, Node.js offers built-in support for translating error stack traces using source maps - learn more here: https://medium.com/@nodejs/source-maps-in-node-js-482872b56116
Let's rework
@loopback/buildto use this new feature on recent version of Node.js, instead ofsource-map-supportmodule.If it's possible, then implement a fallback to npm module `source-map-s