Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Add basic instructions to setup a Rome project #55

Merged
merged 1 commit into from
Feb 27, 2020

Conversation

sebmck
Copy link
Contributor

@sebmck sebmck commented Feb 27, 2020

No description provided.


The daemon allows Rome to maintain long lived memory caches which can drastically speed up operations. We intend to utilize this server for any LSP integration.

When the CLI is ran without a running server, then we initialize a server inside the CLI process that's only used for the lifetime of the command.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When the CLI is ran without a running server, then we initialize a server inside the CLI process that's only used for the lifetime of the command.
When the CLI is run without a server running, we initialize a server inside the CLI process that's only used for the lifetime of the command.


This command will lint a file with a set of default lints and display the produced diagnostics.

When ran with no arguments, all JavaScript files in a project are linted.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When ran with no arguments, all JavaScript files in a project are linted.
When run with no arguments, all JavaScript files in a project are linted.


### `compile`

This command will compile a file with a set of default transforms. There is currently no options for this command to specify a subset of transforms.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This command will compile a file with a set of default transforms. There is currently no options for this command to specify a subset of transforms.
This command will compile a file with a set of default transforms. There are currently no options for this command to specify a subset of transforms.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants