Function.extractParams is deprecated.
See original GitHub issueI got this from my ink development package. There are also some warnings regarding the use of some css classes.
==== AUTO GENERATED TEXT ====== Assigning custom properties to a marker when creating/copying it is deprecated. Please, consider storing the custom properties you need in some other object in your package, keyed by the marker’s id property.
Function.extractParams (/usr/share/atom/resources/app.asar/node_modules/text-buffer/lib/marker.js:43:14)
MarkerLayer.markRange (/usr/share/atom/resources/app.asar/node_modules/text-buffer/lib/marker-layer.js:196:71)
DisplayMarkerLayer.markBufferRange (/usr/share/atom/resources/app.asar/node_modules/text-buffer/lib/display-marker-layer.js:90:62)
TextEditor.markBufferRange (/usr/share/atom/resources/app.asar/src/text-editor.js:1577:38)
Result.initMarker (/home/camilo/Proyectos/atom-ink/lib/editor/result.coffee:133:33)
new Result (/home/camilo/Proyectos/atom-ink/lib/editor/result.coffee:47:12)
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Function.extractParams is deprecated. · Issue #990 ... - GitHub
Assigning custom properties to a marker when creating/copying it is deprecated. Please, consider storing the custom properties you need in some other object ......
Read more >Developers - Function.extractParams is deprecated. - - Bountysource
Assigning custom properties to a marker when creating/copying it is deprecated. Please, consider storing the custom properties you need in
Read more >JSDoc @param together with @deprecated - Stack Overflow
I have a JavaScript function getting some parameters including ...
Read more >ExtractVariables policy | Apigee Edge
The ExtractVariables policy extracts content from a request or response and sets the value of a variable ... This attribute is deprecated.
Read more >ExtractVariables policy | Apigee X - Google Cloud
While you often use ExtractVariables to extract information from a request or response message, you can also use it to ... This attribute...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I got this from atom 1.34, ink 0.9.14.
Deprecated calls: Assigning custom properties to a marker when creating/copying it is deprecated. Please, consider storing the custom properties you need in some other object in your package, keyed by the marker’s id property. Report Issue Function.extractParams - <embedded>:14:61659 MarkerLayer.markRange - <embedded>:14:72468 DisplayMarkerLayer.markBufferRange - <embedded>:14:1096987 TextEditor.markBufferRange - <embedded>:11:28288 InlineDoc.initMarker - /home/ft/.atom/packages/ink/lib/editor/docs.coffee:45:33 new InlineDoc - /home/ft/.atom/packages/ink/lib/editor/docs.coffee:15:12
@pfitzseb , seems to still be an issue. Have you considered reopening?