js-map-parser icon indicating copy to clipboard operation
js-map-parser copied to clipboard

Extension for Visual Studio to improve JS support

Results 13 js-map-parser issues
Sort by recently updated
recently updated
newest added

i get an error in vs 2015 with the map parser with "=>" in my code in ecma6 javascript

enhancement

Hello, JS Map Parser reports an error on a Promise related syntax. For example, this code (coming from a [TinyMCE example](https://www.tiny.cloud/docs/tinymce/6/webcomponent-ref/)) raises the error **"Unexpected token >"** on the first...

Unable to remove this plugin in Notepad++ version 7.7.1 Also shows error when using =>

invalid

For exemple: `Game.controls.add = function( ctrl = {} ){ ... }` > Line N: Unexpected token = Then it does not structure my statements.

var array = [0,1,2]; Math.min(...array); Math.max(...array); Error: "Unexpected token ." https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/min

for example: var varkey = "mykey"; var myobj = {[varkey]:"myvalue"} this is parsed as an error (unexpected token "["), but is valid javascript

Hello! The plugin swears on a binary number (for example: 0b01010111). Error: Unexpected token ILLEGAL. Thanks!

Can you please look into enabling this plug-in for VS2017?

enhancement

Hello, This is not an issue but more of a request or question. I have many unnamed functions which use "apply"... ``` this.Name = this.Name || { } ; (...

question

Hi, I was using js-map-parser with my sharepoint solution and when I edit a Sharepoint workflow file (xaml) in a string field it crashes my VS 2015. Can you fix...