Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@daytona/lds-parser

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daytona/lds-parser

Parse LDS structure and return indexable object

npmnpm
Version
0.3.0
Version published
Weekly downloads
204
257.89%
Maintainers
1
Weekly downloads
 
Created
Source

LDS - Parser

This package parses all files in a LDS project and creates a LDS Object, with additional data, and sets the content of components into namespaces.

for instance:

{ components: [ { id: '/components/name', path: '[DIR_ON_SERVER]/components/name', name: name, partialName: 'component:name' info: [content of readme.md], template: [content of readme.hbs], example: [content of example.hbs], data: {[JSONDATA from default.json]}, styles: [content of index.css], script: content of index.js], config: {[JSONDATA from config.json]}, screen: false, category: 'component', group: 'components', children: false, templates: [Array of all template files in folder], isLDSObject: true, dependentBy: [{Components which this component is dependent of},{},{}], dependencyTo: [{Components, which are dependent of this component}], code: { styles: "Rendered index.css in PrismJS", script: "Rendered index.js in PrismJS", template: "Rendered index.hbs in PrismJS" } }, ... ], ... }

FAQs

Package last updated on 07 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts