-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit * wip on scope2 * big WIP * first test up and failing as expected * working towards imp filter fn * might remove scopeUtils * impl EachExpression almost done * one failing test * fixed scope propagation * impl FunctionExpression * impl Record * WIP on Section impl * fixing bugs, next is LetExpression * partial impl for LetExpression * finished LetExpression impl * working on updating to v2 inspection * working on scope/inspection v2 * it builds and tests pass, still needs refactoring * removed dead code * lots of minor changes * prettier format * rename * more renaming, updated tryInspection * updated tryLexParseInspect * created top level Task export * updated inspection example * updated task usage example * updated readme link
- Loading branch information
1 parent
9d3de17
commit 2745e67
Showing
35 changed files
with
2,091 additions
and
2,378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
|
||
import * as InspectionUtils from "./inspectionUtils"; | ||
|
||
export { InspectionUtils }; | ||
export * from "./autocomplete"; | ||
export * from "./inspection"; | ||
export * from "./position"; | ||
export * from "./scope"; | ||
export * from "./type"; | ||
export * from "./invokeExpression"; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.