-
Notifications
You must be signed in to change notification settings - Fork 33
Remove Relative Path Imports #963
Copy link
Copy link
Open
Labels
buildIssues related to building of the codeIssues related to building of the codecode qualityIssues related to code qualityIssues related to code qualitydata editorIssues related to the Data Editor capabilityIssues related to the Data Editor capabilitydebuggerIssues related to the DFDL debugger capabilityIssues related to the DFDL debugger capabilityenhancementNew feature or requestNew feature or requestextensionIssues releated to the VSCode ExtensionIssues releated to the VSCode Extensiontypescript
Milestone
Metadata
Metadata
Assignees
Labels
buildIssues related to building of the codeIssues related to building of the codecode qualityIssues related to code qualityIssues related to code qualitydata editorIssues related to the Data Editor capabilityIssues related to the Data Editor capabilitydebuggerIssues related to the DFDL debugger capabilityIssues related to the DFDL debugger capabilityenhancementNew feature or requestNew feature or requestextensionIssues releated to the VSCode ExtensionIssues releated to the VSCode Extensiontypescript
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
I believe the import paths should be aliased now that more components for the extension are communicating with one another i.e, the Data Editor and DFDL Runtime interaction.
I have a working example for the data editor extension that allows importing subdirectories within the data editor source as:
import * as clientPanel from '@dataEditor/panel'orimport { activate } from '@dataEditor/activation'. The most beneficial would be the components that utilize theMessageCommandfrom the data editor extension side.