1.1.32 • Published 4 years ago
sr_vscode_common v1.1.32
vscode common functions
editor functions
- editor_selectionLine( editor?: vscode.TextEditor ) : vscode.TextLine
trackRange
- iTrackRangeItem interface
- trackRangeArray_push
- trackRangeArray_applyDocumentChange
text functions
- iDocumentLineXref[] = text_toLineXref( text, eol )
- iDocumentLineXref = lineXref_findTextIndex( iDocumentLineXref[], index )
textLine functions
- textLine_declareFunctionName( line?: vscode.TextLine ) : string
sql text functions
- {objectType, objectName} = sqlText_createObjectName( sqlText )
parse javascript statement functions
- {objectName, funcName, protoName, isAsync } = javascript_declareFunctionName( lineText: string)
- { interfaceName } = javascript_declareInterfaceName( text: string )
- { className } = javascript_declareClassName( text: string )
- { methodName } = javascript_declareClassMethodName( text: string )
parse json functions
- {root, lineXref} = editJson_parse( text )
- vlu = jsonArray_toVlu( iJsonArray )
- vlu = jsonObject_toVlu( iJsonObject )
- vlu = jsonItem_toVlu( iJsonItem )
- vlu = jsonScalar_toVlu( iJsonScalar )
parse json interfaces
- iJsonParseResults
- iJsonArray
- iJsonItem
- iJsonObject
- iJsonObjectProperty
- iJsonScalar
serverUrl functions
- serverUrl = await rock_getServerUrl( )
- connectSettings = await rock_getConnectSettings( )
publish instructions
- increment version number in package.json
- make sure any new functions are imported and exported in index.ts
- npm run build
- npm run test
- git add, commit, push to repo
- npm publish
- npm update in projects which use this package
1.1.32
4 years ago
1.1.30
5 years ago
1.1.31
5 years ago
1.1.29
5 years ago
1.1.28
5 years ago
1.1.27
5 years ago
1.1.26
5 years ago
1.1.25
5 years ago
1.1.23
5 years ago
1.1.22
5 years ago
1.1.21
5 years ago
1.1.20
5 years ago
1.1.19
5 years ago
1.1.18
5 years ago
1.1.17
5 years ago
1.1.16
5 years ago
1.1.15
5 years ago
1.1.14
5 years ago
1.1.13
5 years ago
1.1.12
5 years ago
1.1.11
5 years ago
1.1.10
5 years ago
1.1.9
5 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.5
5 years ago
1.1.4
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago