Open
Conversation
Revise link to contact us (no more support@splunk.com).
Update contact us information (no more support@splunk.com). Addresses SCP-16043
Support portal link
Fix links to contribution guidelines.
Revise link to contact us (no more support@splunk.com).
Fix links to contribution guidelines.
Pking scp 16043
Pking dvpl 7677
- Typescript installation snippet - Typescript Service snippet - Recommended tsconfig.json example - Typescript /dist description - Typescript Link
…ascript into origin/develop
Author
|
What do i have to do to replicate the CI test? It really seems like the issue is mostly related to all the ES5-compatible exporting that you have to do in order to get Typescript to recognize the classes we're exporting (the And then, when running Not really sure how to make the CI build succeed if I can't troubleshoot locally... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR serves to give basic support for Typescript to the SDK based off of the JSDoc spec, as well as suggesting configurations for devs looking to port their modules and code to Typescript.
Purpose
This PR is meant to assist with Typescript libraries looking to implement the SDK. This will further enable and widen the Splunk Dev community, as well as allow people to better understand the inner workings of the library.
Additions and Changes
.gitignore.vscode/folder ignore for developmentREADME.md/disttsconfig.jsonpackage.jsontypeskey to tell Typescript where the Typescript files are supposed to be read fromtslint.json