-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "WIP - put utilities to be stripped in their own package, so w…
…e can inline the package" This reverts commit 57406f687a7991b8b35c907b1e7483bb40a4d521.
- Loading branch information
1 parent
9780f6c
commit 287ab1a
Showing
14 changed files
with
747 additions
and
1,026 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,31 @@ | ||
export { debug, debugSlice, logOpcode } from './lib/debug'; | ||
export * from './lib/metadata'; | ||
export { opcodeMetadata } from './lib/opcode-metadata'; | ||
export type { Checker } from './lib/stack-check'; | ||
export { | ||
OPERAND_TYPES, | ||
type OperandType, | ||
type Operand, | ||
type OperandList, | ||
type NormalizedMetadata, | ||
type Stack, | ||
type RawOperandMetadata, | ||
type OperandName, | ||
type RawOperandFormat, | ||
normalize, | ||
type NormalizedOpcodes, | ||
normalizeAll, | ||
normalizeParsed, | ||
buildEnum, | ||
strip, | ||
META_KIND, | ||
buildSingleMeta, | ||
buildMetas, | ||
} from './lib/metadata'; | ||
check, | ||
CheckArray, | ||
CheckBlockSymbolTable, | ||
CheckBoolean, | ||
CheckDict, | ||
CheckDocumentFragment, | ||
CheckElement, | ||
CheckFunction, | ||
CheckHandle, | ||
CheckInstanceof, | ||
CheckInterface, | ||
CheckMaybe, | ||
CheckNode, | ||
CheckNumber, | ||
CheckObject, | ||
CheckOption, | ||
CheckOr, | ||
CheckPrimitive, | ||
CheckProgramSymbolTable, | ||
CheckSafeString, | ||
CheckString, | ||
CheckUndefined, | ||
CheckUnknown, | ||
recordStackSize, | ||
wrap, | ||
} from './lib/stack-check'; |
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
File renamed without changes.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.