aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.08k stars 482 forks source link

Questions about the use of JS editor #515

Open Summer-DM opened 4 years ago

Summer-DM commented 4 years ago

There are two questions: The first one: In the parsing of JS, I found that there are two modes, strict mode and non-strict mode. So, I want to ask you, what is the difference between these two modes? Second: When parsing JS, are all tokens parsed by reading files or are they defined separately?

Hope you answer it, thank you very much!