File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ /* eslint-disable max-lines-per-function */
12import { getContext } from "../agent/Context" ;
23import { Hooks } from "../agent/hooks/Hooks" ;
34import { InterceptorResult } from "../agent/hooks/InterceptorResult" ;
Original file line number Diff line number Diff line change 1+ /* eslint-disable max-lines-per-function */
12import { getContext } from "../agent/Context" ;
23import { Hooks } from "../agent/hooks/Hooks" ;
34import { InterceptorResult } from "../agent/hooks/InterceptorResult" ;
@@ -121,9 +122,7 @@ export class FileSystem implements Wrapper {
121122 this . patchedPromises = true ;
122123 }
123124
124- // eslint-disable-next-line max-lines-per-function
125125 wrap ( hooks : Hooks ) {
126- // eslint-disable-next-line max-lines-per-function
127126 hooks . addBuiltinModule ( "fs" ) . onRequire ( ( exports , pkgInfo ) => {
128127 const functions = this . getFunctions ( ) ;
129128
Original file line number Diff line number Diff line change 1+ /* eslint-disable max-lines-per-function */
12import type { RouteOptions } from "fastify" ;
23import { Hooks } from "../agent/hooks/Hooks" ;
34import { Wrapper } from "../agent/Wrapper" ;
Original file line number Diff line number Diff line change 1+ /* eslint-disable max-lines-per-function */
12import { Agent } from "../agent/Agent" ;
23import { Hooks } from "../agent/hooks/Hooks" ;
34import { wrapExport } from "../agent/hooks/wrapExport" ;
You can’t perform that action at this time.
0 commit comments