jsconfig

package
v0.84.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2021 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder struct {
	// contains filtered or unexported fields
}

Builder builds a jsconfig.json file that, currently, is used only to assist intellinsense in editors.

func NewBuilder

func NewBuilder() *Builder

NewBuilder creates a new Builder.

func (*Builder) AddSourceRoot

func (b *Builder) AddSourceRoot(root string)

AddSourceRoot adds a new source root. This method is thread safe.

func (*Builder) Build

func (b *Builder) Build(dir string) *Config

Build builds a new Config with paths relative to dir. This method is thread safe.

type CompilerOptions

type CompilerOptions struct {
	BaseURL string              `json:"baseUrl"`
	Paths   map[string][]string `json:"paths"`
}

CompilerOptions holds compilerOptions for jsonconfig.json.

type Config

type Config struct {
	CompilerOptions CompilerOptions `json:"compilerOptions"`
}

Config holds the data for jsconfig.json.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL