通过添加 Build System 的方式来使 Sublime Text 3 运行 JS、ES6:

参考文章:如何优雅地使用Sublime Text3

参考书目:《ES6标准入门》阮一峰

摘抄:

  1. 下载安装配置 NodeJS
  2. 在 Sublime 选择 Tools->Build System->New Build System...
  3. 编辑,命名(如 Node.sublime-build)并保存,位置默认
    {
    "cmd": [
    "node",
    "--use-strict",
    "--harmony",
    "$file"
    ],
    "selector": "source.js"
    }
  4. 在 Sublime 中选择 Tools->Build System->Node,编写完JS文件后保存 Ctrl + B 即可。
  5. 遇到类似于 SyntaxError: Unexpected token import 的错误,可以使用阮一峰老师写的 ES-Checker 模块检查运行环境对ES6的支持情况,如:
    C:\Users\Username>es-checker
    
    ECMAScript  Feature Detection (v1.3.0)
    
    Variables
    √ let and const
    √ TDZ error for too-early access of let or const declarations
    √ Redefinition of const declarations not allowed
    × destructuring assignments/declarations for arrays and objects
    × ... operator Data Types
    √ For...0f loop
    √ Map, Set, WeakMap, WeakSet
    √ Symbol
    √ Symbols cannot be implicitly coerced Number
    √ Octal (e.g. 0o1 ) and binary (e.g. 0b10 ) literal forms
    √ Old octal literal invalid now (e.g. )
    √ Static functions added to Math (e.g. Math.hypot(), Math.acosh(), Math.imul() )
    √ Static functions added to Number (Number.isNaN(), Number.isInteger() ) String
    √ Methods added to String.prototype (String.prototype.includes(), String.prototype.repeat() )
    √ Unicode code-point escape form in string literals (e.g. \u{20BB7} )
    √ Unicode code-point escape form in identifier names (e.g. var \u{20BB7} = ; )
    × Unicode code-point escape form in regular expressions (e.g. var regexp = /\u{20BB7}/u; )
    × y flag for sticky regular expressions (e.g. /b/y )
    √ Template String Literals Function
    √ arrow function
    × default function parameter values
    × destructuring for function parameters
    × Inferences for function name property for anonymous functions
    × Tail-call optimization for function calls and recursion Array
    × Methods added to Array.prototype ([].fill(), [].find(), [].findIndex(), [].entries(), [].keys(), [].values() )
    √ Static functions added to Array (Array.from(), Array.of() )
    √ TypedArrays like Uint8Array, ArrayBuffer, Int8Array(), Int32Array(), Float64Array()
    √ Some Array methods (e.g. Int8Array.prototype.slice(), Int8Array.prototype.join(), Int8Array.prototype.forEach() ) added to the TypedArray prototypes
    × Some Array statics (e.g. Uint32Array.from(), Uint32Array.of() ) added to the TypedArray constructors Object
    √ __proto__ in object literal definition sets [[Prototype]] link
    × Static functions added to Object (Object.getOwnSymbolNames(), Object.assign() )
    √ Object Literal Computed Property
    √ Object Literal Property Shorthands
    × Proxies
    × Reflect Generator and Promise
    √ Generator function
    √ Promises Class
    √ Class
    √ super allowed in object methods
    √ class ABC extends Array { .. } Module
    × Module export command
    × Module import command =========================================
    Passes feature Dectations
    Your runtime supports % of ECMAScript
    =========================================

Sublime相关的更多相关文章

  1. sublime 相关配置

    安转插件:案例格式化HTML代码,需要安装插件,具体安装步骤如下: 1.打开菜单->首选项->插件控制,输入 install package 2.等待程序进入插件管理功能,再输入插件名称: ...

  2. sublime相关设置

    1.设置Sublime Text新标签页打开文件 "open_files_in_new_window": false,

  3. sublime相关资源

    Sublime Text 全程指南 http://zh.lucida.me/blog/sublime-text-complete-guide/ Sublime官网Package安装 https://p ...

  4. Mac Sublime 相关资源

    MAC上安装并破解最新SublimeText3103版本 http://blog.csdn.net/yanzi1225627/article/details/50703942 Mac版的Sublime ...

  5. ubuntu中下载sublime相关问题

    1.SublimeText3的安装 在网上搜索了一些ubuntu下关于sublime-text-3安装的方法,在这里针对自己尝试的情况进行反馈: 方法一(未成功): 在终端输入以下代码: sudo a ...

  6. sublime相关小技巧

    1.快速建立一个新文件:Ctrl+n 2.修改多个相同符号:Ctrl+D 3.建立语言后缀的文件保存,例如我想创建PHP的语言脚本,先按Ctrl+Shift+p,打开Command Palette,输 ...

  7. sublime 相关配置和快捷键

    1.安装package control  点击sublime的菜单栏 view->show console :现在打开了控制台, 这个控制台有上下两栏, 上面一栏会实时显示sublime执行了什 ...

  8. sublime相关操作

    装插件 1,安装过Package Control ctrl + shift + p 输入install package 选择 Package Control: Install Package 搜索自己 ...

  9. Sublime中开发Ruby

    Ruby:Sublime中开发Ruby需要注意的Encoding事项 目录 背景Sublime相关默认的文件存储编码:UTF8默认的输出控制台编码:UTF8修改默认的输出控制台编码Ruby相关默认的代 ...

随机推荐

  1. RabbitMq中的交换机

          Rabbitmq的核心概念(如下图所示):有虚拟主机.交换机.队列.绑定:                    交换机可以理解成具有路由表的路由程序,仅此而已.每个消息都有一个称为路由键 ...

  2. C语言第7次作业

    1 #include<stdio.h> int main() { char name[50];int character[26]={0};int i=0,j;int length=0;wh ...

  3. Infinite V1 Release Note

      游戏地址 PLAY 玩法说明 WASD 控制角色移动 更新内容 - 初步完成了角色移动(攻击状态) 开发心得 独立做游戏 其实最耽误时间的就是在自己的短板上, 对于我来说 就是3D建模和动作制作. ...

  4. 关于hasNextInt判断后无限循环输出else项的解决办法

    话不多说,上来就是干! import java.util.Scanner; public class Test_hasNextInt { /** * @param args */ public sta ...

  5. 自由缩放属性resize

    为了增强用户体验,CSS3增加了很多新的属性,其中resize就是一个重要的属性,它允许用户通过拖动的方式来修改元素的尺寸来改变元素的大小.到目前为止,可以使用overflow属性的任何容器元素. 在 ...

  6. [Android] 转-LayoutInflater丢失View的LayoutParams

    原文地址:http://lmbj.net/blog/layoutinflater-and-layoutparams/ View view = inflater.inflate(R.layout.ite ...

  7. PHP基础班初学心得:脑洞实验-JS变量存储函数与return的一些问题

    本人刚参加PHP基础班培训第一天,由于之前毫无基础,分享的心得可能不规范,方法也许也"旁门左道",不能保证质量,只作自己总结学习,也希望能帮助到同样是初学者的朋友们,共同进步. 在 ...

  8. python之编写三层菜单(第一天)

    作业三:多级菜单 三级菜单 可依次选择进入各子菜单 所需新知识点:列表.字典 针对此菜单程序的设计,使用了yaml格式的文本,由python对其内容进行解析为多重字典,然后对字典进行遍历,判断并输出三 ...

  9. VIM配置与管理

    VIM是写代码的神器,个人觉得比sublime更强,详情http://zh.wikipedia.org/wiki/Vim.如果用网游做类比,没有经过打造的VIM,也只能算是一只非常有潜力的0级宠物,经 ...

  10. Shellcode编程小技巧

    工作需要,需要注入其他程序监控一些东西,检测到的数据通过WM_COPY 消息发送给显示窗体.(大体是这样的还没定稿) ##1 选择一个框架 ## tombkeeper/Shellcode_Templa ...