first-mate
Advanced tools
Comparing version 6.3.0 to 7.0.1
30
api.json
@@ -6,3 +6,3 @@ { | ||
"filename": "src/grammar-registry.coffee", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L11", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L11", | ||
"sections": [ | ||
@@ -23,3 +23,3 @@ { | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L39", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L39", | ||
"visibility": "Public", | ||
@@ -54,3 +54,3 @@ "summary": "Invoke the given callback when a grammar is added to the registry.", | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L49", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L49", | ||
"visibility": "Public", | ||
@@ -85,3 +85,3 @@ "summary": "Invoke the given callback when a grammar is updated due to a grammar\nit depends on being added or removed from the registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L59", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L59", | ||
"visibility": "Public", | ||
@@ -100,3 +100,3 @@ "summary": "Get all the grammars in this registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L67", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L67", | ||
"visibility": "Public", | ||
@@ -123,3 +123,3 @@ "summary": "Get a grammar with the given scope name.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L79", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L79", | ||
"visibility": "Public", | ||
@@ -146,3 +146,3 @@ "summary": "Add a grammar to this registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L100", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L100", | ||
"visibility": "Public", | ||
@@ -169,3 +169,3 @@ "summary": "Remove the grammar with the given scope name.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L110", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L110", | ||
"visibility": "Public", | ||
@@ -192,3 +192,3 @@ "summary": "Read a grammar synchronously but don't add it to the registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L125", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L125", | ||
"visibility": "Public", | ||
@@ -235,3 +235,3 @@ "summary": "Read a grammar asynchronously but don't add it to the registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L142", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L142", | ||
"visibility": "Public", | ||
@@ -258,3 +258,3 @@ "summary": "Read a grammar synchronously and add it to this registry.", | ||
"sectionName": "Managing Grammars", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar-registry.coffee#L155", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar-registry.coffee#L155", | ||
"visibility": "Public", | ||
@@ -308,3 +308,3 @@ "summary": "Read a grammar asynchronously and add it to the registry.", | ||
"filename": "src/grammar.coffee", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar.coffee#L19", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar.coffee#L19", | ||
"sections": [ | ||
@@ -325,3 +325,3 @@ { | ||
"sectionName": "Event Subscription", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar.coffee#L59", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar.coffee#L59", | ||
"visibility": "Public", | ||
@@ -348,3 +348,3 @@ "summary": "Invoke the given callback when this grammar is updated due to a\ngrammar it depends on being added or removed from the registry.", | ||
"sectionName": "Tokenizing", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar.coffee#L71", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar.coffee#L71", | ||
"visibility": "Public", | ||
@@ -371,3 +371,3 @@ "summary": "Tokenize all lines in the given text.", | ||
"sectionName": "Tokenizing", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v6.3.0/src/grammar.coffee#L101", | ||
"srcUrl": "https://github.com/atom/first-mate/blob/v7.0.1/src/grammar.coffee#L101", | ||
"visibility": "Public", | ||
@@ -374,0 +374,0 @@ "summary": "Tokenize the line of text.", |
{ | ||
"name": "first-mate", | ||
"version": "6.3.0", | ||
"version": "7.0.1", | ||
"description": "TextMate helpers", | ||
@@ -23,3 +23,3 @@ "main": "./lib/first-mate.js", | ||
"event-kit": "^2.2.0", | ||
"fs-plus": "^2", | ||
"fs-plus": "^3.0.0", | ||
"grim": "^2.0.1", | ||
@@ -26,0 +26,0 @@ "oniguruma": "^6.1.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
649052
+ Addedfs-plus@3.1.1(transitive)
Updatedfs-plus@^3.0.0