@kubb/agent 4.27.2 → 4.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.output/nitro.json +1 -1
- package/.output/server/chunks/nitro/nitro.mjs +330 -194
- package/.output/server/chunks/nitro/nitro.mjs.map +1 -1
- package/.output/server/chunks/routes/api/health.get.mjs +10 -5
- package/.output/server/chunks/routes/api/health.get.mjs.map +1 -1
- package/.output/server/index.mjs +11 -6
- package/.output/server/index.mjs.map +1 -1
- package/.output/server/node_modules/anymatch/index.js +104 -0
- package/.output/server/node_modules/anymatch/package.json +48 -0
- package/.output/server/node_modules/chokidar/handler.js +632 -0
- package/.output/server/node_modules/chokidar/index.js +822 -0
- package/.output/server/node_modules/chokidar/package.json +63 -0
- package/.output/server/node_modules/normalize-path/index.js +35 -0
- package/.output/server/node_modules/normalize-path/package.json +77 -0
- package/.output/server/node_modules/picomatch/index.js +1 -15
- package/.output/server/node_modules/picomatch/lib/constants.js +5 -6
- package/.output/server/node_modules/picomatch/lib/parse.js +9 -3
- package/.output/server/node_modules/picomatch/lib/picomatch.js +4 -3
- package/.output/server/node_modules/picomatch/lib/utils.js +16 -24
- package/.output/server/node_modules/picomatch/package.json +5 -7
- package/.output/server/node_modules/readdirp/index.js +272 -0
- package/.output/server/node_modules/readdirp/package.json +66 -0
- package/.output/server/package.json +6 -10
- package/LICENSE +21 -0
- package/README.md +98 -42
- package/package.json +17 -24
- package/.output/server/node_modules/@redocly/ajv/dist/2020.js +0 -55
- package/.output/server/node_modules/@redocly/ajv/dist/ajv.js +0 -50
- package/.output/server/node_modules/@redocly/ajv/dist/compile/codegen/code.js +0 -156
- package/.output/server/node_modules/@redocly/ajv/dist/compile/codegen/index.js +0 -697
- package/.output/server/node_modules/@redocly/ajv/dist/compile/codegen/scope.js +0 -143
- package/.output/server/node_modules/@redocly/ajv/dist/compile/errors.js +0 -123
- package/.output/server/node_modules/@redocly/ajv/dist/compile/index.js +0 -249
- package/.output/server/node_modules/@redocly/ajv/dist/compile/names.js +0 -29
- package/.output/server/node_modules/@redocly/ajv/dist/compile/ref_error.js +0 -12
- package/.output/server/node_modules/@redocly/ajv/dist/compile/resolve.js +0 -155
- package/.output/server/node_modules/@redocly/ajv/dist/compile/rules.js +0 -26
- package/.output/server/node_modules/@redocly/ajv/dist/compile/util.js +0 -178
- package/.output/server/node_modules/@redocly/ajv/dist/compile/validate/applicability.js +0 -19
- package/.output/server/node_modules/@redocly/ajv/dist/compile/validate/boolSchema.js +0 -50
- package/.output/server/node_modules/@redocly/ajv/dist/compile/validate/dataType.js +0 -203
- package/.output/server/node_modules/@redocly/ajv/dist/compile/validate/defaults.js +0 -35
- package/.output/server/node_modules/@redocly/ajv/dist/compile/validate/index.js +0 -534
- package/.output/server/node_modules/@redocly/ajv/dist/compile/validate/keyword.js +0 -124
- package/.output/server/node_modules/@redocly/ajv/dist/compile/validate/subschema.js +0 -81
- package/.output/server/node_modules/@redocly/ajv/dist/core.js +0 -632
- package/.output/server/node_modules/@redocly/ajv/dist/draft4.js +0 -56
- package/.output/server/node_modules/@redocly/ajv/dist/refs/data.json +0 -13
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-2020-12/index.js +0 -30
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +0 -48
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-2020-12/meta/content.json +0 -17
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-2020-12/meta/core.json +0 -51
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +0 -37
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-2020-12/meta/validation.json +0 -90
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-2020-12/schema.json +0 -55
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-draft-04.json +0 -138
- package/.output/server/node_modules/@redocly/ajv/dist/refs/json-schema-draft-07.json +0 -151
- package/.output/server/node_modules/@redocly/ajv/dist/runtime/equal.js +0 -7
- package/.output/server/node_modules/@redocly/ajv/dist/runtime/ucs2length.js +0 -24
- package/.output/server/node_modules/@redocly/ajv/dist/runtime/uri.js +0 -6
- package/.output/server/node_modules/@redocly/ajv/dist/runtime/validation_error.js +0 -11
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/additionalItems.js +0 -49
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/additionalProperties.js +0 -107
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/allOf.js +0 -23
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/anyOf.js +0 -12
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/contains.js +0 -95
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/dependencies.js +0 -85
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/dependentSchemas.js +0 -11
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/if.js +0 -66
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/index.js +0 -44
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/items.js +0 -52
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/items2020.js +0 -30
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/not.js +0 -26
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/oneOf.js +0 -60
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/patternProperties.js +0 -75
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/prefixItems.js +0 -12
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/properties.js +0 -55
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/propertyNames.js +0 -38
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/applicator/thenElse.js +0 -13
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/code.js +0 -138
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/core/id.js +0 -10
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/core/index.js +0 -16
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/core/ref.js +0 -132
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/discriminator/index.js +0 -139
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/discriminator/types.js +0 -9
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/draft2020.js +0 -23
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/draft4.js +0 -29
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/draft7.js +0 -17
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +0 -30
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/dynamic/dynamicRef.js +0 -51
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/dynamic/index.js +0 -9
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +0 -16
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/dynamic/recursiveRef.js +0 -10
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/format/format.js +0 -92
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/format/index.js +0 -6
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/metadata.js +0 -26
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/next.js +0 -8
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/oasContext.js +0 -26
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/unevaluated/index.js +0 -7
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +0 -40
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +0 -84
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/const.js +0 -25
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/dependentRequired.js +0 -12
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/draft04/limitNumber.js +0 -43
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/draft04/limitNumberExclusive.js +0 -19
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/enum.js +0 -48
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/index.js +0 -37
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/limitContains.js +0 -15
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/limitItems.js +0 -24
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/limitLength.js +0 -27
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/limitNumber.js +0 -27
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/limitProperties.js +0 -24
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/multipleOf.js +0 -26
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/pattern.js +0 -24
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/readOnly.js +0 -20
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/required.js +0 -86
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/uniqueItems.js +0 -64
- package/.output/server/node_modules/@redocly/ajv/dist/vocabularies/validation/writeOnly.js +0 -20
- package/.output/server/node_modules/@redocly/ajv/package.json +0 -130
- package/.output/server/node_modules/@redocly/config/lib/common.js +0 -90
- package/.output/server/node_modules/@redocly/config/lib/constants.js +0 -73
- package/.output/server/node_modules/@redocly/config/lib/default-theme-config-schema.js +0 -54
- package/.output/server/node_modules/@redocly/config/lib/entities-catalog-config-schema.js +0 -186
- package/.output/server/node_modules/@redocly/config/lib/entities-catalog-entity-file-schema.js +0 -283
- package/.output/server/node_modules/@redocly/config/lib/ex-theme-config-schemas.js +0 -661
- package/.output/server/node_modules/@redocly/config/lib/feedback-config-schema.js +0 -88
- package/.output/server/node_modules/@redocly/config/lib/graphql-config-schema.js +0 -157
- package/.output/server/node_modules/@redocly/config/lib/index.js +0 -38
- package/.output/server/node_modules/@redocly/config/lib/product-override-schema.js +0 -43
- package/.output/server/node_modules/@redocly/config/lib/redoc-config-schema.js +0 -120
- package/.output/server/node_modules/@redocly/config/lib/reference-docs-config-schema.js +0 -518
- package/.output/server/node_modules/@redocly/config/lib/remove-property-recursively.js +0 -25
- package/.output/server/node_modules/@redocly/config/lib/reunite-config-schema.js +0 -103
- package/.output/server/node_modules/@redocly/config/lib/root-config-schema.js +0 -551
- package/.output/server/node_modules/@redocly/config/lib/scorecards-config-schema.js +0 -244
- package/.output/server/node_modules/@redocly/config/lib/types/api-functions-types.js +0 -3
- package/.output/server/node_modules/@redocly/config/lib/types/catalog-entity-types.js +0 -3
- package/.output/server/node_modules/@redocly/config/lib/types/code-walkthrough-types.js +0 -3
- package/.output/server/node_modules/@redocly/config/lib/types/config-types.js +0 -3
- package/.output/server/node_modules/@redocly/config/lib/types/index.js +0 -21
- package/.output/server/node_modules/@redocly/config/lib/types/portal-shared-types.js +0 -18
- package/.output/server/node_modules/@redocly/config/package.json +0 -28
- package/.output/server/node_modules/@redocly/openapi-core/lib/bundle/bundle-document.js +0 -85
- package/.output/server/node_modules/@redocly/openapi-core/lib/bundle/bundle-visitor.js +0 -257
- package/.output/server/node_modules/@redocly/openapi-core/lib/bundle/bundle.js +0 -74
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/all.js +0 -310
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/builtIn.js +0 -58
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/bundle-extends.js +0 -27
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/config-resolvers.js +0 -335
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/config.js +0 -338
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/constants.js +0 -13
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/get-resolve-config.js +0 -9
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/group-assertion-rules.js +0 -51
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/index.js +0 -8
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/load.js +0 -98
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/minimal.js +0 -289
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/recommended-strict.js +0 -289
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/recommended.js +0 -289
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/rules.js +0 -35
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/spec.js +0 -289
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/types.js +0 -2
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/utils.js +0 -129
- package/.output/server/node_modules/@redocly/openapi-core/lib/config/visitors.js +0 -88
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/arazzo/index.js +0 -2
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/async2/index.js +0 -2
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/async3/index.js +0 -2
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/common/filters/filter-helper.js +0 -65
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/common/filters/filter-in.js +0 -14
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/common/filters/filter-out.js +0 -14
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/common/info-description-override.js +0 -21
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/common/info-override.js +0 -14
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/common/media-type-examples-override.js +0 -58
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/common/operation-description-override.js +0 -27
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/common/remove-x-internal.js +0 -68
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/common/tag-description-override.js +0 -23
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/oas2/index.js +0 -19
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/oas2/remove-unused-components.js +0 -88
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/oas3/index.js +0 -21
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/oas3/remove-unused-components.js +0 -116
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/openrpc/index.js +0 -2
- package/.output/server/node_modules/@redocly/openapi-core/lib/decorators/overlay1/index.js +0 -2
- package/.output/server/node_modules/@redocly/openapi-core/lib/detect-spec.js +0 -79
- package/.output/server/node_modules/@redocly/openapi-core/lib/env.js +0 -5
- package/.output/server/node_modules/@redocly/openapi-core/lib/errors/yaml-parse-error.js +0 -14
- package/.output/server/node_modules/@redocly/openapi-core/lib/format/codeframes.js +0 -177
- package/.output/server/node_modules/@redocly/openapi-core/lib/format/format.js +0 -365
- package/.output/server/node_modules/@redocly/openapi-core/lib/index.js +0 -49
- package/.output/server/node_modules/@redocly/openapi-core/lib/js-yaml/index.js +0 -11
- package/.output/server/node_modules/@redocly/openapi-core/lib/lint-entity.js +0 -171
- package/.output/server/node_modules/@redocly/openapi-core/lib/lint.js +0 -123
- package/.output/server/node_modules/@redocly/openapi-core/lib/logger.js +0 -56
- package/.output/server/node_modules/@redocly/openapi-core/lib/oas-types.js +0 -35
- package/.output/server/node_modules/@redocly/openapi-core/lib/ref-utils.js +0 -106
- package/.output/server/node_modules/@redocly/openapi-core/lib/resolve.js +0 -326
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/ajv.js +0 -106
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/criteria-unique.js +0 -68
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/index.js +0 -52
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/outputs-defined.js +0 -139
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/parameters-unique.js +0 -27
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/requestBody-replacements-unique.js +0 -30
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/sourceDescription-type.js +0 -19
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/sourceDescriptions-name-unique.js +0 -21
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/sourceDescriptions-not-empty.js +0 -15
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/step-onFailure-unique.js +0 -27
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/step-onSuccess-unique.js +0 -27
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/stepId-unique.js +0 -23
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/workflow-dependsOn.js +0 -53
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/arazzo/workflowId-unique.js +0 -19
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/async2/channels-kebab-case.js +0 -16
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/async2/index.js +0 -32
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/async2/no-channel-trailing-slash.js +0 -13
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/async3/channels-kebab-case.js +0 -16
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/async3/index.js +0 -32
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/async3/no-channel-trailing-slash.js +0 -13
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/catalog-entity/entity-key-valid.js +0 -39
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/assertions/asserts.js +0 -269
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/assertions/index.js +0 -22
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/assertions/utils.js +0 -215
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/info-contact.js +0 -14
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/info-license-strict.js +0 -23
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/info-license.js +0 -14
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-ambiguous-paths.js +0 -42
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-duplicated-tag-names.js +0 -21
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-enum-type-mismatch.js +0 -38
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-http-verbs-in-paths.js +0 -31
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-identical-paths.js +0 -21
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-invalid-parameter-examples.js +0 -32
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-invalid-schema-examples.js +0 -34
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-path-trailing-slash.js +0 -13
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-required-schema-properties-undefined.js +0 -78
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-schema-type-mismatch.js +0 -19
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/no-unresolved-refs.js +0 -42
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/operation-2xx-response.js +0 -20
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/operation-4xx-response.js +0 -20
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/operation-description.js +0 -9
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/operation-operationId-unique.js +0 -17
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/operation-operationId-url-safe.js +0 -15
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/operation-operationId.js +0 -13
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/operation-parameters-unique.js +0 -37
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/operation-singular-tag.js +0 -13
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/operation-summary.js +0 -9
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/operation-tag-defined.js +0 -27
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/parameter-description.js +0 -19
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/path-declaration-must-exist.js +0 -13
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/path-http-verbs-order.js +0 -23
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/path-not-include-query.js +0 -15
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/path-params-defined.js +0 -125
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/path-segment-plural.js +0 -30
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/paths-kebab-case.js +0 -17
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/required-string-property-missing-min-length.js +0 -34
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/response-contains-header.js +0 -26
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/scalar-property-missing-example.js +0 -39
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/security-defined.js +0 -62
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/spec-strict-refs.js +0 -27
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/struct.js +0 -150
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/tag-description.js +0 -9
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/common/tags-alphabetical.js +0 -18
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas2/boolean-parameter-prefixes.js +0 -19
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas2/index.js +0 -93
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas2/request-mime-type.js +0 -14
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas2/response-contains-property.js +0 -34
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas2/response-mime-type.js +0 -14
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/array-parameter-serialization.js +0 -26
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/boolean-parameter-prefixes.js +0 -21
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/component-name-unique.js +0 -130
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/index.js +0 -129
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/no-empty-servers.js +0 -20
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/no-example-value-and-externalValue.js +0 -13
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/no-invalid-media-type-examples.js +0 -59
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/no-server-example.com.js +0 -15
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/no-server-trailing-slash.js +0 -15
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/no-server-variables-empty-enum.js +0 -58
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/no-undefined-server-variable.js +0 -28
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/no-unused-components.js +0 -83
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/nullable-type-sibling.js +0 -15
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/operation-4xx-problem-details-rfc7807.js +0 -33
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/request-mime-type.js +0 -28
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/response-contains-property.js +0 -36
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/response-mime-type.js +0 -28
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/spec-components-invalid-map-name.js +0 -59
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/spec-discriminator-defaultMapping.js +0 -32
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/spec-example-values.js +0 -31
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/spec-no-invalid-encoding-combinations.js +0 -16
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/spec-no-invalid-tag-parents.js +0 -38
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/oas3/spec-querystring-parameters.js +0 -65
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/openrpc/index.js +0 -20
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/openrpc/no-unused-components.js +0 -82
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/openrpc/spec-no-duplicated-method-params.js +0 -28
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/openrpc/spec-no-required-params-after-optional.js +0 -31
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/other/stats.js +0 -74
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/overlay1/index.js +0 -12
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/respect/no-criteria-xpath.js +0 -20
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/respect/no-x-security-both-scheme-and-scheme-name.js +0 -30
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/respect/no-x-security-scheme-name-without-openapi.js +0 -25
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/respect/respect-supported-versions.js +0 -18
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/respect/x-security-scheme-name-reference.js +0 -35
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/respect/x-security-scheme-required-values.js +0 -60
- package/.output/server/node_modules/@redocly/openapi-core/lib/rules/utils.js +0 -172
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/arazzo.js +0 -482
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/asyncapi2.js +0 -1157
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/asyncapi3.js +0 -511
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/entity.js +0 -32
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/index.js +0 -90
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/json-schema-adapter.js +0 -174
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/json-schema-draft7.shared.js +0 -101
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/oas2.js +0 -454
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/oas3.js +0 -828
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/oas3_1.js +0 -292
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/oas3_2.js +0 -306
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/openrpc.js +0 -360
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/overlay.js +0 -61
- package/.output/server/node_modules/@redocly/openapi-core/lib/types/redocly-yaml.js +0 -555
- package/.output/server/node_modules/@redocly/openapi-core/lib/typings/arazzo.js +0 -3
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/assign-config.js +0 -28
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/dequal.js +0 -36
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/does-yaml-file-exist.js +0 -7
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/error.js +0 -3
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/get-intersection-length.js +0 -11
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/get-matching-status-code-range.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/get-own.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/identity.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-custom-rule-id.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-defined.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-empty-array.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-empty-object.js +0 -5
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-not-empty-array.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-not-empty-object.js +0 -6
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-not-string.js +0 -5
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-ordered.js +0 -27
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-path-parameter.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-plain-object.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-string.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/is-truthy.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/keys-of.js +0 -6
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/make-ref-id.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/next-tick.js +0 -6
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/oas-has-component.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/omit.js +0 -8
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/pause.js +0 -4
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/pluralize.js +0 -8
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/read-file-from-url.js +0 -26
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/regex-from-string.js +0 -5
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/scorecards.js +0 -99
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/slash.js +0 -11
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/split-camel-case-into-words.js +0 -13
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/stack.js +0 -7
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/validate-mime-type.js +0 -31
- package/.output/server/node_modules/@redocly/openapi-core/lib/utils/yaml-fs-helper.js +0 -23
- package/.output/server/node_modules/@redocly/openapi-core/lib/visitors.js +0 -177
- package/.output/server/node_modules/@redocly/openapi-core/lib/walk.js +0 -303
- package/.output/server/node_modules/@redocly/openapi-core/package.json +0 -74
- package/.output/server/node_modules/ajv-formats/dist/formats.js +0 -208
- package/.output/server/node_modules/ajv-formats/dist/index.js +0 -37
- package/.output/server/node_modules/ajv-formats/dist/limit.js +0 -69
- package/.output/server/node_modules/ajv-formats/package.json +0 -74
- package/.output/server/node_modules/colorette/index.js +0 -82
- package/.output/server/node_modules/colorette/package.json +0 -39
- package/.output/server/node_modules/js-levenshtein/index.js +0 -105
- package/.output/server/node_modules/js-levenshtein/package.json +0 -49
- package/.output/server/node_modules/pluralize/package.json +0 -40
- package/.output/server/node_modules/pluralize/pluralize.js +0 -503
- package/.output/server/node_modules/yaml-ast-parser/dist/src/common.js +0 -45
- package/.output/server/node_modules/yaml-ast-parser/dist/src/dumper.js +0 -644
- package/.output/server/node_modules/yaml-ast-parser/dist/src/exception.js +0 -40
- package/.output/server/node_modules/yaml-ast-parser/dist/src/index.js +0 -22
- package/.output/server/node_modules/yaml-ast-parser/dist/src/loader.js +0 -1416
- package/.output/server/node_modules/yaml-ast-parser/dist/src/mark.js +0 -62
- package/.output/server/node_modules/yaml-ast-parser/dist/src/scalarInference.js +0 -82
- package/.output/server/node_modules/yaml-ast-parser/dist/src/schema/core.js +0 -8
- package/.output/server/node_modules/yaml-ast-parser/dist/src/schema/default_full.js +0 -14
- package/.output/server/node_modules/yaml-ast-parser/dist/src/schema/default_safe.js +0 -19
- package/.output/server/node_modules/yaml-ast-parser/dist/src/schema/failsafe.js +0 -10
- package/.output/server/node_modules/yaml-ast-parser/dist/src/schema/json.js +0 -14
- package/.output/server/node_modules/yaml-ast-parser/dist/src/schema.js +0 -78
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/binary.js +0 -92
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/bool.js +0 -32
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/float.js +0 -95
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/int.js +0 -155
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/js/regexp.js +0 -64
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/js/undefined.js +0 -22
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/map.js +0 -7
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/merge.js +0 -10
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/null.js +0 -30
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/omap.js +0 -46
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/pairs.js +0 -55
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/seq.js +0 -7
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/set.js +0 -22
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/str.js +0 -7
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type/timestamp.js +0 -70
- package/.output/server/node_modules/yaml-ast-parser/dist/src/type.js +0 -54
- package/.output/server/node_modules/yaml-ast-parser/dist/src/yamlAST.js +0 -82
- package/.output/server/node_modules/yaml-ast-parser/package.json +0 -39
|
@@ -0,0 +1,632 @@
|
|
|
1
|
+
import { watch as fs_watch, unwatchFile, watchFile } from 'node:fs';
|
|
2
|
+
import { realpath as fsrealpath, lstat, open, stat } from 'node:fs/promises';
|
|
3
|
+
import { type as osType } from 'node:os';
|
|
4
|
+
import * as sp from 'node:path';
|
|
5
|
+
export const STR_DATA = 'data';
|
|
6
|
+
export const STR_END = 'end';
|
|
7
|
+
export const STR_CLOSE = 'close';
|
|
8
|
+
export const EMPTY_FN = () => { };
|
|
9
|
+
export const IDENTITY_FN = (val) => val;
|
|
10
|
+
const pl = process.platform;
|
|
11
|
+
export const isWindows = pl === 'win32';
|
|
12
|
+
export const isMacos = pl === 'darwin';
|
|
13
|
+
export const isLinux = pl === 'linux';
|
|
14
|
+
export const isFreeBSD = pl === 'freebsd';
|
|
15
|
+
export const isIBMi = osType() === 'OS400';
|
|
16
|
+
export const EVENTS = {
|
|
17
|
+
ALL: 'all',
|
|
18
|
+
READY: 'ready',
|
|
19
|
+
ADD: 'add',
|
|
20
|
+
CHANGE: 'change',
|
|
21
|
+
ADD_DIR: 'addDir',
|
|
22
|
+
UNLINK: 'unlink',
|
|
23
|
+
UNLINK_DIR: 'unlinkDir',
|
|
24
|
+
RAW: 'raw',
|
|
25
|
+
ERROR: 'error',
|
|
26
|
+
};
|
|
27
|
+
const EV = EVENTS;
|
|
28
|
+
const THROTTLE_MODE_WATCH = 'watch';
|
|
29
|
+
const statMethods = { lstat, stat };
|
|
30
|
+
const KEY_LISTENERS = 'listeners';
|
|
31
|
+
const KEY_ERR = 'errHandlers';
|
|
32
|
+
const KEY_RAW = 'rawEmitters';
|
|
33
|
+
const HANDLER_KEYS = [KEY_LISTENERS, KEY_ERR, KEY_RAW];
|
|
34
|
+
// prettier-ignore
|
|
35
|
+
const binaryExtensions = new Set([
|
|
36
|
+
'3dm', '3ds', '3g2', '3gp', '7z', 'a', 'aac', 'adp', 'afdesign', 'afphoto', 'afpub', 'ai',
|
|
37
|
+
'aif', 'aiff', 'alz', 'ape', 'apk', 'appimage', 'ar', 'arj', 'asf', 'au', 'avi',
|
|
38
|
+
'bak', 'baml', 'bh', 'bin', 'bk', 'bmp', 'btif', 'bz2', 'bzip2',
|
|
39
|
+
'cab', 'caf', 'cgm', 'class', 'cmx', 'cpio', 'cr2', 'cur', 'dat', 'dcm', 'deb', 'dex', 'djvu',
|
|
40
|
+
'dll', 'dmg', 'dng', 'doc', 'docm', 'docx', 'dot', 'dotm', 'dra', 'DS_Store', 'dsk', 'dts',
|
|
41
|
+
'dtshd', 'dvb', 'dwg', 'dxf',
|
|
42
|
+
'ecelp4800', 'ecelp7470', 'ecelp9600', 'egg', 'eol', 'eot', 'epub', 'exe',
|
|
43
|
+
'f4v', 'fbs', 'fh', 'fla', 'flac', 'flatpak', 'fli', 'flv', 'fpx', 'fst', 'fvt',
|
|
44
|
+
'g3', 'gh', 'gif', 'graffle', 'gz', 'gzip',
|
|
45
|
+
'h261', 'h263', 'h264', 'icns', 'ico', 'ief', 'img', 'ipa', 'iso',
|
|
46
|
+
'jar', 'jpeg', 'jpg', 'jpgv', 'jpm', 'jxr', 'key', 'ktx',
|
|
47
|
+
'lha', 'lib', 'lvp', 'lz', 'lzh', 'lzma', 'lzo',
|
|
48
|
+
'm3u', 'm4a', 'm4v', 'mar', 'mdi', 'mht', 'mid', 'midi', 'mj2', 'mka', 'mkv', 'mmr', 'mng',
|
|
49
|
+
'mobi', 'mov', 'movie', 'mp3',
|
|
50
|
+
'mp4', 'mp4a', 'mpeg', 'mpg', 'mpga', 'mxu',
|
|
51
|
+
'nef', 'npx', 'numbers', 'nupkg',
|
|
52
|
+
'o', 'odp', 'ods', 'odt', 'oga', 'ogg', 'ogv', 'otf', 'ott',
|
|
53
|
+
'pages', 'pbm', 'pcx', 'pdb', 'pdf', 'pea', 'pgm', 'pic', 'png', 'pnm', 'pot', 'potm',
|
|
54
|
+
'potx', 'ppa', 'ppam',
|
|
55
|
+
'ppm', 'pps', 'ppsm', 'ppsx', 'ppt', 'pptm', 'pptx', 'psd', 'pya', 'pyc', 'pyo', 'pyv',
|
|
56
|
+
'qt',
|
|
57
|
+
'rar', 'ras', 'raw', 'resources', 'rgb', 'rip', 'rlc', 'rmf', 'rmvb', 'rpm', 'rtf', 'rz',
|
|
58
|
+
's3m', 's7z', 'scpt', 'sgi', 'shar', 'snap', 'sil', 'sketch', 'slk', 'smv', 'snk', 'so',
|
|
59
|
+
'stl', 'suo', 'sub', 'swf',
|
|
60
|
+
'tar', 'tbz', 'tbz2', 'tga', 'tgz', 'thmx', 'tif', 'tiff', 'tlz', 'ttc', 'ttf', 'txz',
|
|
61
|
+
'udf', 'uvh', 'uvi', 'uvm', 'uvp', 'uvs', 'uvu',
|
|
62
|
+
'viv', 'vob',
|
|
63
|
+
'war', 'wav', 'wax', 'wbmp', 'wdp', 'weba', 'webm', 'webp', 'whl', 'wim', 'wm', 'wma',
|
|
64
|
+
'wmv', 'wmx', 'woff', 'woff2', 'wrm', 'wvx',
|
|
65
|
+
'xbm', 'xif', 'xla', 'xlam', 'xls', 'xlsb', 'xlsm', 'xlsx', 'xlt', 'xltm', 'xltx', 'xm',
|
|
66
|
+
'xmind', 'xpi', 'xpm', 'xwd', 'xz',
|
|
67
|
+
'z', 'zip', 'zipx',
|
|
68
|
+
]);
|
|
69
|
+
const isBinaryPath = (filePath) => binaryExtensions.has(sp.extname(filePath).slice(1).toLowerCase());
|
|
70
|
+
// TODO: emit errors properly. Example: EMFILE on Macos.
|
|
71
|
+
const foreach = (val, fn) => {
|
|
72
|
+
if (val instanceof Set) {
|
|
73
|
+
val.forEach(fn);
|
|
74
|
+
}
|
|
75
|
+
else {
|
|
76
|
+
fn(val);
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
const addAndConvert = (main, prop, item) => {
|
|
80
|
+
let container = main[prop];
|
|
81
|
+
if (!(container instanceof Set)) {
|
|
82
|
+
main[prop] = container = new Set([container]);
|
|
83
|
+
}
|
|
84
|
+
container.add(item);
|
|
85
|
+
};
|
|
86
|
+
const clearItem = (cont) => (key) => {
|
|
87
|
+
const set = cont[key];
|
|
88
|
+
if (set instanceof Set) {
|
|
89
|
+
set.clear();
|
|
90
|
+
}
|
|
91
|
+
else {
|
|
92
|
+
delete cont[key];
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
const delFromSet = (main, prop, item) => {
|
|
96
|
+
const container = main[prop];
|
|
97
|
+
if (container instanceof Set) {
|
|
98
|
+
container.delete(item);
|
|
99
|
+
}
|
|
100
|
+
else if (container === item) {
|
|
101
|
+
delete main[prop];
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
const isEmptySet = (val) => (val instanceof Set ? val.size === 0 : !val);
|
|
105
|
+
const FsWatchInstances = new Map();
|
|
106
|
+
/**
|
|
107
|
+
* Instantiates the fs_watch interface
|
|
108
|
+
* @param path to be watched
|
|
109
|
+
* @param options to be passed to fs_watch
|
|
110
|
+
* @param listener main event handler
|
|
111
|
+
* @param errHandler emits info about errors
|
|
112
|
+
* @param emitRaw emits raw event data
|
|
113
|
+
* @returns {NativeFsWatcher}
|
|
114
|
+
*/
|
|
115
|
+
function createFsWatchInstance(path, options, listener, errHandler, emitRaw) {
|
|
116
|
+
const handleEvent = (rawEvent, evPath) => {
|
|
117
|
+
listener(path);
|
|
118
|
+
emitRaw(rawEvent, evPath, { watchedPath: path });
|
|
119
|
+
// emit based on events occurring for files from a directory's watcher in
|
|
120
|
+
// case the file's watcher misses it (and rely on throttling to de-dupe)
|
|
121
|
+
if (evPath && path !== evPath) {
|
|
122
|
+
fsWatchBroadcast(sp.resolve(path, evPath), KEY_LISTENERS, sp.join(path, evPath));
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
try {
|
|
126
|
+
return fs_watch(path, {
|
|
127
|
+
persistent: options.persistent,
|
|
128
|
+
}, handleEvent);
|
|
129
|
+
}
|
|
130
|
+
catch (error) {
|
|
131
|
+
errHandler(error);
|
|
132
|
+
return undefined;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Helper for passing fs_watch event data to a collection of listeners
|
|
137
|
+
* @param fullPath absolute path bound to fs_watch instance
|
|
138
|
+
*/
|
|
139
|
+
const fsWatchBroadcast = (fullPath, listenerType, val1, val2, val3) => {
|
|
140
|
+
const cont = FsWatchInstances.get(fullPath);
|
|
141
|
+
if (!cont)
|
|
142
|
+
return;
|
|
143
|
+
foreach(cont[listenerType], (listener) => {
|
|
144
|
+
listener(val1, val2, val3);
|
|
145
|
+
});
|
|
146
|
+
};
|
|
147
|
+
/**
|
|
148
|
+
* Instantiates the fs_watch interface or binds listeners
|
|
149
|
+
* to an existing one covering the same file system entry
|
|
150
|
+
* @param path
|
|
151
|
+
* @param fullPath absolute path
|
|
152
|
+
* @param options to be passed to fs_watch
|
|
153
|
+
* @param handlers container for event listener functions
|
|
154
|
+
*/
|
|
155
|
+
const setFsWatchListener = (path, fullPath, options, handlers) => {
|
|
156
|
+
const { listener, errHandler, rawEmitter } = handlers;
|
|
157
|
+
let cont = FsWatchInstances.get(fullPath);
|
|
158
|
+
let watcher;
|
|
159
|
+
if (!options.persistent) {
|
|
160
|
+
watcher = createFsWatchInstance(path, options, listener, errHandler, rawEmitter);
|
|
161
|
+
if (!watcher)
|
|
162
|
+
return;
|
|
163
|
+
return watcher.close.bind(watcher);
|
|
164
|
+
}
|
|
165
|
+
if (cont) {
|
|
166
|
+
addAndConvert(cont, KEY_LISTENERS, listener);
|
|
167
|
+
addAndConvert(cont, KEY_ERR, errHandler);
|
|
168
|
+
addAndConvert(cont, KEY_RAW, rawEmitter);
|
|
169
|
+
}
|
|
170
|
+
else {
|
|
171
|
+
watcher = createFsWatchInstance(path, options, fsWatchBroadcast.bind(null, fullPath, KEY_LISTENERS), errHandler, // no need to use broadcast here
|
|
172
|
+
fsWatchBroadcast.bind(null, fullPath, KEY_RAW));
|
|
173
|
+
if (!watcher)
|
|
174
|
+
return;
|
|
175
|
+
watcher.on(EV.ERROR, async (error) => {
|
|
176
|
+
const broadcastErr = fsWatchBroadcast.bind(null, fullPath, KEY_ERR);
|
|
177
|
+
if (cont)
|
|
178
|
+
cont.watcherUnusable = true; // documented since Node 10.4.1
|
|
179
|
+
// Workaround for https://github.com/joyent/node/issues/4337
|
|
180
|
+
if (isWindows && error.code === 'EPERM') {
|
|
181
|
+
try {
|
|
182
|
+
const fd = await open(path, 'r');
|
|
183
|
+
await fd.close();
|
|
184
|
+
broadcastErr(error);
|
|
185
|
+
}
|
|
186
|
+
catch (err) {
|
|
187
|
+
// do nothing
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
else {
|
|
191
|
+
broadcastErr(error);
|
|
192
|
+
}
|
|
193
|
+
});
|
|
194
|
+
cont = {
|
|
195
|
+
listeners: listener,
|
|
196
|
+
errHandlers: errHandler,
|
|
197
|
+
rawEmitters: rawEmitter,
|
|
198
|
+
watcher,
|
|
199
|
+
};
|
|
200
|
+
FsWatchInstances.set(fullPath, cont);
|
|
201
|
+
}
|
|
202
|
+
// const index = cont.listeners.indexOf(listener);
|
|
203
|
+
// removes this instance's listeners and closes the underlying fs_watch
|
|
204
|
+
// instance if there are no more listeners left
|
|
205
|
+
return () => {
|
|
206
|
+
delFromSet(cont, KEY_LISTENERS, listener);
|
|
207
|
+
delFromSet(cont, KEY_ERR, errHandler);
|
|
208
|
+
delFromSet(cont, KEY_RAW, rawEmitter);
|
|
209
|
+
if (isEmptySet(cont.listeners)) {
|
|
210
|
+
// Check to protect against issue gh-730.
|
|
211
|
+
// if (cont.watcherUnusable) {
|
|
212
|
+
cont.watcher.close();
|
|
213
|
+
// }
|
|
214
|
+
FsWatchInstances.delete(fullPath);
|
|
215
|
+
HANDLER_KEYS.forEach(clearItem(cont));
|
|
216
|
+
// @ts-ignore
|
|
217
|
+
cont.watcher = undefined;
|
|
218
|
+
Object.freeze(cont);
|
|
219
|
+
}
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
// fs_watchFile helpers
|
|
223
|
+
// object to hold per-process fs_watchFile instances
|
|
224
|
+
// (may be shared across chokidar FSWatcher instances)
|
|
225
|
+
const FsWatchFileInstances = new Map();
|
|
226
|
+
/**
|
|
227
|
+
* Instantiates the fs_watchFile interface or binds listeners
|
|
228
|
+
* to an existing one covering the same file system entry
|
|
229
|
+
* @param path to be watched
|
|
230
|
+
* @param fullPath absolute path
|
|
231
|
+
* @param options options to be passed to fs_watchFile
|
|
232
|
+
* @param handlers container for event listener functions
|
|
233
|
+
* @returns closer
|
|
234
|
+
*/
|
|
235
|
+
const setFsWatchFileListener = (path, fullPath, options, handlers) => {
|
|
236
|
+
const { listener, rawEmitter } = handlers;
|
|
237
|
+
let cont = FsWatchFileInstances.get(fullPath);
|
|
238
|
+
// let listeners = new Set();
|
|
239
|
+
// let rawEmitters = new Set();
|
|
240
|
+
const copts = cont && cont.options;
|
|
241
|
+
if (copts && (copts.persistent < options.persistent || copts.interval > options.interval)) {
|
|
242
|
+
// "Upgrade" the watcher to persistence or a quicker interval.
|
|
243
|
+
// This creates some unlikely edge case issues if the user mixes
|
|
244
|
+
// settings in a very weird way, but solving for those cases
|
|
245
|
+
// doesn't seem worthwhile for the added complexity.
|
|
246
|
+
// listeners = cont.listeners;
|
|
247
|
+
// rawEmitters = cont.rawEmitters;
|
|
248
|
+
unwatchFile(fullPath);
|
|
249
|
+
cont = undefined;
|
|
250
|
+
}
|
|
251
|
+
if (cont) {
|
|
252
|
+
addAndConvert(cont, KEY_LISTENERS, listener);
|
|
253
|
+
addAndConvert(cont, KEY_RAW, rawEmitter);
|
|
254
|
+
}
|
|
255
|
+
else {
|
|
256
|
+
// TODO
|
|
257
|
+
// listeners.add(listener);
|
|
258
|
+
// rawEmitters.add(rawEmitter);
|
|
259
|
+
cont = {
|
|
260
|
+
listeners: listener,
|
|
261
|
+
rawEmitters: rawEmitter,
|
|
262
|
+
options,
|
|
263
|
+
watcher: watchFile(fullPath, options, (curr, prev) => {
|
|
264
|
+
foreach(cont.rawEmitters, (rawEmitter) => {
|
|
265
|
+
rawEmitter(EV.CHANGE, fullPath, { curr, prev });
|
|
266
|
+
});
|
|
267
|
+
const currmtime = curr.mtimeMs;
|
|
268
|
+
if (curr.size !== prev.size || currmtime > prev.mtimeMs || currmtime === 0) {
|
|
269
|
+
foreach(cont.listeners, (listener) => listener(path, curr));
|
|
270
|
+
}
|
|
271
|
+
}),
|
|
272
|
+
};
|
|
273
|
+
FsWatchFileInstances.set(fullPath, cont);
|
|
274
|
+
}
|
|
275
|
+
// const index = cont.listeners.indexOf(listener);
|
|
276
|
+
// Removes this instance's listeners and closes the underlying fs_watchFile
|
|
277
|
+
// instance if there are no more listeners left.
|
|
278
|
+
return () => {
|
|
279
|
+
delFromSet(cont, KEY_LISTENERS, listener);
|
|
280
|
+
delFromSet(cont, KEY_RAW, rawEmitter);
|
|
281
|
+
if (isEmptySet(cont.listeners)) {
|
|
282
|
+
FsWatchFileInstances.delete(fullPath);
|
|
283
|
+
unwatchFile(fullPath);
|
|
284
|
+
cont.options = cont.watcher = undefined;
|
|
285
|
+
Object.freeze(cont);
|
|
286
|
+
}
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
/**
|
|
290
|
+
* @mixin
|
|
291
|
+
*/
|
|
292
|
+
export class NodeFsHandler {
|
|
293
|
+
fsw;
|
|
294
|
+
_boundHandleError;
|
|
295
|
+
constructor(fsW) {
|
|
296
|
+
this.fsw = fsW;
|
|
297
|
+
this._boundHandleError = (error) => fsW._handleError(error);
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* Watch file for changes with fs_watchFile or fs_watch.
|
|
301
|
+
* @param path to file or dir
|
|
302
|
+
* @param listener on fs change
|
|
303
|
+
* @returns closer for the watcher instance
|
|
304
|
+
*/
|
|
305
|
+
_watchWithNodeFs(path, listener) {
|
|
306
|
+
const opts = this.fsw.options;
|
|
307
|
+
const directory = sp.dirname(path);
|
|
308
|
+
const basename = sp.basename(path);
|
|
309
|
+
const parent = this.fsw._getWatchedDir(directory);
|
|
310
|
+
parent.add(basename);
|
|
311
|
+
const absolutePath = sp.resolve(path);
|
|
312
|
+
const options = {
|
|
313
|
+
persistent: opts.persistent,
|
|
314
|
+
};
|
|
315
|
+
if (!listener)
|
|
316
|
+
listener = EMPTY_FN;
|
|
317
|
+
let closer;
|
|
318
|
+
if (opts.usePolling) {
|
|
319
|
+
const enableBin = opts.interval !== opts.binaryInterval;
|
|
320
|
+
options.interval = enableBin && isBinaryPath(basename) ? opts.binaryInterval : opts.interval;
|
|
321
|
+
closer = setFsWatchFileListener(path, absolutePath, options, {
|
|
322
|
+
listener,
|
|
323
|
+
rawEmitter: this.fsw._emitRaw,
|
|
324
|
+
});
|
|
325
|
+
}
|
|
326
|
+
else {
|
|
327
|
+
closer = setFsWatchListener(path, absolutePath, options, {
|
|
328
|
+
listener,
|
|
329
|
+
errHandler: this._boundHandleError,
|
|
330
|
+
rawEmitter: this.fsw._emitRaw,
|
|
331
|
+
});
|
|
332
|
+
}
|
|
333
|
+
return closer;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Watch a file and emit add event if warranted.
|
|
337
|
+
* @returns closer for the watcher instance
|
|
338
|
+
*/
|
|
339
|
+
_handleFile(file, stats, initialAdd) {
|
|
340
|
+
if (this.fsw.closed) {
|
|
341
|
+
return;
|
|
342
|
+
}
|
|
343
|
+
const dirname = sp.dirname(file);
|
|
344
|
+
const basename = sp.basename(file);
|
|
345
|
+
const parent = this.fsw._getWatchedDir(dirname);
|
|
346
|
+
// stats is always present
|
|
347
|
+
let prevStats = stats;
|
|
348
|
+
// if the file is already being watched, do nothing
|
|
349
|
+
if (parent.has(basename))
|
|
350
|
+
return;
|
|
351
|
+
const listener = async (path, newStats) => {
|
|
352
|
+
if (!this.fsw._throttle(THROTTLE_MODE_WATCH, file, 5))
|
|
353
|
+
return;
|
|
354
|
+
if (!newStats || newStats.mtimeMs === 0) {
|
|
355
|
+
try {
|
|
356
|
+
const newStats = await stat(file);
|
|
357
|
+
if (this.fsw.closed)
|
|
358
|
+
return;
|
|
359
|
+
// Check that change event was not fired because of changed only accessTime.
|
|
360
|
+
const at = newStats.atimeMs;
|
|
361
|
+
const mt = newStats.mtimeMs;
|
|
362
|
+
if (!at || at <= mt || mt !== prevStats.mtimeMs) {
|
|
363
|
+
this.fsw._emit(EV.CHANGE, file, newStats);
|
|
364
|
+
}
|
|
365
|
+
if ((isMacos || isLinux || isFreeBSD) && prevStats.ino !== newStats.ino) {
|
|
366
|
+
this.fsw._closeFile(path);
|
|
367
|
+
prevStats = newStats;
|
|
368
|
+
const closer = this._watchWithNodeFs(file, listener);
|
|
369
|
+
if (closer)
|
|
370
|
+
this.fsw._addPathCloser(path, closer);
|
|
371
|
+
}
|
|
372
|
+
else {
|
|
373
|
+
prevStats = newStats;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
catch (error) {
|
|
377
|
+
// Fix issues where mtime is null but file is still present
|
|
378
|
+
this.fsw._remove(dirname, basename);
|
|
379
|
+
}
|
|
380
|
+
// add is about to be emitted if file not already tracked in parent
|
|
381
|
+
}
|
|
382
|
+
else if (parent.has(basename)) {
|
|
383
|
+
// Check that change event was not fired because of changed only accessTime.
|
|
384
|
+
const at = newStats.atimeMs;
|
|
385
|
+
const mt = newStats.mtimeMs;
|
|
386
|
+
if (!at || at <= mt || mt !== prevStats.mtimeMs) {
|
|
387
|
+
this.fsw._emit(EV.CHANGE, file, newStats);
|
|
388
|
+
}
|
|
389
|
+
prevStats = newStats;
|
|
390
|
+
}
|
|
391
|
+
};
|
|
392
|
+
// kick off the watcher
|
|
393
|
+
const closer = this._watchWithNodeFs(file, listener);
|
|
394
|
+
// emit an add event if we're supposed to
|
|
395
|
+
if (!(initialAdd && this.fsw.options.ignoreInitial) && this.fsw._isntIgnored(file)) {
|
|
396
|
+
if (!this.fsw._throttle(EV.ADD, file, 0))
|
|
397
|
+
return;
|
|
398
|
+
this.fsw._emit(EV.ADD, file, stats);
|
|
399
|
+
}
|
|
400
|
+
return closer;
|
|
401
|
+
}
|
|
402
|
+
/**
|
|
403
|
+
* Handle symlinks encountered while reading a dir.
|
|
404
|
+
* @param entry returned by readdirp
|
|
405
|
+
* @param directory path of dir being read
|
|
406
|
+
* @param path of this item
|
|
407
|
+
* @param item basename of this item
|
|
408
|
+
* @returns true if no more processing is needed for this entry.
|
|
409
|
+
*/
|
|
410
|
+
async _handleSymlink(entry, directory, path, item) {
|
|
411
|
+
if (this.fsw.closed) {
|
|
412
|
+
return;
|
|
413
|
+
}
|
|
414
|
+
const full = entry.fullPath;
|
|
415
|
+
const dir = this.fsw._getWatchedDir(directory);
|
|
416
|
+
if (!this.fsw.options.followSymlinks) {
|
|
417
|
+
// watch symlink directly (don't follow) and detect changes
|
|
418
|
+
this.fsw._incrReadyCount();
|
|
419
|
+
let linkPath;
|
|
420
|
+
try {
|
|
421
|
+
linkPath = await fsrealpath(path);
|
|
422
|
+
}
|
|
423
|
+
catch (e) {
|
|
424
|
+
this.fsw._emitReady();
|
|
425
|
+
return true;
|
|
426
|
+
}
|
|
427
|
+
if (this.fsw.closed)
|
|
428
|
+
return;
|
|
429
|
+
if (dir.has(item)) {
|
|
430
|
+
if (this.fsw._symlinkPaths.get(full) !== linkPath) {
|
|
431
|
+
this.fsw._symlinkPaths.set(full, linkPath);
|
|
432
|
+
this.fsw._emit(EV.CHANGE, path, entry.stats);
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
else {
|
|
436
|
+
dir.add(item);
|
|
437
|
+
this.fsw._symlinkPaths.set(full, linkPath);
|
|
438
|
+
this.fsw._emit(EV.ADD, path, entry.stats);
|
|
439
|
+
}
|
|
440
|
+
this.fsw._emitReady();
|
|
441
|
+
return true;
|
|
442
|
+
}
|
|
443
|
+
// don't follow the same symlink more than once
|
|
444
|
+
if (this.fsw._symlinkPaths.has(full)) {
|
|
445
|
+
return true;
|
|
446
|
+
}
|
|
447
|
+
this.fsw._symlinkPaths.set(full, true);
|
|
448
|
+
}
|
|
449
|
+
_handleRead(directory, initialAdd, wh, target, dir, depth, throttler) {
|
|
450
|
+
// Normalize the directory name on Windows
|
|
451
|
+
directory = sp.join(directory, '');
|
|
452
|
+
const throttleKey = target ? `${directory}:${target}` : directory;
|
|
453
|
+
throttler = this.fsw._throttle('readdir', throttleKey, 1000);
|
|
454
|
+
if (!throttler)
|
|
455
|
+
return;
|
|
456
|
+
const previous = this.fsw._getWatchedDir(wh.path);
|
|
457
|
+
const current = new Set();
|
|
458
|
+
let stream = this.fsw._readdirp(directory, {
|
|
459
|
+
fileFilter: (entry) => wh.filterPath(entry),
|
|
460
|
+
directoryFilter: (entry) => wh.filterDir(entry),
|
|
461
|
+
});
|
|
462
|
+
if (!stream)
|
|
463
|
+
return;
|
|
464
|
+
stream
|
|
465
|
+
.on(STR_DATA, async (entry) => {
|
|
466
|
+
if (this.fsw.closed) {
|
|
467
|
+
stream = undefined;
|
|
468
|
+
return;
|
|
469
|
+
}
|
|
470
|
+
const item = entry.path;
|
|
471
|
+
let path = sp.join(directory, item);
|
|
472
|
+
current.add(item);
|
|
473
|
+
if (entry.stats.isSymbolicLink() &&
|
|
474
|
+
(await this._handleSymlink(entry, directory, path, item))) {
|
|
475
|
+
return;
|
|
476
|
+
}
|
|
477
|
+
if (this.fsw.closed) {
|
|
478
|
+
stream = undefined;
|
|
479
|
+
return;
|
|
480
|
+
}
|
|
481
|
+
// Files that present in current directory snapshot
|
|
482
|
+
// but absent in previous are added to watch list and
|
|
483
|
+
// emit `add` event.
|
|
484
|
+
if (item === target || (!target && !previous.has(item))) {
|
|
485
|
+
this.fsw._incrReadyCount();
|
|
486
|
+
// ensure relativeness of path is preserved in case of watcher reuse
|
|
487
|
+
path = sp.join(dir, sp.relative(dir, path));
|
|
488
|
+
this._addToNodeFs(path, initialAdd, wh, depth + 1);
|
|
489
|
+
}
|
|
490
|
+
})
|
|
491
|
+
.on(EV.ERROR, this._boundHandleError);
|
|
492
|
+
return new Promise((resolve, reject) => {
|
|
493
|
+
if (!stream)
|
|
494
|
+
return reject();
|
|
495
|
+
stream.once(STR_END, () => {
|
|
496
|
+
if (this.fsw.closed) {
|
|
497
|
+
stream = undefined;
|
|
498
|
+
return;
|
|
499
|
+
}
|
|
500
|
+
const wasThrottled = throttler ? throttler.clear() : false;
|
|
501
|
+
resolve(undefined);
|
|
502
|
+
// Files that absent in current directory snapshot
|
|
503
|
+
// but present in previous emit `remove` event
|
|
504
|
+
// and are removed from @watched[directory].
|
|
505
|
+
previous
|
|
506
|
+
.getChildren()
|
|
507
|
+
.filter((item) => {
|
|
508
|
+
return item !== directory && !current.has(item);
|
|
509
|
+
})
|
|
510
|
+
.forEach((item) => {
|
|
511
|
+
this.fsw._remove(directory, item);
|
|
512
|
+
});
|
|
513
|
+
stream = undefined;
|
|
514
|
+
// one more time for any missed in case changes came in extremely quickly
|
|
515
|
+
if (wasThrottled)
|
|
516
|
+
this._handleRead(directory, false, wh, target, dir, depth, throttler);
|
|
517
|
+
});
|
|
518
|
+
});
|
|
519
|
+
}
|
|
520
|
+
/**
|
|
521
|
+
* Read directory to add / remove files from `@watched` list and re-read it on change.
|
|
522
|
+
* @param dir fs path
|
|
523
|
+
* @param stats
|
|
524
|
+
* @param initialAdd
|
|
525
|
+
* @param depth relative to user-supplied path
|
|
526
|
+
* @param target child path targeted for watch
|
|
527
|
+
* @param wh Common watch helpers for this path
|
|
528
|
+
* @param realpath
|
|
529
|
+
* @returns closer for the watcher instance.
|
|
530
|
+
*/
|
|
531
|
+
async _handleDir(dir, stats, initialAdd, depth, target, wh, realpath) {
|
|
532
|
+
const parentDir = this.fsw._getWatchedDir(sp.dirname(dir));
|
|
533
|
+
const tracked = parentDir.has(sp.basename(dir));
|
|
534
|
+
if (!(initialAdd && this.fsw.options.ignoreInitial) && !target && !tracked) {
|
|
535
|
+
this.fsw._emit(EV.ADD_DIR, dir, stats);
|
|
536
|
+
}
|
|
537
|
+
// ensure dir is tracked (harmless if redundant)
|
|
538
|
+
parentDir.add(sp.basename(dir));
|
|
539
|
+
this.fsw._getWatchedDir(dir);
|
|
540
|
+
let throttler;
|
|
541
|
+
let closer;
|
|
542
|
+
const oDepth = this.fsw.options.depth;
|
|
543
|
+
if ((oDepth == null || depth <= oDepth) && !this.fsw._symlinkPaths.has(realpath)) {
|
|
544
|
+
if (!target) {
|
|
545
|
+
await this._handleRead(dir, initialAdd, wh, target, dir, depth, throttler);
|
|
546
|
+
if (this.fsw.closed)
|
|
547
|
+
return;
|
|
548
|
+
}
|
|
549
|
+
closer = this._watchWithNodeFs(dir, (dirPath, stats) => {
|
|
550
|
+
// if current directory is removed, do nothing
|
|
551
|
+
if (stats && stats.mtimeMs === 0)
|
|
552
|
+
return;
|
|
553
|
+
this._handleRead(dirPath, false, wh, target, dir, depth, throttler);
|
|
554
|
+
});
|
|
555
|
+
}
|
|
556
|
+
return closer;
|
|
557
|
+
}
|
|
558
|
+
/**
|
|
559
|
+
* Handle added file, directory, or glob pattern.
|
|
560
|
+
* Delegates call to _handleFile / _handleDir after checks.
|
|
561
|
+
* @param path to file or ir
|
|
562
|
+
* @param initialAdd was the file added at watch instantiation?
|
|
563
|
+
* @param priorWh depth relative to user-supplied path
|
|
564
|
+
* @param depth Child path actually targeted for watch
|
|
565
|
+
* @param target Child path actually targeted for watch
|
|
566
|
+
*/
|
|
567
|
+
async _addToNodeFs(path, initialAdd, priorWh, depth, target) {
|
|
568
|
+
const ready = this.fsw._emitReady;
|
|
569
|
+
if (this.fsw._isIgnored(path) || this.fsw.closed) {
|
|
570
|
+
ready();
|
|
571
|
+
return false;
|
|
572
|
+
}
|
|
573
|
+
const wh = this.fsw._getWatchHelpers(path);
|
|
574
|
+
if (priorWh) {
|
|
575
|
+
wh.filterPath = (entry) => priorWh.filterPath(entry);
|
|
576
|
+
wh.filterDir = (entry) => priorWh.filterDir(entry);
|
|
577
|
+
}
|
|
578
|
+
// evaluate what is at the path we're being asked to watch
|
|
579
|
+
try {
|
|
580
|
+
const stats = await statMethods[wh.statMethod](wh.watchPath);
|
|
581
|
+
if (this.fsw.closed)
|
|
582
|
+
return;
|
|
583
|
+
if (this.fsw._isIgnored(wh.watchPath, stats)) {
|
|
584
|
+
ready();
|
|
585
|
+
return false;
|
|
586
|
+
}
|
|
587
|
+
const follow = this.fsw.options.followSymlinks;
|
|
588
|
+
let closer;
|
|
589
|
+
if (stats.isDirectory()) {
|
|
590
|
+
const absPath = sp.resolve(path);
|
|
591
|
+
const targetPath = follow ? await fsrealpath(path) : path;
|
|
592
|
+
if (this.fsw.closed)
|
|
593
|
+
return;
|
|
594
|
+
closer = await this._handleDir(wh.watchPath, stats, initialAdd, depth, target, wh, targetPath);
|
|
595
|
+
if (this.fsw.closed)
|
|
596
|
+
return;
|
|
597
|
+
// preserve this symlink's target path
|
|
598
|
+
if (absPath !== targetPath && targetPath !== undefined) {
|
|
599
|
+
this.fsw._symlinkPaths.set(absPath, targetPath);
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
else if (stats.isSymbolicLink()) {
|
|
603
|
+
const targetPath = follow ? await fsrealpath(path) : path;
|
|
604
|
+
if (this.fsw.closed)
|
|
605
|
+
return;
|
|
606
|
+
const parent = sp.dirname(wh.watchPath);
|
|
607
|
+
this.fsw._getWatchedDir(parent).add(wh.watchPath);
|
|
608
|
+
this.fsw._emit(EV.ADD, wh.watchPath, stats);
|
|
609
|
+
closer = await this._handleDir(parent, stats, initialAdd, depth, path, wh, targetPath);
|
|
610
|
+
if (this.fsw.closed)
|
|
611
|
+
return;
|
|
612
|
+
// preserve this symlink's target path
|
|
613
|
+
if (targetPath !== undefined) {
|
|
614
|
+
this.fsw._symlinkPaths.set(sp.resolve(path), targetPath);
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
else {
|
|
618
|
+
closer = this._handleFile(wh.watchPath, stats, initialAdd);
|
|
619
|
+
}
|
|
620
|
+
ready();
|
|
621
|
+
if (closer)
|
|
622
|
+
this.fsw._addPathCloser(path, closer);
|
|
623
|
+
return false;
|
|
624
|
+
}
|
|
625
|
+
catch (error) {
|
|
626
|
+
if (this.fsw._handleError(error)) {
|
|
627
|
+
ready();
|
|
628
|
+
return path;
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
}
|