Skip to content

TSConfig Italian Translation: added some files #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 5, 2021

Conversation

fegerar
Copy link
Contributor

@fegerar fegerar commented Feb 5, 2021

Files:

  • noEmit.md
  • outFile.md
  • plugins.md

@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2021

Thanks for the PR!

This section of the codebase is owned by @Nabster101, @DeltaPy, and @PyGera - if they write a comment saying "LGTM" then it will be merged.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2021

Translation of noEmit.md

display: "Does not generate"

oneline: "Does not generate files from a build"

The compiler does not generate output files such as JavaScript code, source maps, or declarations.

This makes room for other tools such as Babel Or Swc to manage the conversion of a typescript file to a file that can run in a javascript environment

You can use TypeScript as a tool that gives you editor integration and typed source code.

Translation of outFile.md

display: "Output file"

oneline: "Create a single .js file that contains all linked files"

if specified all files Global (not modules) will be concatenated into a single specified output file.

If module Is system Or amd, all files Module\r will be chained in this file after all the global content.

Note: outFile can't be unless module Is None, SystemOr AMD.
this option can't be used in conjunction with CommonJS or ES6 modules.

Translation of plugins.md

display: "Plugins"

oneline: "The list of plugins included in the code"

A list of language service plugins to run within the editor.

Language service plugins are a way to give more information to the user about existing TypeScript files. They can take advantage of TypeScript and editor messages to create their own errors.

For example:

VS Code has the ability thanks to the extensions of automatically include language service plugins, so chances are you're already running some in your editor without needing to define them in the tsconfig.json.

Generated by 🚫 dangerJS against 8b12c5c

@fegerar
Copy link
Contributor Author

fegerar commented Feb 5, 2021

LGTM

@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2021

Merging because @PyGera is a code-owner of all the changes - thanks!

@github-actions github-actions bot merged commit 53c3564 into microsoft:main Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant