@enervance/insight-cim-model 0.0.12 → 0.0.14
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/dist/config/westnetz-integral7/integral7-load.config.js.map +1 -1
- package/dist/config/westnetz-neplan/neplan-load.config.js +6 -1
- package/dist/config/westnetz-neplan/neplan-load.config.js.map +1 -1
- package/dist/constants/cim-class-definition.js +19 -0
- package/dist/constants/cim-class-definition.js.map +1 -1
- package/dist/constants/cim-class-names.d.ts +10 -0
- package/dist/constants/cim-class-names.js +10 -0
- package/dist/constants/cim-class-names.js.map +1 -1
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js +10 -0
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js.map +1 -1
- package/dist/constants/init-data/PSR_TYPES.js +17 -0
- package/dist/constants/init-data/PSR_TYPES.js.map +1 -1
- package/dist/converter/cgmes-validator.d.ts +5 -0
- package/dist/converter/cgmes-validator.js +23 -0
- package/dist/converter/cgmes-validator.js.map +1 -0
- package/dist/converter/integral7/ConverterIntegral7.d.ts +26 -19
- package/dist/converter/integral7/ConverterIntegral7.js +595 -272
- package/dist/converter/integral7/ConverterIntegral7.js.map +1 -1
- package/dist/converter/integral7/model/integral/BaseClass.d.ts +1 -0
- package/dist/converter/integral7/model/integral/BaseClass.js.map +1 -1
- package/dist/converter/integral7/model/interfaces.d.ts +36 -0
- package/dist/converter/integral7/sql/integral.sql.d.ts +10 -0
- package/dist/converter/integral7/sql/integral.sql.js +25 -1
- package/dist/converter/integral7/sql/integral.sql.js.map +1 -1
- package/dist/converter/integral7/utils.d.ts +3 -0
- package/dist/converter/integral7/utils.js +81 -17
- package/dist/converter/integral7/utils.js.map +1 -1
- package/dist/etl-neplan/etl-neplan-csv.d.ts +37 -0
- package/dist/etl-neplan/etl-neplan-csv.js +243 -0
- package/dist/etl-neplan/etl-neplan-csv.js.map +1 -0
- package/dist/etl-neplan/etl-neplan-geo.d.ts +12 -0
- package/dist/etl-neplan/etl-neplan-geo.js +74 -0
- package/dist/etl-neplan/etl-neplan-geo.js.map +1 -0
- package/dist/etl-neplan/neplan-contingency-analysis.js +0 -20
- package/dist/etl-neplan/neplan-contingency-analysis.js.map +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.js +16 -0
- package/dist/index.js.map +1 -1
- package/dist/interfaces/default-values-config.d.ts +171 -0
- package/dist/interfaces/default-values-config.js +3 -0
- package/dist/interfaces/default-values-config.js.map +1 -0
- package/dist/interfaces/model/common/ILocation.d.ts +15 -0
- package/dist/interfaces/model/common/ILocation.js +3 -0
- package/dist/interfaces/model/common/ILocation.js.map +1 -0
- package/dist/interfaces/model/core/IIdentifiedObject.d.ts +3 -0
- package/dist/interfaces/model/wires/IACLineSegment.d.ts +10 -0
- package/dist/interfaces/model/wires/IConductor.d.ts +2 -1
- package/dist/model/assets/Asset.d.ts +12 -5
- package/dist/model/assets/Asset.js +86 -21
- package/dist/model/assets/Asset.js.map +1 -1
- package/dist/model/assets/LifecycleDate.d.ts +1 -0
- package/dist/model/assets/LifecycleDate.js +9 -1
- package/dist/model/assets/LifecycleDate.js.map +1 -1
- package/dist/model/common/CoordinateSystem.d.ts +3 -1
- package/dist/model/common/CoordinateSystem.js +13 -1
- package/dist/model/common/CoordinateSystem.js.map +1 -1
- package/dist/model/common/Location.d.ts +5 -3
- package/dist/model/common/Location.js +17 -11
- package/dist/model/common/Location.js.map +1 -1
- package/dist/model/common/PositionPoint.d.ts +9 -3
- package/dist/model/common/PositionPoint.js +23 -1
- package/dist/model/common/PositionPoint.js.map +1 -1
- package/dist/model/common/Status.d.ts +2 -1
- package/dist/model/common/Status.js +9 -1
- package/dist/model/common/Status.js.map +1 -1
- package/dist/model/core/ACDCTerminal.d.ts +2 -0
- package/dist/model/core/ACDCTerminal.js +9 -1
- package/dist/model/core/ACDCTerminal.js.map +1 -1
- package/dist/model/core/BaseVoltage.js.map +1 -1
- package/dist/model/core/Bay.js.map +1 -1
- package/dist/model/core/GeographicalRegion.js.map +1 -1
- package/dist/model/core/IdentifiedObject.d.ts +3 -1
- package/dist/model/core/IdentifiedObject.js +42 -21
- package/dist/model/core/IdentifiedObject.js.map +1 -1
- package/dist/model/core/PowerSystemResource.js.map +1 -1
- package/dist/model/core/SubGeographicalRegion.js.map +1 -1
- package/dist/model/core/Substation.d.ts +1 -0
- package/dist/model/core/Substation.js +3 -2
- package/dist/model/core/Substation.js.map +1 -1
- package/dist/model/core/Terminal.d.ts +3 -1
- package/dist/model/core/Terminal.js +14 -14
- package/dist/model/core/Terminal.js.map +1 -1
- package/dist/model/core/VoltageLevel.js +4 -2
- package/dist/model/core/VoltageLevel.js.map +1 -1
- package/dist/model/dc/ACDCConverter.d.ts +3 -0
- package/dist/model/dc/ACDCConverter.js +56 -14
- package/dist/model/dc/ACDCConverter.js.map +1 -1
- package/dist/model/dc/ACDCConverterDCTerminal.js +2 -6
- package/dist/model/dc/ACDCConverterDCTerminal.js.map +1 -1
- package/dist/model/dc/CsConverter.d.ts +2 -0
- package/dist/model/dc/CsConverter.js +45 -17
- package/dist/model/dc/CsConverter.js.map +1 -1
- package/dist/model/dc/DCConverterUnit.d.ts +2 -0
- package/dist/model/dc/DCConverterUnit.js +13 -7
- package/dist/model/dc/DCConverterUnit.js.map +1 -1
- package/dist/model/dc/DCLine.js.map +1 -1
- package/dist/model/dc/DCLineSegment.js +4 -8
- package/dist/model/dc/DCLineSegment.js.map +1 -1
- package/dist/model/dc/VsConverter.d.ts +2 -0
- package/dist/model/dc/VsConverter.js +53 -5
- package/dist/model/dc/VsConverter.js.map +1 -1
- package/dist/model/equivalents/EquivalentBranch.d.ts +2 -0
- package/dist/model/equivalents/EquivalentBranch.js +63 -0
- package/dist/model/equivalents/EquivalentBranch.js.map +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.js +0 -3
- package/dist/model/extensions/amprion/wires/AMPRIONSeriesCompensator.js.map +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSegment.d.ts +16 -0
- package/{src/model/wires/PetersenCoil.ts → dist/model/extensions/enervance/wires/EVACLineSegment.js} +43 -47
- package/dist/model/extensions/enervance/wires/EVACLineSegment.js.map +1 -0
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.d.ts +25 -0
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js +126 -0
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +4 -12
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js.map +1 -1
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.d.ts +18 -0
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.js +82 -0
- package/dist/model/extensions/neplan-westnetz/common/WNLocation.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.d.ts +5 -0
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +23 -0
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js.map +1 -1
- package/dist/model/generation/GeneratingUnit.d.ts +2 -0
- package/dist/model/generation/GeneratingUnit.js +23 -0
- package/dist/model/generation/GeneratingUnit.js.map +1 -1
- package/dist/model/generation/ThermalGeneratingUnit.js.map +1 -1
- package/dist/model/loadmodel/ConformLoad.d.ts +6 -1
- package/dist/model/loadmodel/ConformLoad.js +48 -3
- package/dist/model/loadmodel/ConformLoad.js.map +1 -1
- package/dist/model/loadmodel/ConformLoadGroup.d.ts +7 -0
- package/dist/model/loadmodel/ConformLoadGroup.js +48 -0
- package/dist/model/loadmodel/ConformLoadGroup.js.map +1 -0
- package/dist/model/loadmodel/EnergyArea.d.ts +3 -0
- package/dist/model/loadmodel/EnergyArea.js +8 -0
- package/dist/model/loadmodel/EnergyArea.js.map +1 -0
- package/dist/model/loadmodel/LoadArea.d.ts +10 -0
- package/dist/model/loadmodel/LoadArea.js +51 -0
- package/dist/model/loadmodel/LoadArea.js.map +1 -0
- package/dist/model/loadmodel/LoadGroup.d.ts +8 -0
- package/dist/model/loadmodel/LoadGroup.js +21 -0
- package/dist/model/loadmodel/LoadGroup.js.map +1 -0
- package/dist/model/loadmodel/SubLoadArea.d.ts +14 -0
- package/dist/model/loadmodel/SubLoadArea.js +63 -0
- package/dist/model/loadmodel/SubLoadArea.js.map +1 -0
- package/dist/model/model/Model.d.ts +40 -11
- package/dist/model/model/Model.js +100 -6
- package/dist/model/model/Model.js.map +1 -1
- package/dist/model/operationallimits/CurrentLimit.js.map +1 -1
- package/dist/model/operationallimits/OperationalLimitSet.js.map +1 -1
- package/dist/model/wires/ACLineSegment.d.ts +6 -2
- package/dist/model/wires/ACLineSegment.js +51 -44
- package/dist/model/wires/ACLineSegment.js.map +1 -1
- package/dist/model/wires/AsynchronousMachine.d.ts +2 -1
- package/dist/model/wires/AsynchronousMachine.js +34 -34
- package/dist/model/wires/AsynchronousMachine.js.map +1 -1
- package/dist/model/wires/BusbarSection.d.ts +2 -0
- package/dist/model/wires/BusbarSection.js +6 -0
- package/dist/model/wires/BusbarSection.js.map +1 -1
- package/dist/model/wires/Conductor.d.ts +4 -1
- package/dist/model/wires/Conductor.js +15 -6
- package/dist/model/wires/Conductor.js.map +1 -1
- package/dist/model/wires/EnergyConsumer.d.ts +6 -2
- package/dist/model/wires/EnergyConsumer.js +24 -3
- package/dist/model/wires/EnergyConsumer.js.map +1 -1
- package/dist/model/wires/EnergySource.d.ts +8 -4
- package/dist/model/wires/EnergySource.js +37 -21
- package/dist/model/wires/EnergySource.js.map +1 -1
- package/dist/model/wires/ExternalNetworkInjection.d.ts +2 -0
- package/dist/model/wires/ExternalNetworkInjection.js +81 -1
- package/dist/model/wires/ExternalNetworkInjection.js.map +1 -1
- package/dist/model/wires/Line.js.map +1 -1
- package/dist/model/wires/LinearShuntCompensator.d.ts +15 -0
- package/dist/model/wires/LinearShuntCompensator.js +96 -0
- package/dist/model/wires/LinearShuntCompensator.js.map +1 -0
- package/dist/model/wires/PowerTransformer.js +0 -3
- package/dist/model/wires/PowerTransformer.js.map +1 -1
- package/dist/model/wires/PowerTransformerEnd.js.map +1 -1
- package/dist/model/wires/RatioTapChanger.js.map +1 -1
- package/dist/model/wires/RatioTapChangerTable.js.map +1 -1
- package/dist/model/wires/RegulatingCondEq.d.ts +3 -0
- package/dist/model/wires/RegulatingCondEq.js +17 -6
- package/dist/model/wires/RegulatingCondEq.js.map +1 -1
- package/dist/model/wires/RegulatingControl.d.ts +2 -0
- package/dist/model/wires/RegulatingControl.js +43 -7
- package/dist/model/wires/RegulatingControl.js.map +1 -1
- package/dist/model/wires/RotatingMachine.d.ts +2 -0
- package/dist/model/wires/RotatingMachine.js +17 -0
- package/dist/model/wires/RotatingMachine.js.map +1 -1
- package/dist/model/wires/SeriesCompensator.d.ts +2 -1
- package/dist/model/wires/SeriesCompensator.js +42 -42
- package/dist/model/wires/SeriesCompensator.js.map +1 -1
- package/dist/model/wires/ShuntCompensator.d.ts +17 -0
- package/dist/model/wires/ShuntCompensator.js +50 -0
- package/dist/model/wires/ShuntCompensator.js.map +1 -0
- package/dist/model/wires/SynchronousMachine.d.ts +2 -0
- package/dist/model/wires/SynchronousMachine.js +70 -5
- package/dist/model/wires/SynchronousMachine.js.map +1 -1
- package/dist/model/wires/TapChangerControl.js.map +1 -1
- package/dist/util/utils.d.ts +8 -1
- package/dist/util/utils.js +13 -38
- package/dist/util/utils.js.map +1 -1
- package/dist/util/xml/xml.serializer.d.ts +3 -1
- package/dist/util/xml/xml.serializer.js +46 -45
- package/dist/util/xml/xml.serializer.js.map +1 -1
- package/package.json +4 -1
- package/.nycrc +0 -28
- package/jasmine/jasmine_all.json +0 -13
- package/jasmine/jasmine_fuseki_interface.json +0 -13
- package/jasmine/jasmine_fuseki_psdm.json +0 -13
- package/jasmine/jasmine_integral_7.json +0 -13
- package/jasmine/jasmine_psdm.json +0 -13
- package/src/config/lew-sincal/lew-sincal-load.config.ts +0 -58
- package/src/config/power-system-datamodel/psdm-load.config.ts +0 -57
- package/src/config/westnetz-integral7/integral7-load.config.ts +0 -53
- package/src/config/westnetz-neplan/callbacks/cb-connectivitynode.ts +0 -159
- package/src/config/westnetz-neplan/callbacks/cb-psr.ts +0 -30
- package/src/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.ts +0 -70
- package/src/config/westnetz-neplan/neplan-load.config.ts +0 -131
- package/src/config/westnetz-neplan/property-handler-westenergy.config.ts +0 -52
- package/src/constants/cim-class-definition.ts +0 -169
- package/src/constants/cim-class-names.ts +0 -118
- package/src/constants/cim-constants.ts +0 -5
- package/src/constants/init-data/ASSET_HEALTH_EVENTS.ts +0 -45
- package/src/constants/init-data/ASSSET_OWNER.ts +0 -11
- package/src/constants/init-data/JENA_SPARQL.ts +0 -328
- package/src/constants/init-data/PSR_TYPES.ts +0 -75
- package/src/constants/init-data/xml/AssetHealtEvent.xml +0 -45
- package/src/constants/init-data/xml/AssetOwner.xml +0 -11
- package/src/constants/init-data/xml/PsrType.xml +0 -80
- package/src/constants/rdf-xml.ts +0 -52
- package/src/converter/PSDM/ConverterPowerSystemDataModel.ts +0 -546
- package/src/converter/PSDM/model/FixedFeedIn.ts +0 -28
- package/src/converter/PSDM/model/Line.ts +0 -39
- package/src/converter/PSDM/model/LineType.ts +0 -29
- package/src/converter/PSDM/model/Load.ts +0 -38
- package/src/converter/PSDM/model/Node.ts +0 -16
- package/src/converter/PSDM/model/TimeSeriesMapping.ts +0 -13
- package/src/converter/PSDM/model/Transformer.ts +0 -34
- package/src/converter/PSDM/model/TransformerType.ts +0 -49
- package/src/converter/PSDM/model/geo/Crs.ts +0 -4
- package/src/converter/PSDM/model/geo/GeoPosition.ts +0 -7
- package/src/converter/integral7/ConverterIntegral7.ts +0 -3916
- package/src/converter/integral7/config/db-config.ts +0 -13
- package/src/converter/integral7/config/generation-unit-fuel-types.ts +0 -51
- package/src/converter/integral7/config/integral-prefix.ts +0 -20
- package/src/converter/integral7/model/integral/BaseClass.ts +0 -28
- package/src/converter/integral7/model/integral/BaseClassNsg.ts +0 -21
- package/src/converter/integral7/model/integral/Hgueleitung.ts +0 -12
- package/src/converter/integral7/model/integral/KnotenSo.ts +0 -41
- package/src/converter/integral7/model/integral/KnotenSoNsg.ts +0 -24
- package/src/converter/integral7/model/integral/Kopfstation.ts +0 -46
- package/src/converter/integral7/model/integral/Leitung.ts +0 -73
- package/src/converter/integral7/model/integral/LeitungNsg.ts +0 -46
- package/src/converter/integral7/model/integral/Point.ts +0 -14
- package/src/converter/integral7/model/integral/Schaltanlage.ts +0 -151
- package/src/converter/integral7/model/integral/SchaltanlageNSG.ts +0 -30
- package/src/converter/integral7/model/integral/Schaltanlagenabschnitt.ts +0 -44
- package/src/converter/integral7/model/integral/SchaltanlagenabschnittNsg.ts +0 -27
- package/src/converter/integral7/model/integral/Schaltfeld.ts +0 -116
- package/src/converter/integral7/model/integral/SchaltfeldNsg.ts +0 -35
- package/src/converter/integral7/model/integral/Standort.ts +0 -53
- package/src/converter/integral7/model/integral/StandortNsg.ts +0 -24
- package/src/converter/integral7/model/integral/Trafo2w.ts +0 -22
- package/src/converter/integral7/model/integral/Trafo2wNsg.ts +0 -13
- package/src/converter/integral7/model/interfaces.ts +0 -450
- package/src/converter/integral7/sql/integral.sql.ts +0 -345
- package/src/converter/integral7/utils-schema.ts +0 -50
- package/src/converter/integral7/utils-trafo3w.ts +0 -321
- package/src/converter/integral7/utils.ts +0 -693
- package/src/etl-neplan/etl-neplan-contingency-analysis.ts +0 -188
- package/src/etl-neplan/etl-neplan-feederline.ts +0 -229
- package/src/etl-neplan/etl-neplan.ts +0 -344
- package/src/etl-neplan/neplan-contingency-analysis.ts +0 -571
- package/src/graph/Types.ts +0 -7
- package/src/graph/connections/connection.ts +0 -29
- package/src/graph/edges/edge.ts +0 -27
- package/src/graph/graph-interfaces.ts +0 -21
- package/src/graph/graph-util.ts +0 -158
- package/src/graph/graph.ts +0 -84
- package/src/graph/nodes/node.ts +0 -43
- package/src/index.ts +0 -307
- package/src/interfaces/model/assets/IAsset.ts +0 -5
- package/src/interfaces/model/assets/IAssetContainer.ts +0 -5
- package/src/interfaces/model/assets/IFacility.ts +0 -5
- package/src/interfaces/model/common/IDocument.ts +0 -5
- package/src/interfaces/model/core/IACDCTerminal.ts +0 -8
- package/src/interfaces/model/core/IBaseVoltage.ts +0 -7
- package/src/interfaces/model/core/IConductingEquipment.ts +0 -16
- package/src/interfaces/model/core/IConnectivityNode.ts +0 -27
- package/src/interfaces/model/core/IConnectivityNodeContainer.ts +0 -11
- package/src/interfaces/model/core/IEquipment.ts +0 -11
- package/src/interfaces/model/core/IEquipmentContainer.ts +0 -12
- package/src/interfaces/model/core/IFeeder.ts +0 -21
- package/src/interfaces/model/core/IIdentifiedObject.ts +0 -108
- package/src/interfaces/model/core/IPowerSystemResource.ts +0 -3
- package/src/interfaces/model/core/ISubstation.ts +0 -8
- package/src/interfaces/model/core/ITerminal.ts +0 -57
- package/src/interfaces/model/core/IVoltageLevel.ts +0 -14
- package/src/interfaces/model/diagram/IDiagram.ts +0 -21
- package/src/interfaces/model/diagram/IDiagramObject.ts +0 -21
- package/src/interfaces/model/diagram/IDiagramObjectPoint.ts +0 -16
- package/src/interfaces/model/domain/IActivePower.ts +0 -3
- package/src/interfaces/model/domain/IAngleDegrees.ts +0 -3
- package/src/interfaces/model/domain/IApparentPower.ts +0 -3
- package/src/interfaces/model/domain/ICurrentFlow.ts +0 -3
- package/src/interfaces/model/domain/IDataType.ts +0 -9
- package/src/interfaces/model/domain/IReactivePower.ts +0 -3
- package/src/interfaces/model/domain/IVoltage.ts +0 -3
- package/src/interfaces/model/domain/UnitMultiplier.ts +0 -13
- package/src/interfaces/model/domain/UnitSymbol.ts +0 -30
- package/src/interfaces/model/enums/EnumShapeInfo.ts +0 -5
- package/src/interfaces/model/faults/IFault.ts +0 -11
- package/src/interfaces/model/model/IModel.ts +0 -91
- package/src/interfaces/model/operations/IOutage.ts +0 -23
- package/src/interfaces/model/operations/ISwitchingAction.ts +0 -9
- package/src/interfaces/model/operations/ISwitchingPlan.ts +0 -26
- package/src/interfaces/model/statevariables/ISvPowerFlow.ts +0 -20
- package/src/interfaces/model/statevariables/ISvVoltage.ts +0 -16
- package/src/interfaces/model/topology/ITopologicalIsland.ts +0 -11
- package/src/interfaces/model/topology/ITopologicalNode.ts +0 -24
- package/src/interfaces/model/wires/IACLineSegment.ts +0 -4
- package/src/interfaces/model/wires/IBusbarSection.ts +0 -4
- package/src/interfaces/model/wires/ICompositeSwitch.ts +0 -6
- package/src/interfaces/model/wires/IConductor.ts +0 -6
- package/src/interfaces/model/wires/IConnector.ts +0 -5
- package/src/interfaces/model/wires/IDisconnector.ts +0 -4
- package/src/interfaces/model/wires/IEnergyConsumer.ts +0 -7
- package/src/interfaces/model/wires/IEnergySource.ts +0 -20
- package/src/interfaces/model/wires/IExternalNetworkInjection.ts +0 -34
- package/src/interfaces/model/wires/ILoadBreakSwitch.ts +0 -4
- package/src/interfaces/model/wires/IPowerTransformer.ts +0 -7
- package/src/interfaces/model/wires/IPowerTransformerEnd.ts +0 -10
- package/src/interfaces/model/wires/IProtectedSwitch.ts +0 -4
- package/src/interfaces/model/wires/IRegulatingCondEq.ts +0 -4
- package/src/interfaces/model/wires/ISwitch.ts +0 -11
- package/src/interfaces/model/wires/ITransformerEnd.ts +0 -14
- package/src/interfaces/observable/IObservable.ts +0 -6
- package/src/interfaces/observable/IObserver.ts +0 -3
- package/src/interfaces/persistence-interfaces.ts +0 -12
- package/src/interfaces/schema-settings/ShapeInfos.ts +0 -28
- package/src/model/assetinfo/AssetInfo.ts +0 -13
- package/src/model/assetinfo/CableInfo.ts +0 -8
- package/src/model/assetinfo/OverheadWireInfo.ts +0 -8
- package/src/model/assetinfo/PowerTransformer2WInfo.ts +0 -13
- package/src/model/assetinfo/PowerTransformer3WInfo.ts +0 -18
- package/src/model/assetinfo/PowerTransformerInfo.ts +0 -14
- package/src/model/assetinfo/TapChangerInfo.ts +0 -60
- package/src/model/assetinfo/TransformerEndInfo.ts +0 -38
- package/src/model/assetinfo/WireInfo.ts +0 -22
- package/src/model/assets/AggregateScore.ts +0 -9
- package/src/model/assets/AnalyticScore.ts +0 -41
- package/src/model/assets/Asset.ts +0 -164
- package/src/model/assets/AssetContainer.ts +0 -11
- package/src/model/assets/AssetDeployment.ts +0 -122
- package/src/model/assets/AssetHealthEvent.ts +0 -73
- package/src/model/assets/AssetOrganisationRole.ts +0 -51
- package/src/model/assets/AssetOwner.ts +0 -54
- package/src/model/assets/DeploymentDate.ts +0 -20
- package/src/model/assets/DeploymentStateKind.ts +0 -7
- package/src/model/assets/Facility.ts +0 -107
- package/src/model/assets/FacilityKind.ts +0 -9
- package/src/model/assets/HealthScore.ts +0 -59
- package/src/model/assets/LifecycleDate.ts +0 -17
- package/src/model/assets/RiskScore.ts +0 -7
- package/src/model/assets/TransformerApplicationKind.ts +0 -6
- package/src/model/common/ActivityRecord.ts +0 -93
- package/src/model/common/CoordinateSystem.ts +0 -81
- package/src/model/common/Document.ts +0 -9
- package/src/model/common/Location.ts +0 -237
- package/src/model/common/OrganisationRole.ts +0 -7
- package/src/model/common/PositionPoint.ts +0 -121
- package/src/model/common/Status.ts +0 -11
- package/src/model/core/ACDCTerminal.ts +0 -63
- package/src/model/core/BaseVoltage.ts +0 -129
- package/src/model/core/Bay.ts +0 -178
- package/src/model/core/ConductingEquipment.ts +0 -182
- package/src/model/core/ConnectivityNode.ts +0 -417
- package/src/model/core/ConnectivityNodeContainer.ts +0 -26
- package/src/model/core/Curve.ts +0 -55
- package/src/model/core/CurveData.ts +0 -74
- package/src/model/core/CurveStyle.ts +0 -4
- package/src/model/core/Equipment.ts +0 -184
- package/src/model/core/EquipmentContainer.ts +0 -40
- package/src/model/core/Feeder.ts +0 -186
- package/src/model/core/GeographicalRegion.ts +0 -34
- package/src/model/core/IdentifiedObject.ts +0 -393
- package/src/model/core/PSRType.ts +0 -164
- package/src/model/core/PhaseCode.ts +0 -23
- package/src/model/core/PowerSystemResource.ts +0 -109
- package/src/model/core/SubGeographicalRegion.ts +0 -58
- package/src/model/core/Substation.ts +0 -290
- package/src/model/core/Terminal.ts +0 -422
- package/src/model/core/VoltageLevel.ts +0 -192
- package/src/model/dc/ACDCConverter.ts +0 -66
- package/src/model/dc/ACDCConverterDCTerminal.ts +0 -64
- package/src/model/dc/CsConverter.ts +0 -68
- package/src/model/dc/CsOperatingModeKind.ts +0 -4
- package/src/model/dc/CsPpccControlKind.ts +0 -5
- package/src/model/dc/DCBaseTerminal.ts +0 -30
- package/src/model/dc/DCConductingEquipment.ts +0 -8
- package/src/model/dc/DCConverterOperatingModeKind.ts +0 -6
- package/src/model/dc/DCConverterUnit.ts +0 -60
- package/src/model/dc/DCEquipmentContainer.ts +0 -8
- package/src/model/dc/DCLine.ts +0 -56
- package/src/model/dc/DCLineSegment.ts +0 -81
- package/src/model/dc/DCNode.ts +0 -49
- package/src/model/dc/DCPolarityKind.ts +0 -5
- package/src/model/dc/DCTerminal.ts +0 -45
- package/src/model/dc/VsConverter.ts +0 -48
- package/src/model/dc/VsPpccControlKind.ts +0 -7
- package/src/model/dc/VsQpccControlKind.ts +0 -5
- package/src/model/diagram/Diagram.ts +0 -136
- package/src/model/diagram/DiagramObject.ts +0 -338
- package/src/model/diagram/DiagramObjectPoint.ts +0 -196
- package/src/model/diagram/DiagramStyle.ts +0 -32
- package/src/model/diagram/OrientationKind.ts +0 -4
- package/src/model/domain/ActivePower.ts +0 -14
- package/src/model/domain/AngleDegrees.ts +0 -14
- package/src/model/domain/ApparentPower.ts +0 -14
- package/src/model/domain/Capacitance.ts +0 -15
- package/src/model/domain/CapacitancePerLength.ts +0 -15
- package/src/model/domain/ConductancePerLength.ts +0 -14
- package/src/model/domain/CurrentFlow.ts +0 -14
- package/src/model/domain/Reactance.ts +0 -15
- package/src/model/domain/ReactancePerLength.ts +0 -14
- package/src/model/domain/ReactivePower.ts +0 -14
- package/src/model/domain/Resistance.ts +0 -14
- package/src/model/domain/ResistancePerLength.ts +0 -14
- package/src/model/domain/UnitMultiplier.ts +0 -13
- package/src/model/domain/UnitSymbol.ts +0 -30
- package/src/model/domain/Voltage.ts +0 -14
- package/src/model/equivalents/EquivalentBranch.ts +0 -203
- package/src/model/equivalents/EquivalentEquipment.ts +0 -8
- package/src/model/extensions/amprion/core/AMPRIONBay.ts +0 -106
- package/src/model/extensions/amprion/core/AMPRIONConnectivityNode.ts +0 -51
- package/src/model/extensions/amprion/model/AmprionModel.ts +0 -92
- package/src/model/extensions/amprion/project/AMPRIONConstructionProject.ts +0 -174
- package/src/model/extensions/amprion/project/AMPRIONConstructionProjectBundle.ts +0 -89
- package/src/model/extensions/amprion/project/AMPRIONConstructionProjectPlan.ts +0 -64
- package/src/model/extensions/amprion/project/AMPRIONErpProject.ts +0 -21
- package/src/model/extensions/amprion/project/AMPRIONErpProjectPhase.ts +0 -89
- package/src/model/extensions/amprion/project/AMPRIONErpProjectStructure.ts +0 -36
- package/src/model/extensions/amprion/project/AMPRIONProjectPriorityKind.ts +0 -5
- package/src/model/extensions/amprion/wires/AMPRIONSeriesCompensator.ts +0 -53
- package/src/model/extensions/enervance/assets/EVImportanceScore.ts +0 -58
- package/src/model/extensions/enervance/core/EVTerminal.ts +0 -63
- package/src/model/extensions/enervance/operations/EVTerminalAction.ts +0 -144
- package/src/model/extensions/neplan-westnetz/assets/WNFacility.ts +0 -121
- package/src/model/extensions/neplan-westnetz/core/WNConnectivityNode.ts +0 -344
- package/src/model/extensions/neplan-westnetz/core/WNFeeder.ts +0 -133
- package/src/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.ts +0 -113
- package/src/model/extensions/neplan-westnetz/operations/WNOutage.ts +0 -111
- package/src/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.ts +0 -451
- package/src/model/faults/EquipmentFault.ts +0 -9
- package/src/model/faults/Fault.ts +0 -41
- package/src/model/faults/LineFault.ts +0 -10
- package/src/model/generation/FossilFuel.ts +0 -53
- package/src/model/generation/FuelType.ts +0 -8
- package/src/model/generation/GeneratingUnit.ts +0 -157
- package/src/model/generation/GeneratorControlSource.ts +0 -6
- package/src/model/generation/HydroEnergyConversionKind.ts +0 -4
- package/src/model/generation/HydroGeneratingUnit.ts +0 -14
- package/src/model/generation/HydroPlantStorageKind.ts +0 -5
- package/src/model/generation/HydroPowerPlant.ts +0 -13
- package/src/model/generation/HydroPump.ts +0 -13
- package/src/model/generation/NuclearGeneratingUnit.ts +0 -8
- package/src/model/generation/SolarGeneratingUnit.ts +0 -8
- package/src/model/generation/ThermalGeneratingUnit.ts +0 -42
- package/src/model/generation/WindGenUnitKind.ts +0 -4
- package/src/model/generation/WindGeneratingUnit.ts +0 -84
- package/src/model/loadmodel/ConformLoad.ts +0 -34
- package/src/model/model/Model.ts +0 -1253
- package/src/model/operationallimits/CurrentLimit.ts +0 -92
- package/src/model/operationallimits/ENTSOEOperationalLimitType.ts +0 -5
- package/src/model/operationallimits/LimitTypeKind.ts +0 -9
- package/src/model/operationallimits/OperationalLimit.ts +0 -68
- package/src/model/operationallimits/OperationalLimitDirectionKind.ts +0 -5
- package/src/model/operationallimits/OperationalLimitSet.ts +0 -124
- package/src/model/operationallimits/OperationalLimitType.ts +0 -94
- package/src/model/operations/Outage.ts +0 -68
- package/src/model/operations/SwitchAction.ts +0 -121
- package/src/model/operations/SwitchActionKind.ts +0 -6
- package/src/model/operations/SwitchingAction.ts +0 -43
- package/src/model/operations/SwitchingPlan.ts +0 -141
- package/src/model/operations/UnplannedOutage.ts +0 -9
- package/src/model/statevariables/StateVariable.ts +0 -28
- package/src/model/statevariables/SvPowerFlow.ts +0 -75
- package/src/model/statevariables/SvStatus.ts +0 -51
- package/src/model/statevariables/SvTapStep.ts +0 -54
- package/src/model/statevariables/SvVoltage.ts +0 -74
- package/src/model/topology/TopologicalIsland.ts +0 -57
- package/src/model/topology/TopologicalNode.ts +0 -203
- package/src/model/wires/ACLineSegment.ts +0 -309
- package/src/model/wires/AsynchronousMachine.ts +0 -93
- package/src/model/wires/AsynchronousMachineKind.ts +0 -5
- package/src/model/wires/Breaker.ts +0 -82
- package/src/model/wires/BusbarSection.ts +0 -70
- package/src/model/wires/Clamp.ts +0 -33
- package/src/model/wires/CompositeSwitch.ts +0 -13
- package/src/model/wires/Conductor.ts +0 -55
- package/src/model/wires/Connector.ts +0 -16
- package/src/model/wires/Cut.ts +0 -7
- package/src/model/wires/Disconnector.ts +0 -120
- package/src/model/wires/EarthFaultCompensator.ts +0 -20
- package/src/model/wires/EnergyConsumer.ts +0 -255
- package/src/model/wires/EnergySource.ts +0 -337
- package/src/model/wires/ExternalNetworkInjection.ts +0 -276
- package/src/model/wires/Ground.ts +0 -40
- package/src/model/wires/GroundDisconnector.ts +0 -39
- package/src/model/wires/Jumper.ts +0 -8
- package/src/model/wires/Junction.ts +0 -57
- package/src/model/wires/Line.ts +0 -117
- package/src/model/wires/LoadBreakSwitch.ts +0 -107
- package/src/model/wires/PetersenCoilModeKind.ts +0 -5
- package/src/model/wires/Plant.ts +0 -12
- package/src/model/wires/PowerTransformer.ts +0 -231
- package/src/model/wires/PowerTransformerEnd.ts +0 -168
- package/src/model/wires/ProtectedSwitch.ts +0 -9
- package/src/model/wires/RatioTapChanger.ts +0 -96
- package/src/model/wires/RatioTapChangerTable.ts +0 -35
- package/src/model/wires/RatioTapChangerTablePoint.ts +0 -45
- package/src/model/wires/ReactiveCapabilityCurve.ts +0 -35
- package/src/model/wires/Recloser.ts +0 -32
- package/src/model/wires/RegulatingCondEq.ts +0 -67
- package/src/model/wires/RegulatingControl.ts +0 -217
- package/src/model/wires/RegulatingControlModeKind.ts +0 -11
- package/src/model/wires/RotatingMachine.ts +0 -172
- package/src/model/wires/SeriesCompensator.ts +0 -166
- package/src/model/wires/ShortCircuitRotorKind.ts +0 -6
- package/src/model/wires/Switch.ts +0 -230
- package/src/model/wires/SynchronousMachine.ts +0 -267
- package/src/model/wires/SynchronousMachineKind.ts +0 -9
- package/src/model/wires/SynchronousMachineOperatingMode.ts +0 -5
- package/src/model/wires/TapChanger.ts +0 -55
- package/src/model/wires/TapChangerControl.ts +0 -32
- package/src/model/wires/TapChangerTablePoint.ts +0 -41
- package/src/model/wires/TransformerControlMode.ts +0 -4
- package/src/model/wires/TransformerEnd.ts +0 -143
- package/src/model/wires/WindingConnection.ts +0 -9
- package/src/package.json +0 -16
- package/src/util/datatype-converter.ts +0 -48
- package/src/util/sparql/sparql-building-block.ts +0 -43
- package/src/util/sparql/sparql-utils.ts +0 -150
- package/src/util/util-create.ts +0 -148
- package/src/util/util-search.ts +0 -40
- package/src/util/util-topology.ts +0 -175
- package/src/util/utils.ts +0 -255
- package/src/util/xml/utils.parser.ts +0 -29
- package/src/util/xml/xml.parser.ts +0 -107
- package/src/util/xml/xml.serializer.ts +0 -245
- package/test/apache-jena-fuseki-interface/apache-jena-fuseki-neplan-1.tests.sp-ec.ts +0 -838
- package/test/apache-jena-fuseki-interface/apache-jena-fuseki-neplan-2.tests.sp-ec.ts +0 -216
- package/test/apache-jena-fuseki-interface/apache-jena-fuseki-neplan-katarina-ruhrau.tests.spec.ts +0 -223
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/LICENSE +0 -617
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/NOTICE +0 -216
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/README +0 -62
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-delete +0 -725
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-get +0 -725
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-head +0 -725
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-post +0 -725
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-put +0 -725
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-query +0 -725
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-update +0 -725
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-update-form +0 -725
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/soh +0 -725
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki +0 -512
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-backup +0 -34
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server +0 -95
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server.bat +0 -28
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server.jar +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki.service +0 -59
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki.war +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/config.ttl +0 -30
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/configuration/test.ttl +0 -50
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/shiro.ini +0 -38
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GOSP.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GOSP.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GPOS.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GPOS.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GSPO.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GSPO.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSP.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSP.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSPG.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSPG.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POS.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POS.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POSG.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POSG.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPO.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPO.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPOG.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPOG.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/journal.jrnl +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/node2id.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/node2id.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/nodes.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefix2id.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefix2id.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixIdx.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixIdx.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixes.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/tdb.cfg +0 -32
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-mem +0 -27
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-service +0 -23
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb +0 -31
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb-dir +0 -30
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb-mem +0 -30
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2 +0 -31
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2-dir +0 -30
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2-mem +0 -30
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/WEB-INF/web.xml +0 -332
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/admin-logs.html +0 -73
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-select.min.css +0 -7
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-theme.css.map +0 -1
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-theme.min.css +0 -7
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap.css.map +0 -1
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap.min.css +0 -7
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/codemirror.css +0 -301
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/codemirror.min.css +0 -1
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/font-awesome.min.css +0 -4
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/fui.css +0 -191
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.dataTables.css +0 -220
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-noscript.css +0 -22
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-ui-noscript.css +0 -17
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-ui.css +0 -57
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload.css +0 -36
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/pivot.min.css +0 -1
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/qonsole.css +0 -172
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/yasqe.min.css +0 -1
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/yasr.min.css +0 -1
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/dataset.html +0 -247
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/documentation.html +0 -83
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/FontAwesome.otf +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.eot +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.svg +0 -504
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.ttf +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.woff +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.eot +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.svg +0 -229
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.woff +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_enabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_enabled_hover.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/favicon.ico +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_enabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_enabled_hover.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/jena-logo-notext-small.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_asc.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_asc_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_both.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_desc.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_desc_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/wait30.gif +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/index.html +0 -101
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/dataset-controller.js +0 -69
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/index-controller.js +0 -50
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/manage-controller.js +0 -39
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/query-controller.js +0 -72
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/upload-controller.js +0 -42
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/validation-controller.js +0 -38
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/fui.js +0 -33
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.dataset.js +0 -31
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.index.js +0 -24
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.manage.js +0 -27
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.validation.js +0 -24
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/dataset-stats.js +0 -102
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/dataset.js +0 -262
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/fuseki-server.js +0 -180
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/task.js +0 -105
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/validation-options.js +0 -85
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/qonsole-config.js +0 -27
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/services/ping-service.js +0 -54
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/services/validation-service.js +0 -98
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-edit.tpl +0 -58
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-info.tpl +0 -40
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-management.tpl +0 -62
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-selection-list.tpl +0 -22
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-selector.tpl +0 -15
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-simple-create.tpl +0 -85
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-stats.tpl +0 -14
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/file-upload.tpl +0 -46
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/uploadable-file.tpl +0 -23
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/util/page-utils.js +0 -33
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-edit.js +0 -205
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-info.js +0 -76
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-management.js +0 -173
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-selection-list.js +0 -58
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-selector.js +0 -84
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-simple-create.js +0 -102
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-stats.js +0 -41
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/datasets-dropdown-list.js +0 -43
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/file-upload.js +0 -225
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/tabbed-view-manager.js +0 -63
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/uploadable-file.js +0 -39
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/validation-options.js +0 -54
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/common-config.js +0 -94
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/brace-fold.js +0 -105
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/comment-fold.js +0 -57
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/foldcode.js +0 -145
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/foldgutter.js +0 -134
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/xml-fold.js +0 -181
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone-min.js +0 -2
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone.js +0 -1581
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone.marionette.js +0 -2385
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/bootstrap-select.min.js +0 -8
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/bootstrap.min.js +0 -6
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/html5shiv.js +0 -8
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-1.10.2.js +0 -9789
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-1.10.2.min.js +0 -6
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-ui.min.js +0 -7
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.dataTables.min.js +0 -157
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.fileupload.js +0 -1426
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.fileupload.local.js +0 -1428
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.form.js +0 -1278
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.iframe-transport.js +0 -214
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.ui.widget.js +0 -530
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.xdomainrequest.js +0 -90
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/lib/codemirror.js +0 -7638
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/javascript/javascript.js +0 -683
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/sparql/sparql.js +0 -160
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/turtle/turtle.js +0 -160
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/xml/xml.js +0 -384
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.js +0 -1363
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.min.js +0 -2
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.min.js.map +0 -1
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/plugins/text.js +0 -386
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/qonsole.js +0 -577
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/refresh.sh +0 -21
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/require.js +0 -2076
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/require.min.js +0 -36
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/respond.min.js +0 -6
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/sprintf-0.7-beta1.js +0 -183
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/underscore.js +0 -1276
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasqe.min.js +0 -9
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasqe.min.js.map +0 -1
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasr.min.js +0 -8
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasr.min.js.map +0 -1
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/manage.html +0 -110
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/services.html +0 -76
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/test/test-fuseki-config.ttl +0 -27
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/validate.html +0 -147
- package/test/apache-jena-fuseki-interface/data/json/PersistData.json +0 -111
- package/test/apache-jena-fuseki-interface/data/xml/AssetHealthEvent.xml +0 -45
- package/test/apache-jena-fuseki-interface/data/xml/AssetOwner.xml +0 -11
- package/test/apache-jena-fuseki-interface/data/xml/Outages.xml +0 -69
- package/test/apache-jena-fuseki-interface/data/xml/PsrType.xml +0 -80
- package/test/apache-jena-fuseki-interface/data/xml/finnentrop/Finnentrop_Rootnet_Area 1_EQ_V1.xml +0 -20867
- package/test/apache-jena-fuseki-interface/data/xml/finnentrop/Finnentrop_Rootnet_Area 1_SSH_V1.xml +0 -3784
- package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_EQ_V1.xml +0 -15755
- package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_EQ_V1_feeder_ext.xml +0 -54
- package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_SSH_V1.xml +0 -2796
- package/test/apache-jena-fuseki-interface/data/xml/ruhrau-katharina/Ruhrau_Katharina_Rootnet_Area 1_EQ_V1.xml +0 -42569
- package/test/apache-jena-fuseki-interface/data/xml/ruhrau-katharina/Ruhrau_Katharina_Rootnet_Area 1_SSH_V1.xml +0 -10108
- package/test/apache-jena-fuseki-interface/data/xml/ruhrau-katharina/Ruhrau_Katharina_Rootnet_Area 1_SV_V1.xml +0 -6234
- package/test/apache-jena-fuseki-interface/data/xml-rdf-data.xml +0 -84
- package/test/cim-xml-rdf-parser/cim-xml-rdf-parser.tests.spec.ts +0 -23
- package/test/cim-xml-rdf-parser/data/rdfxml_serialisation.xml +0 -192
- package/test/integral7-converter/integral7-converter.tests.spec.ts +0 -195
- package/test/power-system-data-model-converter/data/fixed_feed_in_input.csv +0 -72
- package/test/power-system-data-model-converter/data/line_input.csv +0 -1910
- package/test/power-system-data-model-converter/data/line_type_input.csv +0 -5
- package/test/power-system-data-model-converter/data/load_input.csv +0 -1829
- package/test/power-system-data-model-converter/data/node_input.csv +0 -2835
- package/test/power-system-data-model-converter/data/time_series_mapping.csv +0 -878
- package/test/power-system-data-model-converter/data/transformer_2_w_input.csv +0 -1047
- package/test/power-system-data-model-converter/data/transformer_2_w_type_input.csv +0 -5
- package/test/power-system-data-model-converter/power-system-data-model-converter.tests.spec.ts +0 -310
- package/tsconfig.json +0 -24
- package/webpack.config.js +0 -24
|
@@ -1,683 +0,0 @@
|
|
|
1
|
-
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
|
2
|
-
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
|
3
|
-
|
|
4
|
-
// TODO actually recognize syntax of TypeScript constructs
|
|
5
|
-
|
|
6
|
-
(function(mod) {
|
|
7
|
-
if (typeof exports == "object" && typeof module == "object") // CommonJS
|
|
8
|
-
mod(require("../../lib/codemirror"));
|
|
9
|
-
else if (typeof define == "function" && define.amd) // AMD
|
|
10
|
-
define(["../../lib/codemirror"], mod);
|
|
11
|
-
else // Plain browser env
|
|
12
|
-
mod(CodeMirror);
|
|
13
|
-
})(function(CodeMirror) {
|
|
14
|
-
"use strict";
|
|
15
|
-
|
|
16
|
-
CodeMirror.defineMode("javascript", function(config, parserConfig) {
|
|
17
|
-
var indentUnit = config.indentUnit;
|
|
18
|
-
var statementIndent = parserConfig.statementIndent;
|
|
19
|
-
var jsonldMode = parserConfig.jsonld;
|
|
20
|
-
var jsonMode = parserConfig.json || jsonldMode;
|
|
21
|
-
var isTS = parserConfig.typescript;
|
|
22
|
-
|
|
23
|
-
// Tokenizer
|
|
24
|
-
|
|
25
|
-
var keywords = function(){
|
|
26
|
-
function kw(type) {return {type: type, style: "keyword"};}
|
|
27
|
-
var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c");
|
|
28
|
-
var operator = kw("operator"), atom = {type: "atom", style: "atom"};
|
|
29
|
-
|
|
30
|
-
var jsKeywords = {
|
|
31
|
-
"if": kw("if"), "while": A, "with": A, "else": B, "do": B, "try": B, "finally": B,
|
|
32
|
-
"return": C, "break": C, "continue": C, "new": C, "delete": C, "throw": C, "debugger": C,
|
|
33
|
-
"var": kw("var"), "const": kw("var"), "let": kw("var"),
|
|
34
|
-
"function": kw("function"), "catch": kw("catch"),
|
|
35
|
-
"for": kw("for"), "switch": kw("switch"), "case": kw("case"), "default": kw("default"),
|
|
36
|
-
"in": operator, "typeof": operator, "instanceof": operator,
|
|
37
|
-
"true": atom, "false": atom, "null": atom, "undefined": atom, "NaN": atom, "Infinity": atom,
|
|
38
|
-
"this": kw("this"), "module": kw("module"), "class": kw("class"), "super": kw("atom"),
|
|
39
|
-
"yield": C, "export": kw("export"), "import": kw("import"), "extends": C
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
// Extend the 'normal' keywords with the TypeScript language extensions
|
|
43
|
-
if (isTS) {
|
|
44
|
-
var type = {type: "variable", style: "variable-3"};
|
|
45
|
-
var tsKeywords = {
|
|
46
|
-
// object-like things
|
|
47
|
-
"interface": kw("interface"),
|
|
48
|
-
"extends": kw("extends"),
|
|
49
|
-
"constructor": kw("constructor"),
|
|
50
|
-
|
|
51
|
-
// scope modifiers
|
|
52
|
-
"public": kw("public"),
|
|
53
|
-
"private": kw("private"),
|
|
54
|
-
"protected": kw("protected"),
|
|
55
|
-
"static": kw("static"),
|
|
56
|
-
|
|
57
|
-
// types
|
|
58
|
-
"string": type, "number": type, "bool": type, "any": type
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
for (var attr in tsKeywords) {
|
|
62
|
-
jsKeywords[attr] = tsKeywords[attr];
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
return jsKeywords;
|
|
67
|
-
}();
|
|
68
|
-
|
|
69
|
-
var isOperatorChar = /[+\-*&%=<>!?|~^]/;
|
|
70
|
-
var isJsonldKeyword = /^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;
|
|
71
|
-
|
|
72
|
-
function readRegexp(stream) {
|
|
73
|
-
var escaped = false, next, inSet = false;
|
|
74
|
-
while ((next = stream.next()) != null) {
|
|
75
|
-
if (!escaped) {
|
|
76
|
-
if (next == "/" && !inSet) return;
|
|
77
|
-
if (next == "[") inSet = true;
|
|
78
|
-
else if (inSet && next == "]") inSet = false;
|
|
79
|
-
}
|
|
80
|
-
escaped = !escaped && next == "\\";
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
// Used as scratch variables to communicate multiple values without
|
|
85
|
-
// consing up tons of objects.
|
|
86
|
-
var type, content;
|
|
87
|
-
function ret(tp, style, cont) {
|
|
88
|
-
type = tp; content = cont;
|
|
89
|
-
return style;
|
|
90
|
-
}
|
|
91
|
-
function tokenBase(stream, state) {
|
|
92
|
-
var ch = stream.next();
|
|
93
|
-
if (ch == '"' || ch == "'") {
|
|
94
|
-
state.tokenize = tokenString(ch);
|
|
95
|
-
return state.tokenize(stream, state);
|
|
96
|
-
} else if (ch == "." && stream.match(/^\d+(?:[eE][+\-]?\d+)?/)) {
|
|
97
|
-
return ret("number", "number");
|
|
98
|
-
} else if (ch == "." && stream.match("..")) {
|
|
99
|
-
return ret("spread", "meta");
|
|
100
|
-
} else if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
|
|
101
|
-
return ret(ch);
|
|
102
|
-
} else if (ch == "=" && stream.eat(">")) {
|
|
103
|
-
return ret("=>", "operator");
|
|
104
|
-
} else if (ch == "0" && stream.eat(/x/i)) {
|
|
105
|
-
stream.eatWhile(/[\da-f]/i);
|
|
106
|
-
return ret("number", "number");
|
|
107
|
-
} else if (/\d/.test(ch)) {
|
|
108
|
-
stream.match(/^\d*(?:\.\d*)?(?:[eE][+\-]?\d+)?/);
|
|
109
|
-
return ret("number", "number");
|
|
110
|
-
} else if (ch == "/") {
|
|
111
|
-
if (stream.eat("*")) {
|
|
112
|
-
state.tokenize = tokenComment;
|
|
113
|
-
return tokenComment(stream, state);
|
|
114
|
-
} else if (stream.eat("/")) {
|
|
115
|
-
stream.skipToEnd();
|
|
116
|
-
return ret("comment", "comment");
|
|
117
|
-
} else if (state.lastType == "operator" || state.lastType == "keyword c" ||
|
|
118
|
-
state.lastType == "sof" || /^[\[{}\(,;:]$/.test(state.lastType)) {
|
|
119
|
-
readRegexp(stream);
|
|
120
|
-
stream.eatWhile(/[gimy]/); // 'y' is "sticky" option in Mozilla
|
|
121
|
-
return ret("regexp", "string-2");
|
|
122
|
-
} else {
|
|
123
|
-
stream.eatWhile(isOperatorChar);
|
|
124
|
-
return ret("operator", "operator", stream.current());
|
|
125
|
-
}
|
|
126
|
-
} else if (ch == "`") {
|
|
127
|
-
state.tokenize = tokenQuasi;
|
|
128
|
-
return tokenQuasi(stream, state);
|
|
129
|
-
} else if (ch == "#") {
|
|
130
|
-
stream.skipToEnd();
|
|
131
|
-
return ret("error", "error");
|
|
132
|
-
} else if (isOperatorChar.test(ch)) {
|
|
133
|
-
stream.eatWhile(isOperatorChar);
|
|
134
|
-
return ret("operator", "operator", stream.current());
|
|
135
|
-
} else {
|
|
136
|
-
stream.eatWhile(/[\w\$_]/);
|
|
137
|
-
var word = stream.current(), known = keywords.propertyIsEnumerable(word) && keywords[word];
|
|
138
|
-
return (known && state.lastType != ".") ? ret(known.type, known.style, word) :
|
|
139
|
-
ret("variable", "variable", word);
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
function tokenString(quote) {
|
|
144
|
-
return function(stream, state) {
|
|
145
|
-
var escaped = false, next;
|
|
146
|
-
if (jsonldMode && stream.peek() == "@" && stream.match(isJsonldKeyword)){
|
|
147
|
-
state.tokenize = tokenBase;
|
|
148
|
-
return ret("jsonld-keyword", "meta");
|
|
149
|
-
}
|
|
150
|
-
while ((next = stream.next()) != null) {
|
|
151
|
-
if (next == quote && !escaped) break;
|
|
152
|
-
escaped = !escaped && next == "\\";
|
|
153
|
-
}
|
|
154
|
-
if (!escaped) state.tokenize = tokenBase;
|
|
155
|
-
return ret("string", "string");
|
|
156
|
-
};
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
function tokenComment(stream, state) {
|
|
160
|
-
var maybeEnd = false, ch;
|
|
161
|
-
while (ch = stream.next()) {
|
|
162
|
-
if (ch == "/" && maybeEnd) {
|
|
163
|
-
state.tokenize = tokenBase;
|
|
164
|
-
break;
|
|
165
|
-
}
|
|
166
|
-
maybeEnd = (ch == "*");
|
|
167
|
-
}
|
|
168
|
-
return ret("comment", "comment");
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
function tokenQuasi(stream, state) {
|
|
172
|
-
var escaped = false, next;
|
|
173
|
-
while ((next = stream.next()) != null) {
|
|
174
|
-
if (!escaped && (next == "`" || next == "$" && stream.eat("{"))) {
|
|
175
|
-
state.tokenize = tokenBase;
|
|
176
|
-
break;
|
|
177
|
-
}
|
|
178
|
-
escaped = !escaped && next == "\\";
|
|
179
|
-
}
|
|
180
|
-
return ret("quasi", "string-2", stream.current());
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
var brackets = "([{}])";
|
|
184
|
-
// This is a crude lookahead trick to try and notice that we're
|
|
185
|
-
// parsing the argument patterns for a fat-arrow function before we
|
|
186
|
-
// actually hit the arrow token. It only works if the arrow is on
|
|
187
|
-
// the same line as the arguments and there's no strange noise
|
|
188
|
-
// (comments) in between. Fallback is to only notice when we hit the
|
|
189
|
-
// arrow, and not declare the arguments as locals for the arrow
|
|
190
|
-
// body.
|
|
191
|
-
function findFatArrow(stream, state) {
|
|
192
|
-
if (state.fatArrowAt) state.fatArrowAt = null;
|
|
193
|
-
var arrow = stream.string.indexOf("=>", stream.start);
|
|
194
|
-
if (arrow < 0) return;
|
|
195
|
-
|
|
196
|
-
var depth = 0, sawSomething = false;
|
|
197
|
-
for (var pos = arrow - 1; pos >= 0; --pos) {
|
|
198
|
-
var ch = stream.string.charAt(pos);
|
|
199
|
-
var bracket = brackets.indexOf(ch);
|
|
200
|
-
if (bracket >= 0 && bracket < 3) {
|
|
201
|
-
if (!depth) { ++pos; break; }
|
|
202
|
-
if (--depth == 0) break;
|
|
203
|
-
} else if (bracket >= 3 && bracket < 6) {
|
|
204
|
-
++depth;
|
|
205
|
-
} else if (/[$\w]/.test(ch)) {
|
|
206
|
-
sawSomething = true;
|
|
207
|
-
} else if (sawSomething && !depth) {
|
|
208
|
-
++pos;
|
|
209
|
-
break;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
if (sawSomething && !depth) state.fatArrowAt = pos;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
// Parser
|
|
216
|
-
|
|
217
|
-
var atomicTypes = {"atom": true, "number": true, "variable": true, "string": true, "regexp": true, "this": true, "jsonld-keyword": true};
|
|
218
|
-
|
|
219
|
-
function JSLexical(indented, column, type, align, prev, info) {
|
|
220
|
-
this.indented = indented;
|
|
221
|
-
this.column = column;
|
|
222
|
-
this.type = type;
|
|
223
|
-
this.prev = prev;
|
|
224
|
-
this.info = info;
|
|
225
|
-
if (align != null) this.align = align;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
function inScope(state, varname) {
|
|
229
|
-
for (var v = state.localVars; v; v = v.next)
|
|
230
|
-
if (v.name == varname) return true;
|
|
231
|
-
for (var cx = state.context; cx; cx = cx.prev) {
|
|
232
|
-
for (var v = cx.vars; v; v = v.next)
|
|
233
|
-
if (v.name == varname) return true;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
function parseJS(state, style, type, content, stream) {
|
|
238
|
-
var cc = state.cc;
|
|
239
|
-
// Communicate our context to the combinators.
|
|
240
|
-
// (Less wasteful than consing up a hundred closures on every call.)
|
|
241
|
-
cx.state = state; cx.stream = stream; cx.marked = null, cx.cc = cc; cx.style = style;
|
|
242
|
-
|
|
243
|
-
if (!state.lexical.hasOwnProperty("align"))
|
|
244
|
-
state.lexical.align = true;
|
|
245
|
-
|
|
246
|
-
while(true) {
|
|
247
|
-
var combinator = cc.length ? cc.pop() : jsonMode ? expression : statement;
|
|
248
|
-
if (combinator(type, content)) {
|
|
249
|
-
while(cc.length && cc[cc.length - 1].lex)
|
|
250
|
-
cc.pop()();
|
|
251
|
-
if (cx.marked) return cx.marked;
|
|
252
|
-
if (type == "variable" && inScope(state, content)) return "variable-2";
|
|
253
|
-
return style;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
// Combinator utils
|
|
259
|
-
|
|
260
|
-
var cx = {state: null, column: null, marked: null, cc: null};
|
|
261
|
-
function pass() {
|
|
262
|
-
for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
|
|
263
|
-
}
|
|
264
|
-
function cont() {
|
|
265
|
-
pass.apply(null, arguments);
|
|
266
|
-
return true;
|
|
267
|
-
}
|
|
268
|
-
function register(varname) {
|
|
269
|
-
function inList(list) {
|
|
270
|
-
for (var v = list; v; v = v.next)
|
|
271
|
-
if (v.name == varname) return true;
|
|
272
|
-
return false;
|
|
273
|
-
}
|
|
274
|
-
var state = cx.state;
|
|
275
|
-
if (state.context) {
|
|
276
|
-
cx.marked = "def";
|
|
277
|
-
if (inList(state.localVars)) return;
|
|
278
|
-
state.localVars = {name: varname, next: state.localVars};
|
|
279
|
-
} else {
|
|
280
|
-
if (inList(state.globalVars)) return;
|
|
281
|
-
if (parserConfig.globalVars)
|
|
282
|
-
state.globalVars = {name: varname, next: state.globalVars};
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
// Combinators
|
|
287
|
-
|
|
288
|
-
var defaultVars = {name: "this", next: {name: "arguments"}};
|
|
289
|
-
function pushcontext() {
|
|
290
|
-
cx.state.context = {prev: cx.state.context, vars: cx.state.localVars};
|
|
291
|
-
cx.state.localVars = defaultVars;
|
|
292
|
-
}
|
|
293
|
-
function popcontext() {
|
|
294
|
-
cx.state.localVars = cx.state.context.vars;
|
|
295
|
-
cx.state.context = cx.state.context.prev;
|
|
296
|
-
}
|
|
297
|
-
function pushlex(type, info) {
|
|
298
|
-
var result = function() {
|
|
299
|
-
var state = cx.state, indent = state.indented;
|
|
300
|
-
if (state.lexical.type == "stat") indent = state.lexical.indented;
|
|
301
|
-
state.lexical = new JSLexical(indent, cx.stream.column(), type, null, state.lexical, info);
|
|
302
|
-
};
|
|
303
|
-
result.lex = true;
|
|
304
|
-
return result;
|
|
305
|
-
}
|
|
306
|
-
function poplex() {
|
|
307
|
-
var state = cx.state;
|
|
308
|
-
if (state.lexical.prev) {
|
|
309
|
-
if (state.lexical.type == ")")
|
|
310
|
-
state.indented = state.lexical.indented;
|
|
311
|
-
state.lexical = state.lexical.prev;
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
poplex.lex = true;
|
|
315
|
-
|
|
316
|
-
function expect(wanted) {
|
|
317
|
-
function exp(type) {
|
|
318
|
-
if (type == wanted) return cont();
|
|
319
|
-
else if (wanted == ";") return pass();
|
|
320
|
-
else return cont(exp);
|
|
321
|
-
};
|
|
322
|
-
return exp;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
function statement(type, value) {
|
|
326
|
-
if (type == "var") return cont(pushlex("vardef", value.length), vardef, expect(";"), poplex);
|
|
327
|
-
if (type == "keyword a") return cont(pushlex("form"), expression, statement, poplex);
|
|
328
|
-
if (type == "keyword b") return cont(pushlex("form"), statement, poplex);
|
|
329
|
-
if (type == "{") return cont(pushlex("}"), block, poplex);
|
|
330
|
-
if (type == ";") return cont();
|
|
331
|
-
if (type == "if") {
|
|
332
|
-
if (cx.state.lexical.info == "else" && cx.state.cc[cx.state.cc.length - 1] == poplex)
|
|
333
|
-
cx.state.cc.pop()();
|
|
334
|
-
return cont(pushlex("form"), expression, statement, poplex, maybeelse);
|
|
335
|
-
}
|
|
336
|
-
if (type == "function") return cont(functiondef);
|
|
337
|
-
if (type == "for") return cont(pushlex("form"), forspec, statement, poplex);
|
|
338
|
-
if (type == "variable") return cont(pushlex("stat"), maybelabel);
|
|
339
|
-
if (type == "switch") return cont(pushlex("form"), expression, pushlex("}", "switch"), expect("{"),
|
|
340
|
-
block, poplex, poplex);
|
|
341
|
-
if (type == "case") return cont(expression, expect(":"));
|
|
342
|
-
if (type == "default") return cont(expect(":"));
|
|
343
|
-
if (type == "catch") return cont(pushlex("form"), pushcontext, expect("("), funarg, expect(")"),
|
|
344
|
-
statement, poplex, popcontext);
|
|
345
|
-
if (type == "module") return cont(pushlex("form"), pushcontext, afterModule, popcontext, poplex);
|
|
346
|
-
if (type == "class") return cont(pushlex("form"), className, poplex);
|
|
347
|
-
if (type == "export") return cont(pushlex("form"), afterExport, poplex);
|
|
348
|
-
if (type == "import") return cont(pushlex("form"), afterImport, poplex);
|
|
349
|
-
return pass(pushlex("stat"), expression, expect(";"), poplex);
|
|
350
|
-
}
|
|
351
|
-
function expression(type) {
|
|
352
|
-
return expressionInner(type, false);
|
|
353
|
-
}
|
|
354
|
-
function expressionNoComma(type) {
|
|
355
|
-
return expressionInner(type, true);
|
|
356
|
-
}
|
|
357
|
-
function expressionInner(type, noComma) {
|
|
358
|
-
if (cx.state.fatArrowAt == cx.stream.start) {
|
|
359
|
-
var body = noComma ? arrowBodyNoComma : arrowBody;
|
|
360
|
-
if (type == "(") return cont(pushcontext, pushlex(")"), commasep(pattern, ")"), poplex, expect("=>"), body, popcontext);
|
|
361
|
-
else if (type == "variable") return pass(pushcontext, pattern, expect("=>"), body, popcontext);
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
var maybeop = noComma ? maybeoperatorNoComma : maybeoperatorComma;
|
|
365
|
-
if (atomicTypes.hasOwnProperty(type)) return cont(maybeop);
|
|
366
|
-
if (type == "function") return cont(functiondef, maybeop);
|
|
367
|
-
if (type == "keyword c") return cont(noComma ? maybeexpressionNoComma : maybeexpression);
|
|
368
|
-
if (type == "(") return cont(pushlex(")"), maybeexpression, comprehension, expect(")"), poplex, maybeop);
|
|
369
|
-
if (type == "operator" || type == "spread") return cont(noComma ? expressionNoComma : expression);
|
|
370
|
-
if (type == "[") return cont(pushlex("]"), arrayLiteral, poplex, maybeop);
|
|
371
|
-
if (type == "{") return contCommasep(objprop, "}", null, maybeop);
|
|
372
|
-
if (type == "quasi") { return pass(quasi, maybeop); }
|
|
373
|
-
return cont();
|
|
374
|
-
}
|
|
375
|
-
function maybeexpression(type) {
|
|
376
|
-
if (type.match(/[;\}\)\],]/)) return pass();
|
|
377
|
-
return pass(expression);
|
|
378
|
-
}
|
|
379
|
-
function maybeexpressionNoComma(type) {
|
|
380
|
-
if (type.match(/[;\}\)\],]/)) return pass();
|
|
381
|
-
return pass(expressionNoComma);
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
function maybeoperatorComma(type, value) {
|
|
385
|
-
if (type == ",") return cont(expression);
|
|
386
|
-
return maybeoperatorNoComma(type, value, false);
|
|
387
|
-
}
|
|
388
|
-
function maybeoperatorNoComma(type, value, noComma) {
|
|
389
|
-
var me = noComma == false ? maybeoperatorComma : maybeoperatorNoComma;
|
|
390
|
-
var expr = noComma == false ? expression : expressionNoComma;
|
|
391
|
-
if (value == "=>") return cont(pushcontext, noComma ? arrowBodyNoComma : arrowBody, popcontext);
|
|
392
|
-
if (type == "operator") {
|
|
393
|
-
if (/\+\+|--/.test(value)) return cont(me);
|
|
394
|
-
if (value == "?") return cont(expression, expect(":"), expr);
|
|
395
|
-
return cont(expr);
|
|
396
|
-
}
|
|
397
|
-
if (type == "quasi") { return pass(quasi, me); }
|
|
398
|
-
if (type == ";") return;
|
|
399
|
-
if (type == "(") return contCommasep(expressionNoComma, ")", "call", me);
|
|
400
|
-
if (type == ".") return cont(property, me);
|
|
401
|
-
if (type == "[") return cont(pushlex("]"), maybeexpression, expect("]"), poplex, me);
|
|
402
|
-
}
|
|
403
|
-
function quasi(type, value) {
|
|
404
|
-
if (type != "quasi") return pass();
|
|
405
|
-
if (value.slice(value.length - 2) != "${") return cont(quasi);
|
|
406
|
-
return cont(expression, continueQuasi);
|
|
407
|
-
}
|
|
408
|
-
function continueQuasi(type) {
|
|
409
|
-
if (type == "}") {
|
|
410
|
-
cx.marked = "string-2";
|
|
411
|
-
cx.state.tokenize = tokenQuasi;
|
|
412
|
-
return cont(quasi);
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
function arrowBody(type) {
|
|
416
|
-
findFatArrow(cx.stream, cx.state);
|
|
417
|
-
if (type == "{") return pass(statement);
|
|
418
|
-
return pass(expression);
|
|
419
|
-
}
|
|
420
|
-
function arrowBodyNoComma(type) {
|
|
421
|
-
findFatArrow(cx.stream, cx.state);
|
|
422
|
-
if (type == "{") return pass(statement);
|
|
423
|
-
return pass(expressionNoComma);
|
|
424
|
-
}
|
|
425
|
-
function maybelabel(type) {
|
|
426
|
-
if (type == ":") return cont(poplex, statement);
|
|
427
|
-
return pass(maybeoperatorComma, expect(";"), poplex);
|
|
428
|
-
}
|
|
429
|
-
function property(type) {
|
|
430
|
-
if (type == "variable") {cx.marked = "property"; return cont();}
|
|
431
|
-
}
|
|
432
|
-
function objprop(type, value) {
|
|
433
|
-
if (type == "variable" || cx.style == "keyword") {
|
|
434
|
-
cx.marked = "property";
|
|
435
|
-
if (value == "get" || value == "set") return cont(getterSetter);
|
|
436
|
-
return cont(afterprop);
|
|
437
|
-
} else if (type == "number" || type == "string") {
|
|
438
|
-
cx.marked = jsonldMode ? "property" : (cx.style + " property");
|
|
439
|
-
return cont(afterprop);
|
|
440
|
-
} else if (type == "jsonld-keyword") {
|
|
441
|
-
return cont(afterprop);
|
|
442
|
-
} else if (type == "[") {
|
|
443
|
-
return cont(expression, expect("]"), afterprop);
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
function getterSetter(type) {
|
|
447
|
-
if (type != "variable") return pass(afterprop);
|
|
448
|
-
cx.marked = "property";
|
|
449
|
-
return cont(functiondef);
|
|
450
|
-
}
|
|
451
|
-
function afterprop(type) {
|
|
452
|
-
if (type == ":") return cont(expressionNoComma);
|
|
453
|
-
if (type == "(") return pass(functiondef);
|
|
454
|
-
}
|
|
455
|
-
function commasep(what, end) {
|
|
456
|
-
function proceed(type) {
|
|
457
|
-
if (type == ",") {
|
|
458
|
-
var lex = cx.state.lexical;
|
|
459
|
-
if (lex.info == "call") lex.pos = (lex.pos || 0) + 1;
|
|
460
|
-
return cont(what, proceed);
|
|
461
|
-
}
|
|
462
|
-
if (type == end) return cont();
|
|
463
|
-
return cont(expect(end));
|
|
464
|
-
}
|
|
465
|
-
return function(type) {
|
|
466
|
-
if (type == end) return cont();
|
|
467
|
-
return pass(what, proceed);
|
|
468
|
-
};
|
|
469
|
-
}
|
|
470
|
-
function contCommasep(what, end, info) {
|
|
471
|
-
for (var i = 3; i < arguments.length; i++)
|
|
472
|
-
cx.cc.push(arguments[i]);
|
|
473
|
-
return cont(pushlex(end, info), commasep(what, end), poplex);
|
|
474
|
-
}
|
|
475
|
-
function block(type) {
|
|
476
|
-
if (type == "}") return cont();
|
|
477
|
-
return pass(statement, block);
|
|
478
|
-
}
|
|
479
|
-
function maybetype(type) {
|
|
480
|
-
if (isTS && type == ":") return cont(typedef);
|
|
481
|
-
}
|
|
482
|
-
function typedef(type) {
|
|
483
|
-
if (type == "variable"){cx.marked = "variable-3"; return cont();}
|
|
484
|
-
}
|
|
485
|
-
function vardef() {
|
|
486
|
-
return pass(pattern, maybetype, maybeAssign, vardefCont);
|
|
487
|
-
}
|
|
488
|
-
function pattern(type, value) {
|
|
489
|
-
if (type == "variable") { register(value); return cont(); }
|
|
490
|
-
if (type == "[") return contCommasep(pattern, "]");
|
|
491
|
-
if (type == "{") return contCommasep(proppattern, "}");
|
|
492
|
-
}
|
|
493
|
-
function proppattern(type, value) {
|
|
494
|
-
if (type == "variable" && !cx.stream.match(/^\s*:/, false)) {
|
|
495
|
-
register(value);
|
|
496
|
-
return cont(maybeAssign);
|
|
497
|
-
}
|
|
498
|
-
if (type == "variable") cx.marked = "property";
|
|
499
|
-
return cont(expect(":"), pattern, maybeAssign);
|
|
500
|
-
}
|
|
501
|
-
function maybeAssign(_type, value) {
|
|
502
|
-
if (value == "=") return cont(expressionNoComma);
|
|
503
|
-
}
|
|
504
|
-
function vardefCont(type) {
|
|
505
|
-
if (type == ",") return cont(vardef);
|
|
506
|
-
}
|
|
507
|
-
function maybeelse(type, value) {
|
|
508
|
-
if (type == "keyword b" && value == "else") return cont(pushlex("form", "else"), statement, poplex);
|
|
509
|
-
}
|
|
510
|
-
function forspec(type) {
|
|
511
|
-
if (type == "(") return cont(pushlex(")"), forspec1, expect(")"), poplex);
|
|
512
|
-
}
|
|
513
|
-
function forspec1(type) {
|
|
514
|
-
if (type == "var") return cont(vardef, expect(";"), forspec2);
|
|
515
|
-
if (type == ";") return cont(forspec2);
|
|
516
|
-
if (type == "variable") return cont(formaybeinof);
|
|
517
|
-
return pass(expression, expect(";"), forspec2);
|
|
518
|
-
}
|
|
519
|
-
function formaybeinof(_type, value) {
|
|
520
|
-
if (value == "in" || value == "of") { cx.marked = "keyword"; return cont(expression); }
|
|
521
|
-
return cont(maybeoperatorComma, forspec2);
|
|
522
|
-
}
|
|
523
|
-
function forspec2(type, value) {
|
|
524
|
-
if (type == ";") return cont(forspec3);
|
|
525
|
-
if (value == "in" || value == "of") { cx.marked = "keyword"; return cont(expression); }
|
|
526
|
-
return pass(expression, expect(";"), forspec3);
|
|
527
|
-
}
|
|
528
|
-
function forspec3(type) {
|
|
529
|
-
if (type != ")") cont(expression);
|
|
530
|
-
}
|
|
531
|
-
function functiondef(type, value) {
|
|
532
|
-
if (value == "*") {cx.marked = "keyword"; return cont(functiondef);}
|
|
533
|
-
if (type == "variable") {register(value); return cont(functiondef);}
|
|
534
|
-
if (type == "(") return cont(pushcontext, pushlex(")"), commasep(funarg, ")"), poplex, statement, popcontext);
|
|
535
|
-
}
|
|
536
|
-
function funarg(type) {
|
|
537
|
-
if (type == "spread") return cont(funarg);
|
|
538
|
-
return pass(pattern, maybetype);
|
|
539
|
-
}
|
|
540
|
-
function className(type, value) {
|
|
541
|
-
if (type == "variable") {register(value); return cont(classNameAfter);}
|
|
542
|
-
}
|
|
543
|
-
function classNameAfter(type, value) {
|
|
544
|
-
if (value == "extends") return cont(expression, classNameAfter);
|
|
545
|
-
if (type == "{") return cont(pushlex("}"), classBody, poplex);
|
|
546
|
-
}
|
|
547
|
-
function classBody(type, value) {
|
|
548
|
-
if (type == "variable" || cx.style == "keyword") {
|
|
549
|
-
cx.marked = "property";
|
|
550
|
-
if (value == "get" || value == "set") return cont(classGetterSetter, functiondef, classBody);
|
|
551
|
-
return cont(functiondef, classBody);
|
|
552
|
-
}
|
|
553
|
-
if (value == "*") {
|
|
554
|
-
cx.marked = "keyword";
|
|
555
|
-
return cont(classBody);
|
|
556
|
-
}
|
|
557
|
-
if (type == ";") return cont(classBody);
|
|
558
|
-
if (type == "}") return cont();
|
|
559
|
-
}
|
|
560
|
-
function classGetterSetter(type) {
|
|
561
|
-
if (type != "variable") return pass();
|
|
562
|
-
cx.marked = "property";
|
|
563
|
-
return cont();
|
|
564
|
-
}
|
|
565
|
-
function afterModule(type, value) {
|
|
566
|
-
if (type == "string") return cont(statement);
|
|
567
|
-
if (type == "variable") { register(value); return cont(maybeFrom); }
|
|
568
|
-
}
|
|
569
|
-
function afterExport(_type, value) {
|
|
570
|
-
if (value == "*") { cx.marked = "keyword"; return cont(maybeFrom, expect(";")); }
|
|
571
|
-
if (value == "default") { cx.marked = "keyword"; return cont(expression, expect(";")); }
|
|
572
|
-
return pass(statement);
|
|
573
|
-
}
|
|
574
|
-
function afterImport(type) {
|
|
575
|
-
if (type == "string") return cont();
|
|
576
|
-
return pass(importSpec, maybeFrom);
|
|
577
|
-
}
|
|
578
|
-
function importSpec(type, value) {
|
|
579
|
-
if (type == "{") return contCommasep(importSpec, "}");
|
|
580
|
-
if (type == "variable") register(value);
|
|
581
|
-
return cont();
|
|
582
|
-
}
|
|
583
|
-
function maybeFrom(_type, value) {
|
|
584
|
-
if (value == "from") { cx.marked = "keyword"; return cont(expression); }
|
|
585
|
-
}
|
|
586
|
-
function arrayLiteral(type) {
|
|
587
|
-
if (type == "]") return cont();
|
|
588
|
-
return pass(expressionNoComma, maybeArrayComprehension);
|
|
589
|
-
}
|
|
590
|
-
function maybeArrayComprehension(type) {
|
|
591
|
-
if (type == "for") return pass(comprehension, expect("]"));
|
|
592
|
-
if (type == ",") return cont(commasep(expressionNoComma, "]"));
|
|
593
|
-
return pass(commasep(expressionNoComma, "]"));
|
|
594
|
-
}
|
|
595
|
-
function comprehension(type) {
|
|
596
|
-
if (type == "for") return cont(forspec, comprehension);
|
|
597
|
-
if (type == "if") return cont(expression, comprehension);
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
// Interface
|
|
601
|
-
|
|
602
|
-
return {
|
|
603
|
-
startState: function(basecolumn) {
|
|
604
|
-
var state = {
|
|
605
|
-
tokenize: tokenBase,
|
|
606
|
-
lastType: "sof",
|
|
607
|
-
cc: [],
|
|
608
|
-
lexical: new JSLexical((basecolumn || 0) - indentUnit, 0, "block", false),
|
|
609
|
-
localVars: parserConfig.localVars,
|
|
610
|
-
context: parserConfig.localVars && {vars: parserConfig.localVars},
|
|
611
|
-
indented: 0
|
|
612
|
-
};
|
|
613
|
-
if (parserConfig.globalVars && typeof parserConfig.globalVars == "object")
|
|
614
|
-
state.globalVars = parserConfig.globalVars;
|
|
615
|
-
return state;
|
|
616
|
-
},
|
|
617
|
-
|
|
618
|
-
token: function(stream, state) {
|
|
619
|
-
if (stream.sol()) {
|
|
620
|
-
if (!state.lexical.hasOwnProperty("align"))
|
|
621
|
-
state.lexical.align = false;
|
|
622
|
-
state.indented = stream.indentation();
|
|
623
|
-
findFatArrow(stream, state);
|
|
624
|
-
}
|
|
625
|
-
if (state.tokenize != tokenComment && stream.eatSpace()) return null;
|
|
626
|
-
var style = state.tokenize(stream, state);
|
|
627
|
-
if (type == "comment") return style;
|
|
628
|
-
state.lastType = type == "operator" && (content == "++" || content == "--") ? "incdec" : type;
|
|
629
|
-
return parseJS(state, style, type, content, stream);
|
|
630
|
-
},
|
|
631
|
-
|
|
632
|
-
indent: function(state, textAfter) {
|
|
633
|
-
if (state.tokenize == tokenComment) return CodeMirror.Pass;
|
|
634
|
-
if (state.tokenize != tokenBase) return 0;
|
|
635
|
-
var firstChar = textAfter && textAfter.charAt(0), lexical = state.lexical;
|
|
636
|
-
// Kludge to prevent 'maybelse' from blocking lexical scope pops
|
|
637
|
-
if (!/^\s*else\b/.test(textAfter)) for (var i = state.cc.length - 1; i >= 0; --i) {
|
|
638
|
-
var c = state.cc[i];
|
|
639
|
-
if (c == poplex) lexical = lexical.prev;
|
|
640
|
-
else if (c != maybeelse) break;
|
|
641
|
-
}
|
|
642
|
-
if (lexical.type == "stat" && firstChar == "}") lexical = lexical.prev;
|
|
643
|
-
if (statementIndent && lexical.type == ")" && lexical.prev.type == "stat")
|
|
644
|
-
lexical = lexical.prev;
|
|
645
|
-
var type = lexical.type, closing = firstChar == type;
|
|
646
|
-
|
|
647
|
-
if (type == "vardef") return lexical.indented + (state.lastType == "operator" || state.lastType == "," ? lexical.info + 1 : 0);
|
|
648
|
-
else if (type == "form" && firstChar == "{") return lexical.indented;
|
|
649
|
-
else if (type == "form") return lexical.indented + indentUnit;
|
|
650
|
-
else if (type == "stat")
|
|
651
|
-
return lexical.indented + (state.lastType == "operator" || state.lastType == "," ? statementIndent || indentUnit : 0);
|
|
652
|
-
else if (lexical.info == "switch" && !closing && parserConfig.doubleIndentSwitch != false)
|
|
653
|
-
return lexical.indented + (/^(?:case|default)\b/.test(textAfter) ? indentUnit : 2 * indentUnit);
|
|
654
|
-
else if (lexical.align) return lexical.column + (closing ? 0 : 1);
|
|
655
|
-
else return lexical.indented + (closing ? 0 : indentUnit);
|
|
656
|
-
},
|
|
657
|
-
|
|
658
|
-
electricChars: ":{}",
|
|
659
|
-
blockCommentStart: jsonMode ? null : "/*",
|
|
660
|
-
blockCommentEnd: jsonMode ? null : "*/",
|
|
661
|
-
lineComment: jsonMode ? null : "//",
|
|
662
|
-
fold: "brace",
|
|
663
|
-
|
|
664
|
-
helperType: jsonMode ? "json" : "javascript",
|
|
665
|
-
jsonldMode: jsonldMode,
|
|
666
|
-
jsonMode: jsonMode
|
|
667
|
-
};
|
|
668
|
-
});
|
|
669
|
-
|
|
670
|
-
CodeMirror.registerHelper("wordChars", "javascript", /[\\w$]/);
|
|
671
|
-
|
|
672
|
-
CodeMirror.defineMIME("text/javascript", "javascript");
|
|
673
|
-
CodeMirror.defineMIME("text/ecmascript", "javascript");
|
|
674
|
-
CodeMirror.defineMIME("application/javascript", "javascript");
|
|
675
|
-
CodeMirror.defineMIME("application/x-javascript", "javascript");
|
|
676
|
-
CodeMirror.defineMIME("application/ecmascript", "javascript");
|
|
677
|
-
CodeMirror.defineMIME("application/json", {name: "javascript", json: true});
|
|
678
|
-
CodeMirror.defineMIME("application/x-json", {name: "javascript", json: true});
|
|
679
|
-
CodeMirror.defineMIME("application/ld+json", {name: "javascript", jsonld: true});
|
|
680
|
-
CodeMirror.defineMIME("text/typescript", { name: "javascript", typescript: true });
|
|
681
|
-
CodeMirror.defineMIME("application/typescript", { name: "javascript", typescript: true });
|
|
682
|
-
|
|
683
|
-
});
|