Comparing version 3.13.0-beta8 to 3.13.0-beta9
@@ -13,3 +13,4 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.webLinks = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ | ||
var hostClause = '((' + domainBodyClause + '\\.' + tldClause + ')|' + ipClause + '|' + localHostClause + ')' + portClause + '?'; | ||
var pathClause = '(\\/[\\/\\w\\.\\-%~:]*)*([^:"\'\\s])'; | ||
var pathCharacterSet = '(\\/[\\/\\w\\.\\-%~:]*)*([^:"\'\\s])'; | ||
var pathClause = '(' + pathCharacterSet + ')?'; | ||
var queryStringHashFragmentCharacterSet = '[0-9\\w\\[\\]\\(\\)\\/\\?\\!#@$%&\'*+,:;~\\=\\.\\-]*'; | ||
@@ -16,0 +17,0 @@ var queryStringClause = '(\\?' + queryStringHashFragmentCharacterSet + ')?'; |
@@ -12,3 +12,4 @@ "use strict"; | ||
var hostClause = '((' + domainBodyClause + '\\.' + tldClause + ')|' + ipClause + '|' + localHostClause + ')' + portClause + '?'; | ||
var pathClause = '(\\/[\\/\\w\\.\\-%~:]*)*([^:"\'\\s])'; | ||
var pathCharacterSet = '(\\/[\\/\\w\\.\\-%~:]*)*([^:"\'\\s])'; | ||
var pathClause = '(' + pathCharacterSet + ')?'; | ||
var queryStringHashFragmentCharacterSet = '[0-9\\w\\[\\]\\(\\)\\/\\?\\!#@$%&\'*+,:;~\\=\\.\\-]*'; | ||
@@ -15,0 +16,0 @@ var queryStringClause = '(\\?' + queryStringHashFragmentCharacterSet + ')?'; |
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "3.13.0-beta8", | ||
"version": "3.13.0-beta9", | ||
"main": "lib/public/Terminal.js", | ||
@@ -6,0 +6,0 @@ "types": "typings/xterm.d.ts", |
@@ -17,3 +17,4 @@ /** | ||
const hostClause = '((' + domainBodyClause + '\\.' + tldClause + ')|' + ipClause + '|' + localHostClause + ')' + portClause + '?'; | ||
const pathClause = '(\\/[\\/\\w\\.\\-%~:]*)*([^:"\'\\s])'; | ||
const pathCharacterSet = '(\\/[\\/\\w\\.\\-%~:]*)*([^:"\'\\s])'; | ||
const pathClause = '(' + pathCharacterSet + ')?'; | ||
const queryStringHashFragmentCharacterSet = '[0-9\\w\\[\\]\\(\\)\\/\\?\\!#@$%&\'*+,:;~\\=\\.\\-]*'; | ||
@@ -20,0 +21,0 @@ const queryStringClause = '(\\?' + queryStringHashFragmentCharacterSet + ')?'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2558229
38601